summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
AgeCommit message (Expand)Author
2017-02-24re-order inheritanceRobin Gareus
2016-12-21Fix indentation 8 whitespaces to tabNil Geisweiller
2016-12-18Prepare configurable mini-timeline time-spanRobin Gareus
2016-11-10Implement instrument fan-out options (group, track/bus)Robin Gareus
2016-11-10C++ implementation of fan_out_instrument.luaRobin Gareus
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2016-06-09use new ControlSlaveUI object in mixer stripPaul Davis
2016-06-05use, or mostly use PresentationInfo for selection status of Routes.Paul Davis
2016-06-05use PresentationInfo color to set route colors. GUI appears to respond as exp...Paul Davis
2016-06-05catch up on change in definition of various AxisView {set,is}_selected() impl...Paul Davis
2016-06-05cleanup API for RouteUIPaul Davis
2016-06-05RouteUI connects to Route's PropertyChange signal; derived types implement ro...Paul Davis
2016-06-05adjust color API for RouteUI to use PresentationInfo's colorPaul Davis
2016-06-05make AxisView::marked_for_display() be virtual so we can use the a Stripable'...Paul Davis
2016-06-02there is no explicit "Remote Control ID" control anymore - all done by orderi...Paul Davis
2016-05-31convert editor routes code to use StripablePaul Davis
2016-05-31direct connect monitoring changes to the real RouteUI method (no-op, really)Paul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-31tweak mixer VCA button appearance and prepare for live updates to VCA statePaul Davis
2016-05-31single button for VCA assignment, plus unassign now worksPaul Davis
2016-05-31add 4 harrison-style vca assign buttons to the mixer stripPaul Davis
2016-05-24rec-safe GUIRobin Gareus
2016-05-24centralize rec-en sensitivity & prepare for rec-safeRobin Gareus
2016-05-17some more mixbus backports (NO-OP for ardour)Robin Gareus
2016-05-10add route-ui pin-managerRobin Gareus
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2015-12-21unhardcode "ardour:" port-prefixRobin Gareus
2015-11-17add Duplicate action to track and mixer context menusBen Loftis
2015-11-04Improve behavior of overwrite_file_dialog.André Nusser
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-04-06rationalize incorrect design for removing tracks.Paul Davis
2015-03-31remove duplicated calls to update solo/mute state from RouteUI descendants.Paul Davis
2014-09-03use tape-track rec-enable icon throughout.Robin Gareus
2014-08-22Rationalize ArdourButton and lots of associated theming issues.Ben Loftis
2014-08-01allow track headers to select io from right-click menuBen Loftis
2014-07-29Various UI tweaks.Ben Loftis
2013-08-08disconnect AuxSend connection when deleting busRobin Gareus
2011-11-30fix phase invert button functionality, lost in switch to ArdourButtonPaul Davis
2011-11-28convert all mixer strip buttons to ArdourButton; not entirely finished becaus...Paul Davis
2011-11-04drastic overhaul of keyboard handling in mixer window. real bindings, key eve...Paul Davis
2011-11-03Tidy up send-to button handling a bit, should fix #4426 and #4427.Carl Hetherington
2011-11-02rec-enable buttons are now ArdourButtons, but with a minor graphical glitch t...Paul Davis
2011-11-02solo buttons are now ArdourButtonsPaul Davis
2011-11-02mute and send-alert buttons are now ArdourButtonsPaul Davis
2011-10-26new ArdourButton class, to start to provide more control over how our buttons...Paul Davis
2011-10-21start of tracking monitor state correctlyPaul Davis
2011-10-20add initial implementation of explicit monitor (input|disk) control. some beh...Paul Davis
2011-08-31Allow route groups to color their tracks (remainder ofCarl Hetherington
2011-08-30Tidy up route colouring a bit so that colours are theCarl Hetherington
2011-07-26fix up colons in track names before they are used for JACK port names; catch ...Paul Davis