summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.cc
AgeCommit message (Collapse)Author
2018-02-24NO-OP: whitespaceRobin Gareus
- remove trailing whitespace - remove space after opening brackets and before closing brackets - add space around operators - do not use '//' for multi-line comments, do not use "//" on line-start to comment-out code breaking indenting (-Wmisleading-indent) - do add a single space after comment-start /*{SPACE}... or //{SPACE}... - reserve duplicate whitespace " " for alignment, remove other duplicate whitespace - use established "TODO" and "XXX" (highlighted keywords) - remove equal-sign series "====" (those indicate merge conflicts)
2017-12-19Update template list in Route DialogRobin Gareus
2017-09-21s/created with/modified with/Robin Gareus
Once a session has been saved by a more recent version or a different variant, the session file is tied to that version/variant. The created-with version is only for debug purposes and internal use.
2017-09-18manually fix up various cases where Gtk:Frame foo_frame had been changed to ↵Paul Davis
foo_sample
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
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
* after each "Add" operation * when cleaning the name field
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
Remove special-cased script types. Allow Action-Scripts to be re-used for session-setup or route-templates.
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 ↵Ben Loftis
column in Ardour.
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
Changing the track-type to add changes the name which marked the name-entry as "edited by user", even though it was Ardour itself which changed the name.
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 ↵Paul Davis
reset it. But using a response button should
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-06-12Consistent "cancel/close" button position on the left.Robin Gareus
"Add and Close" is an odd one out and this button should really be removed for consistency. Still it allows for a 2-click or 2-keyboard-shortcut very common action.
2017-06-03add route dialog now has "Add" and "Add and Close" buttons. "Add" keeps ↵Daniel Sheeler
dialog open so user can add multiple templates.
2017-05-14Fix double "Tape" in Record Mode drop down when adding new track.André Nusser
This bug probably also lead to "Tape" being shown in mixbus even though it should not.
2017-03-26whenever showing the add routes dialog, put focus in the SpinButton that ↵Paul Davis
determines how many <X> are added
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 ↵Paul Davis
relevant dialogs
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 ↵Paul Davis
insert-at options are irrelevant when adding them
2016-07-12VCA/Control Masters have no signal, so output i/o options are irrelevant ↵Paul Davis
when adding them
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
rely on a recursive run loop
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 ↵Paul Davis
last location
2016-05-31fix an issue with the add bus/track dialog name template, left unchanged ↵Paul Davis
after selecting for VCA masters
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