summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.cc
AgeCommit message (Expand)Author
2013-10-15make the startup -> session dialog flow more sensible for brand new usersPaul Davis
2013-09-23major rearrangement of startup/session loading codePaul Davis
2013-09-22make session creation from a template work againPaul Davis
2013-09-21remove use-session-as-template option from new session dialog and fix ability...Paul Davis
2013-09-21make sure the template selector has an item visible if there are anyPaul Davis
2013-09-21apply same always-check-display to recent sessions scroller in new session di...Paul Davis
2013-09-21reset the visibility of the template selector stuff every time the startup/NS...Paul Davis
2013-09-20if new session button clicked, clear any selection in recent sessions and mar...Paul Davis
2013-09-20move advanced new session options into an expander, change some wordingPaul Davis
2013-09-20changes to integrate new/recent/browse in new session dialog.Paul Davis
2013-09-09move engine dialog from a widget to an actual dialog; emit Session::AudioEngi...Paul Davis
2013-09-05always save/keep audio/MIDI setup states so that they are available for use *...Paul Davis
2013-09-04save and restore audio/MIDI setup states to disk (in ardour.rc)Paul Davis
2013-08-05can now start JACK based on config dialogPaul Davis
2013-08-03add tim's jack_utils code to rationalize setup of JACK configPaul Davis
2013-07-19Wrap calls to add_shortcut_folder() in try { ... } block.Colin Fletcher
2013-07-17possible fix for 5591 (show elements after re-adding them)Robin Gareus
2013-07-15Startup BETA Mac Screen - Pull version number from VERSIONSTRINGMichael R. Fisher
2013-07-15Correcting Indentation ErrorsMichael R. Fisher
2013-07-15Fix typo in osx BETA startup screenMichael R. Fisher
2013-07-12remove *&@?!+%@ question :)Robin Gareus
2013-05-04the big rework of window management. probably not complete at thsi point, but...Paul Davis
2013-03-23Fix some compilation warningsJulien de Kozak
2013-03-14touch "been-here-before" file even if user didn't modify any of teh default c...Paul Davis
2013-03-09add code to display announcements, and parameterize several URL's used in the...Paul Davis
2013-03-08fix incorrectly left-in debugging hard-code of session dir to /usr/localPaul Davis
2013-03-07remove some debugging from the startup dialogPaul Davis
2013-03-04make notice about mismatched session/ardour versions more prominent, since yo...Paul Davis
2013-02-05replace final(?) incidences of program name (ardour, Ardour) with PROGRAM_NAM...Paul Davis
2013-01-30fix references to bold monoPaul Davis
2013-01-22fix #5290 for 'Session|Recent' dialog as well as startup dialog.Colin Fletcher
2013-01-21fix/revert/modify changes from 13617 that hide the gain + peak display from a...Paul Davis
2013-01-21fix gtk errors caused by using non-escaped paths in a column used as a toolti...Paul Davis
2013-01-15remove some debug outputPaul Davis
2013-01-02various fixes for moving markers, fixes a crash reported by tim blechmann and...Paul Davis
2012-12-27fix lack of focus in new session name entry by removing previous efforts to f...Paul Davis
2012-12-26make ardour-does-monitoring be the new user defaultPaul Davis
2012-11-14make startup window a dialog.Robin Gareus
2012-11-08notably modify the design and logic of the startup dialog, so that we can han...Paul Davis
2012-10-17patch to take snapshots into account in the recent-session display of teh sta...Paul Davis
2012-09-15Improve sensitization of buttons in the advanced optionsCarl Hetherington
2012-09-15Tweak label.Carl Hetherington
2012-09-01Patch from timbyr to stop the startup dialogCarl Hetherington
2012-07-28allow resizing of startup wizard windowPaul Davis
2012-07-11handle failure to start audioengine correctlyPaul Davis
2012-06-23Use std::string and Glib::build_filename in gtk2_ardourTim Mayberry
2012-06-23Remove unnecessary creation of user_config_directoryTim Mayberry
2012-06-23Replace use of PBD::sys::exists with Glib::file_testTim Mayberry
2012-06-23Replace use of PBD::sys::path in ardour/template_utils.hTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry