summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.cc
AgeCommit message (Collapse)Author
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
- Step #2 was being skipped in the text
2013-07-12remove *&@?!+%@ question :)Robin Gareus
I would like to record, edit and mix,... ..but I don't need software to hold my hand and ask childish questions if I would like to "open a session".
2013-05-04the big rework of window management. probably not complete at thsi point, ↵Paul Davis
but this is mostly functional
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 ↵Paul Davis
configuration
2013-03-09add code to display announcements, and parameterize several URL's used in ↵Paul Davis
the program git-svn-id: svn://localhost/ardour2/branches/3.0@14197 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-08fix incorrectly left-in debugging hard-code of session dir to /usr/localPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14187 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-07remove some debugging from the startup dialogPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14175 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-03-04make notice about mismatched session/ardour versions more prominent, since ↵Paul Davis
you can guarantee that people are going to do this after release git-svn-id: svn://localhost/ardour2/branches/3.0@14138 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-02-05replace final(?) incidences of program name (ardour, Ardour) with ↵Paul Davis
PROGRAM_NAME (thanks to edgar for tracking them all down) git-svn-id: svn://localhost/ardour2/branches/3.0@14050 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-30fix references to bold monoPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14036 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-22fix #5290 for 'Session|Recent' dialog as well as startup dialog.Colin Fletcher
reinstate tooltips for collapsed rows in recent sessions too. git-svn-id: svn://localhost/ardour2/branches/3.0@13972 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-21fix/revert/modify changes from 13617 that hide the gain + peak display from ↵Paul Davis
a generic GainMeter; name import dialog preview fader (fixes 5288) git-svn-id: svn://localhost/ardour2/branches/3.0@13947 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-21fix gtk errors caused by using non-escaped paths in a column used as a ↵Paul Davis
tooltip (which must be set_markup()-safe (fixes #5290) git-svn-id: svn://localhost/ardour2/branches/3.0@13944 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-15remove some debug outputPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13846 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-02various fixes for moving markers, fixes a crash reported by tim blechmann ↵Paul Davis
and also likely #5232 and #5241 git-svn-id: svn://localhost/ardour2/branches/3.0@13754 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-27fix lack of focus in new session name entry by removing previous efforts to ↵Paul Davis
fix it! git-svn-id: svn://localhost/ardour2/branches/3.0@13739 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-26make ardour-does-monitoring be the new user defaultPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13730 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-14make startup window a dialog.Robin Gareus
improve behavior on tiling window managers git-svn-id: svn://localhost/ardour2/branches/3.0@13499 d708f5d6-7413-0410-9779-e7cbd77b26cf
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-10-17patch to take snapshots into account in the recent-session display of teh ↵Paul Davis
startup dialog, etc (from melvin ray herr) git-svn-id: svn://localhost/ardour2/branches/3.0@13304 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-09-15Improve sensitization of buttons in the advanced optionsCarl Hetherington
part of the startup dialog. git-svn-id: svn://localhost/ardour2/branches/3.0@13189 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-09-15Tweak label.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@13188 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-09-01Patch from timbyr to stop the startup dialogCarl Hetherington
unexpectedly resizing when you ask for more options (#5068). git-svn-id: svn://localhost/ardour2/branches/3.0@13159 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-28allow resizing of startup wizard windowPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13101 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-11handle failure to start audioengine correctlyPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13033 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-23Remove unnecessary creation of user_config_directoryTim Mayberry
calling user_config_directory ensures it exists git-svn-id: svn://localhost/ardour2/branches/3.0@12888 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-23Replace use of PBD::sys::exists with Glib::file_testTim Mayberry
git-svn-id: svn://localhost/ardour2/branches/3.0@12885 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-23Replace use of PBD::sys::path in ardour/template_utils.hTim Mayberry
some associated changes from not including pbd/filesystem.h in template_utils.h git-svn-id: svn://localhost/ardour2/branches/3.0@12833 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, ↵Tim Mayberry
pbd/file_utils.h and ardour/session_dir.h git-svn-id: svn://localhost/ardour2/branches/3.0@12829 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-12Filter the existing session chooser to .ardour files, as with the open ↵Carl Hetherington
session chooser. git-svn-id: svn://localhost/ardour2/branches/3.0@12670 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-22remove, convert, comment several cerr statementsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@12378 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-05-21move on from initial choice page of startup wizard on single click, not just ↵Paul Davis
double click (#4354) git-svn-id: svn://localhost/ardour2/branches/3.0@12355 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-12Remove errant bracket and maybe-errant comma.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@12260 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-08Break slightly long line.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@12204 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-11Patch from colinf to restore recent session path tooltipCarl Hetherington
(#4832). git-svn-id: svn://localhost/ardour2/branches/3.0@11891 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-15patch from colinf that fixes bad behaviour on first run by forcing ↵Paul Davis
new-session on first run git-svn-id: svn://localhost/ardour2/branches/3.0@11695 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-03-15patch from colinf to handle default session dir a little betterPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@11694 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-03-10Patch from colinf to put a tooltip in the recent sessionCarl Hetherington
display. git-svn-id: svn://localhost/ardour2/branches/3.0@11642 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-03-05Move some stuff so that a call to set_page_complete will work (for the case ↵Carl Hetherington
where we specify --new on the command line) (#4752). git-svn-id: svn://localhost/ardour2/branches/3.0@11595 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