summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.cc
AgeCommit message (Expand)Author
2016-12-21backport/minimize difference to mixbus branchRobin Gareus
2016-12-17Hide/remove per-track record-mode in favor of global setting.Robin Gareus
2016-10-13Don't reset the audio tracks name when changing the channel configuration.Robert Scott
2016-08-22factor out "new route insertion point" enums so they can be shared by relevan...Paul Davis
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-12VCA/Control Masters are displayed at fixed positions (initially), so insert-a...Paul Davis
2016-07-12VCA/Control Masters have no signal, so output i/o options are irrelevant when...Paul Davis
2016-06-12stop AddRouteDialog from being modal and from using a recursive run loopPaul Davis
2016-06-12remove RouteGroupDialog::do_run() and replace its use with code that doesn't ...Paul Davis
2016-06-09retain route i/o choice across show()'s of the AddRouteDialogPaul Davis
2016-05-31add route dialog should always show up wherever the mouse is, not in its last...Paul Davis
2016-05-31fix an issue with the add bus/track dialog name template, left unchanged afte...Paul Davis
2016-05-31initial part of vca assignment via context menuPaul Davis
2016-05-31extend add route dialog to include VCA mastersPaul Davis
2016-04-15hide strict-i/o UI for MixbusRobin Gareus
2016-04-04default to add new ports at the bottom.Robin Gareus
2016-04-04change "strict-i/o" into a combobox for consistencyRobin Gareus
2016-03-28add option to create new routes with strict-i/o enabled.Robin Gareus
2016-03-20handle MidiBusses in channel-countRobin Gareus
2016-03-16Midi Busses? why yes!Robin Gareus
2016-02-22remove all trace of SAE from source code.Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-21Create new Groups with a consistent set of default properties.Todd Naugle
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