summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_dialog.h
AgeCommit message (Collapse)Author
2017-08-16Revert ongoing SessionDialog changes for 5.11 release.5.11Robin Gareus
To be reverted again after the release. This temporarily reverts 26c88b2, c67d1d4, 5e41293, 8b7df13, ff61435, 1039894, 8717c0d and GUI parts of 47d86cf
2017-08-16Replace advanced session-setup options with scriptRobin Gareus
2017-08-15put a frame around template description, change background colorPaul Davis
2017-08-14Change the template pulldown menu into a tree list. Populate the ↵Ben Loftis
Description view when a template is selected.
2017-08-11Add support for scripted meta-templates.Robin Gareus
2017-08-11Add template dropdown sensitivityRobin Gareus
...for those who select a template but forget activate the checkbox and wonder why it doesn't work :)
2017-07-01NO-OP whitespace & foratting of header filesRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2016-11-30allow to remove a session from the recent listRobin Gareus
2016-10-06Hold ctrl + click "open" session -> safe modeRobin Gareus
This allows to hide the "Safe Mode" checkbox.
2015-11-29fix OSX openFile Application DelegateRobin Gareus
allows to open Ardour via double-click on a .ardour file in Finder.
2015-11-03GUI checkbox to disable pluginsRobin Gareus
for the benefit of Windows and OSX users and everyone else who does not run Ardour from the commandline.
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
Paul Davis was responsible for introducing almost all of this.
2015-09-16unify recent session dialogsRobin Gareus
2015-09-16remeber recent-session sort-columnRobin Gareus
2015-09-16add "last modified" column to session-dialogRobin Gareus
2015-09-16partially revert de53fac (pre-sort session list)Robin Gareus
<glib> header includes and commends remain for later use
2015-09-16prepare time column in recent sessionRobin Gareus
2015-09-16pre-sort recent-sessions by modification time - #6575Robin Gareus
2014-06-25namespace libardour utilsRobin Gareus
2013-10-08fix some issues with window flow when session loading fails; shrink "New ↵Paul Davis
Session" button in session setup dialog
2013-09-23tighten up layout of session dialog; make button say cancel or quit in ↵Paul Davis
difference scenarios
2013-09-23use new Session API to show session SR and disk bit depth in recent sessions ↵Paul Davis
list
2013-09-23move announcements frame around in the session dialog and adjust spacing/bordersPaul Davis
2013-09-23major rearrangement of startup/session loading codePaul Davis
first-time user code remains in ArdourStartup session selection/setup moved to SessionDialog many other cleanups, logic improvements, and so forth to the overall session loading process. Not 100% finished yet.