summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.cc
AgeCommit message (Expand)Author
2016-11-29Fix route color selection dialogRobin Gareus
2016-11-25The DisplaySuspender is useless with async Session RTEventsRobin Gareus
2016-11-16Fix crash when fanning out from editor mixerRobin Gareus
2016-11-11Refine instrument fan-out:Robin Gareus
2016-11-10Implement instrument fan-out options (group, track/bus)Robin Gareus
2016-11-10C++ implementation of fan_out_instrument.luaRobin Gareus
2016-10-13handle blink-rec-arm change without application restartRobin Gareus
2016-07-25the endless quest to plug memory leaks -- episode 379Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2016-07-04avoid unnecessary multiple calls to RouteUI::update_monitoring_state()Paul Davis
2016-07-04operate directly on realtime controls, not via SessionPaul Davis
2016-07-01fix logic of RouteUI::set_color_from_route()Paul Davis
2016-06-10make sure RouteUIs show selection status at startupPaul Davis
2016-06-10phase out phase in favor of polarityRobin Gareus
2016-06-09color management and handling for VCAsPaul Davis
2016-06-09use new ControlSlaveUI object in mixer stripPaul Davis
2016-06-08comment and minor fixPaul Davis
2016-06-08use 4.x and earlier route colorsPaul Davis
2016-06-08alphabetize local includesPaul 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-05RouteUI is no longer an AxisView so use ARDOUR_UI::instance()->gui_object_sta...Paul Davis
2016-06-05add bracesPaul Davis
2016-06-05RouteUI is now also derived from SessionHandlePtr but NOT AxisView. Fix initi...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-31use new record safe control in GUIPaul Davis
2016-05-31initial implementation of VCA time axis viewsPaul Davis
2016-05-31convert editor routes code to use StripablePaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31remove Route::listening_via_monitor()Paul Davis
2016-05-31move ever close to working master/slave logic, this time with audio testingPaul Davis
2016-05-31remove more debug outputPaul Davis
2016-05-31a variety of changes that get closer to correctly functioning behaviour for V...Paul Davis
2016-05-31remove some debug outputPaul Davis
2016-05-31a slew of as-yet incomplete work to get VCA solo+mute closer to workingPaul Davis
2016-05-31some tweaks for solo logic to get things working as they were before (correctly)Paul 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-31show VCA master mute state in RouteUI, even if Config->get_show_solo_mutes() ...Paul Davis
2016-05-31use route automation control Changed() signals for solo/mute in GUIPaul 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-24rec-safe GUIRobin Gareus
2016-05-24centralize rec-en sensitivity & prepare for rec-safeRobin Gareus
2016-05-10add route-ui pin-managerRobin Gareus
2016-03-14RouteUI solo buttons should trigger group actionsPaul Davis