summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.cc
AgeCommit message (Expand)Author
2018-02-24NO-OP: whitespaceRobin Gareus
2017-12-19Update template list in Route DialogRobin Gareus
2017-09-21s/created with/modified with/Robin Gareus
2017-09-18manually fix up various cases where Gtk:Frame foo_frame had been changed to f...Paul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-24Track Templates: tweaks to MIDI Bus description text.Ben Loftis
2017-08-22Track Templates: Add verbose descriptions for the built-in track types.Ben Loftis
2017-08-22Track templates: clean-up widget sensitivity based on selection.Ben Loftis
2017-08-22RouteDialog: implicit "Add (+close)" on <enter> or double-clickRobin Gareus
2017-08-22Reset RouteDialog: name edited by-userRobin Gareus
2017-08-22Tweak RouteDialog bottom areaRobin Gareus
2017-08-22Track Templates: yet another layout tweak.Ben Loftis
2017-08-22RouteDialog: retain prior type selectionRobin Gareus
2017-08-22RouteDialog: Move built-in types into template list experimentRobin Gareus
2017-08-21AddRouteDialog: Indicate Type: templateRobin Gareus
2017-08-20Tweak route-dialog layout & sensitivityRobin Gareus
2017-08-20Cont'd work on route-templatesRobin Gareus
2017-08-19Fix copy/paste typo in e0a83a7Robin Gareus
2017-08-18Remove old destructive API (non layered is a dynamic mode) 1/2Robin Gareus
2017-08-18amend e0a83a75 RouteDialog + script detailsRobin Gareus
2017-08-18Redesign Session+Route Template Meta Script APIRobin Gareus
2017-08-18Push user track-templates to the template listRobin Gareus
2017-08-18NO-OP: whitespace & scopeRobin Gareus
2017-08-17Track templates: add some (unfinished) template files. Hide Created-With col...Ben Loftis
2017-08-17NO-OP: whitespace & scopeRobin Gareus
2017-08-17Track Templates: redesign of Add Track dialog.Ben Loftis
2017-08-05Fix Track/Bus dialog name-entry defaultRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-17fix behaviour of AddRouteDialog "Add" buttonPaul Davis
2017-07-17if user has edited name entry in add route dialog, type changes should not re...Paul Davis
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-06-12Consistent "cancel/close" button position on the left.Robin Gareus
2017-06-03add route dialog now has "Add" and "Add and Close" buttons. "Add" keeps dial...Daniel Sheeler
2017-05-14Fix double "Tape" in Record Mode drop down when adding new track.André Nusser
2017-03-26whenever showing the add routes dialog, put focus in the SpinButton that dete...Paul Davis
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