summaryrefslogtreecommitdiff
path: root/gtk2_ardour/new_session_dialog.h
AgeCommit message (Collapse)Author
2009-09-17more NSD hacks, including a new exception thrown when loading a session at a ↵Paul Davis
different SR than JACK, and the user opts not to load it git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5672 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-09-17more NSD changes. if JACK is not running and no interface has ever been ↵Paul Davis
chosen, show JUST the audio setup tab. once JACK is successfully started, reshow the NSD with just new/open tabs. still not finished with this utter piece of dreck git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5670 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-11-17Ensure double-click on session file in findoer on osx succeeds.Nick Mainsbridge
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4185 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-11enable packaging for OSX native without jack; use which_page() everywhere in ↵Paul Davis
NSD; fix bad use of set_filename() in NSD; do not offer non-duplex devices in ardour's own audio setup dialog git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2896 d708f5d6-7413-0410-9779-e7cbd77b26cf
2008-01-09even more fixes for the new session dialog and its usePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2848 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-20try to make NewSessionDialog only show up when really needed, and only have ↵Paul Davis
necessary tabs; clear out several track control buttons and simplify track header context menu for SAE mode git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2799 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-12-19made new session dialog hide pages as necessary, to be a bit simpler ↵Paul Davis
whenever possible git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2797 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-15basic startup changes to enable the engine control stuff to work; a little ↵Paul Davis
ARDOUR_SAE work git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2304 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-16tim mayberry's patches to fix middle-click pasting ina couple of dialogs ↵Paul Davis
(merged from trunk) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1852 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-24make "New Session" open NSD on the right pagePaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1742 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1535 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-05thorwil's design picks for NSDPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@953 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-30** requires svn jack ** Hardware monitoring should work, some canvas ↵Nick Mainsbridge
scrolling speed improvement, don't disconcertingly churn the disk if jack auto-start fails, mixer visibility state is saved per session, slow down meters a bit (too much?), zoom cleanups, remove some unused variables, use rwlock for tempo state for no reason other than that it might be useful one day, fix compiler warning. git-svn-id: svn://localhost/ardour2/trunk@873 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-08-08New session dialog fixups:Sampo Savolainen
- The name specified on the command line for the new session comes up in the dialog - The editor will not appear below the NSD at startup Command line parameter fixups: - You can't specify both a new session and a old session to load at the same time. - Ardour will abort if command line parameters are incorrect Declick faster. Fixes audible and annoying volume ramps when running ardour at large buffer sizes. Make it impossible to arm tracks which have un-connected inputs. git-svn-id: svn://localhost/ardour2/trunk@765 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-05-14Misc layout and useability fixes for NSD.Nick Mainsbridge
git-svn-id: svn://localhost/trunk/ardour2@502 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-05-12NSD bug fixes.. align text, default open and session folder directories, ↵Nick Mainsbridge
naming clarifications. git-svn-id: svn://localhost/trunk/ardour2@501 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-05-11Convert NSD from glade to gtkmm objectDoug McLain
git-svn-id: svn://localhost/trunk/ardour2@498 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-05-11New session dialog defaults to the 'best' templates directory, clearing ↵Nick Mainsbridge
template file now works. git-svn-id: svn://localhost/trunk/ardour2@496 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-05-10Some fixes to the new session dialog.Nick Mainsbridge
git-svn-id: svn://localhost/trunk/ardour2@495 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-04-24New session dialog now opens as well as makes new sessions. Avoid seeing an ↵Nick Mainsbridge
ugly blank editor. Some dialog tweaks. git-svn-id: svn://localhost/trunk/ardour2@467 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-11-29remove <gtkmm/gtkmm.h> from all files, plus a small fix related to ↵Paul Davis
map/realize handling git-svn-id: svn://localhost/trunk/ardour2@145 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-11-28minor new session dialog glade fixesTim Mayberry
git-svn-id: svn://localhost/trunk/ardour2@134 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-11-14support for glade and new new session dialogsolido
git-svn-id: svn://localhost/trunk/ardour2@88 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-10-06changes from colin for route_params, nick for location_ui and route_ui, and ↵Paul Davis
me for ardour_ui.cc git-svn-id: svn://localhost/trunk/ardour2@50 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-09-26got ardour_dialog compilingPaul Davis
git-svn-id: svn://localhost/trunk/ardour2@41 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-09-25Fly my pretties!Taybin Rutkin
git-svn-id: svn://localhost/trunk/ardour2@28 d708f5d6-7413-0410-9779-e7cbd77b26cf
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin
git-svn-id: svn://localhost/trunk/ardour2@24 d708f5d6-7413-0410-9779-e7cbd77b26cf