summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.cc
AgeCommit message (Expand)Author
2015-04-13now that there is only 1 effective selection, adjust add-new-track-or-bus opt...Paul Davis
2015-03-16Add route dialog order hint changes.nick_m
2015-03-12Add route dialog is never a transient window.nick_m
2015-03-10Add route dialog responds to enter key being pressed.nick_m
2015-02-11use magic strings instead of magic numbers (allow profiles to leave out some ...Ben Loftis
2015-02-10Track Mode is too vague; rename to Record ModeBen Loftis
2014-12-24Factor out instrument selector.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-01-03pre-select reasonable-synth as InstrumentRobin Gareus
2013-05-04the big rework of window management. probably not complete at thsi point, but...Paul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-04-01fix #5424: routes created from templates do not get names based on the user-s...Paul Davis
2012-11-21add warning dialog if user tries to use audio+MIDI tracksPaul Davis
2012-06-22provide an easier way to add mixed (audio+MIDI) tracks to a session, to facil...Paul Davis
2012-02-02add virtual method is_instrument() to PluginInfo (already existed for AUPlugi...Paul Davis
2012-02-02add a way to create a new MIDI track with an instrument pre-selectedPaul Davis
2012-01-25some improvements to the add track/bus dialog to make it more obvious how to ...Paul Davis
2011-11-23Pack toolbar combo boxes with expand=false and remove size kludges.David Robillard
2011-11-04Make it impossible to create MIDI tape tracks (#4446).Carl Hetherington
2011-05-16A few capitalisation fixes.Carl Hetherington
2011-02-27Allow naming of new tracks/busses in the add route dialogue (#3376).Carl Hetherington
2011-02-27Comment typo.Carl Hetherington
2011-01-08Make Route Group dialog instant-apply. Disallow identically-named route grou...Carl Hetherington
2011-01-05Remove direct busses so that all busses have internal returns.Carl Hetherington
2011-01-01Fix creation of MIDI tracks under some translations.Carl Hetherington
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-08-25Rename various things in the property system.Carl Hetherington
2010-05-02A little copy-editing.Carl Hetherington
2010-02-18the Properties & 64bit region commitPaul Davis
2010-01-25a boatload of minor and middle-sized changes to try to speed up undo. imperfe...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-11-19add track/bus now allows specifying aux or direct bus role; processor box men...Paul Davis
2009-10-21Fix unnecessarily type specific code, tidy, fix whitespace.David Robillard
2009-10-19Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-07-21fix crash when trying to create a non-template track/bus with >2 channels; pu...Paul Davis
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-05Fix from tinram.Carl Hetherington
2009-06-29Apply tinram's patch from mantis 2756 (with a few tweaks). Thanks!Carl Hetherington
2009-06-22Allow new route group to be created from within the dialog.Carl Hetherington
2009-06-22Pick up newly-added route groups correctly.Carl Hetherington
2009-06-21Merge edit and mix groups to just being route groups. Add properties to rout...Carl Hetherington
2009-06-20Allow edit group creation from the route UI's menu. Allow new tracks to be p...Carl Hetherington
2009-06-11hugely improved design for add route dialog (why didn't i do it this way befo...Paul Davis
2009-04-22a long tricky day of playing with ArdourStartup and session naming/loading etc.Paul Davis
2009-04-203 notable patches from lincoln (a) non-layered track mode (NOTE: this is brok...Paul Davis
2009-04-15first half of the mega-by-hand-commit-by-commit merge from 2.XPaul Davis