summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.h
AgeCommit message (Collapse)Author
2012-11-08notably modify the design and logic of the startup dialog, so that we can ↵Paul Davis
handle the requirements in the 3.0-SG branch reasonably. the two major changes concern the idea that we may need to run the audio setup tab at all times, and that the startup dialog could potentially be "ready" without actually needing to be displayed on-screen. this allows us to ALWAYS use a startup dialog, even if we don't actually need any information from the user. as usual with this kind of change, expect a few logic/workflow glitches git-svn-id: svn://localhost/ardour2/branches/3.0@13397 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-23Use std::string and Glib::build_filename in gtk2_ardourTim Mayberry
git-svn-id: svn://localhost/ardour2/branches/3.0@12903 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-06remove beta page from startup wizard; use dbl-click to activate "what would ↵Paul Davis
you like to do?" radio buttons, rather than click git-svn-id: svn://localhost/ardour2/branches/3.0@12587 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-21fix click-activation of new/existing button action in startup wizardPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@12359 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-06revert all recent changes to startup dialog, except for colin f's patches to ↵Paul Davis
make a few details work better git-svn-id: svn://localhost/ardour2/branches/3.0@11804 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-03-09fix some logic problems with the startup/new session dialog that were ↵Paul Davis
introduced when new/existing were merged git-svn-id: svn://localhost/ardour2/branches/3.0@11635 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-02-15further cleanups to startup/new session dialogPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@11491 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-02-14rearrange startup/new session dialog to include new+recent sessions on same pagePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@11489 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-11prep for beta1Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@10554 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-08Delay the writing of the been-here-before file until a bit later, in case ↵Carl Hetherington
the user cancels at some point during setup (#4434). git-svn-id: svn://localhost/ardour2/branches/3.0@10489 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-06-01Delete trailing whitespaceDavid Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@9656 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-03-13add a new alpha release notification page to startup assistantPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@9139 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@7774 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-28Only rebuild the existing session box once, but show it as many times as ↵Carl Hetherington
required. Fixes #3421. git-svn-id: svn://localhost/ardour2/branches/3.0@7700 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-07-26Add browse button to recent session dialogue. Fixes #3357.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@7498 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-02basic -T <load_template> optionTorben Hohn
git-svn-id: svn://localhost/ardour2/branches/3.0@7208 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-23finish commit from yesterday ... sorry folksPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@6786 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-22tweak startup dialog a bit to correctly save ardour.rc when need; get ↵Paul Davis
PROGRAM_NAME into window title bars git-svn-id: svn://localhost/ardour2/branches/3.0@6781 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-22put the issue of using a monitor section into ~/.config/ardour.rc, not the ↵Paul Davis
session file. probably not totally right yet. provide startup dialog choice page to let first time users make the decision when first trying ardour (needs rewording) git-svn-id: svn://localhost/ardour2/branches/3.0@6780 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-03-21change session construction so that the the monitor bus config is derived ↵Paul Davis
(once) from the master bus config git-svn-id: svn://localhost/ardour2/branches/3.0@6779 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-12-01fix logic problems with startup assistant; make initial page buttons of ↵Paul Davis
startup activatable to save mousing; grow recent sessions scrolled window if there are more than 4 recent sessions to display git-svn-id: svn://localhost/ardour2/branches/3.0@6244 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-30Trim session.h include dependency tree.David Robillard
git-svn-id: svn://localhost/ardour2/branches/3.0@5979 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-19Stop ardour exiting in the case where you have a loaded session, then select ↵Carl Hetherington
New Session, cancel. git-svn-id: svn://localhost/ardour2/branches/3.0@5808 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab ↵David Robillard
mixing). Whitespace changes only. Vimmers, try let c_space_errors = 1 in your .vimrc to highlight this kind of stuff in red. I don't know the emacs equivalent... git-svn-id: svn://localhost/ardour2/branches/3.0@5773 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-10-06ogg/flac support bits and pieces; fix up MIDI note dragging and front-edge ↵Paul Davis
trims; BROKEN IN PERCUSSIVE MODE FOR NOW git-svn-id: svn://localhost/ardour2/branches/3.0@5745 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-04-22a long tricky day of playing with ArdourStartup and session naming/loading etc.Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@4995 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-04-20fixes for possible null engine dialogPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@4993 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-04-20farewell NSD, we loved you sometimes, almost neverPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@4992 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-04-15first half of the mega-by-hand-commit-by-commit merge from 2.XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@4980 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-03-04new startup assistant/wizard; unfinished; can potentially interfere with ↵Paul Davis
your normal session startup. no comments other than aesthetics, please (which are not ideal at present); a few fixes to waf-based scripts git-svn-id: svn://localhost/ardour2/branches/3.0@4729 d708f5d6-7413-0410-9779-e7cbd77b26cf