summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.cc
AgeCommit message (Expand)Author
2012-06-12Filter the existing session chooser to .ardour files, as with the open sessio...Carl Hetherington
2012-06-06remove beta page from startup wizard; use dbl-click to activate "what would y...Paul Davis
2012-05-22remove, convert, comment several cerr statementsPaul Davis
2012-05-21fix click-activation of new/existing button action in startup wizardPaul Davis
2012-05-21move on from initial choice page of startup wizard on single click, not just ...Paul Davis
2012-05-12Remove errant bracket and maybe-errant comma.Carl Hetherington
2012-05-08Break slightly long line.Carl Hetherington
2012-04-11Patch from colinf to restore recent session path tooltipCarl Hetherington
2012-04-06revert all recent changes to startup dialog, except for colin f's patches to ...Paul Davis
2012-03-15patch from colinf that fixes bad behaviour on first run by forcing new-sessio...Paul Davis
2012-03-15patch from colinf to handle default session dir a little betterPaul Davis
2012-03-10Patch from colinf to put a tooltip in the recent sessionCarl Hetherington
2012-03-09fix some logic problems with the startup/new session dialog that were introdu...Paul Davis
2012-03-05Move some stuff so that a call to set_page_complete will work (for the case w...Carl Hetherington
2012-02-15further cleanups to startup/new session dialogPaul Davis
2012-02-14rearrange startup/new session dialog to include new+recent sessions on same pagePaul Davis
2012-01-19add some more hand-holding language to the startup assistantPaul Davis
2012-01-18minor edit (#4540)Paul Davis
2012-01-18Tweak labels (#4632).Carl Hetherington
2011-12-08Justify text in first welcome screen, and fix grammarCarl Hetherington
2011-11-18fix message in startup wizard re: alphaPaul Davis
2011-11-16Fix grammatical error (#4469).Carl Hetherington
2011-11-11prep for beta1Paul Davis
2011-11-08Delay the writing of the been-here-before file until a bit later, in case the...Carl Hetherington
2011-11-08Patch from acolomb to set window icons for the startup window (#4456).Carl Hetherington
2011-08-09fix button label in new session dialog when backing up (from david halter)Paul Davis
2011-08-03Get correct folder from the default chooser; should fixCarl Hetherington
2011-07-31Make sure we have a user config directory before tryingCarl Hetherington
2011-07-19Set up advanced session options from the RCConfiguration so that the RCConfig...Carl Hetherington
2011-06-21nasty little hack to rename "Apply" in the startup dialog to "Open" ... thank...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-03-13add a new alpha release notification page to startup assistantPaul Davis
2011-02-17Look for .ardour, not .template, when using an existing session as a template.Carl Hetherington
2011-02-06Speculative fix for expanded session browse button (#3756).Carl Hetherington
2011-01-30No-op; formatting.Carl Hetherington
2010-12-16Missing i18n patch from prokoudine. Fixes #3610.Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-09-19Cleanup patch from Karsten Wiese. Fixes #3462.Carl Hetherington
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-28Only rebuild the existing session box once, but show it as many times as requ...Carl Hetherington
2010-08-27Remove existing widgets when setting up the existing session page. Fixes #3421.Carl Hetherington
2010-08-202.X commits up to and including 7519Paul Davis
2010-08-17forward port 2.X changes up to and including rev 6767Paul Davis
2010-07-26Add browse button to recent session dialogue. Fixes #3357.Carl Hetherington
2010-07-23HIG-ify engine dialogue and add midi driver option. Fixes #3349.Carl Hetherington
2010-06-29tweak the monitor section part of the startup wizardPaul Davis
2010-06-02basic -T <load_template> optionTorben Hohn