summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.cc
AgeCommit message (Collapse)Author
2017-02-17Fix route ordering (mixer TV lacks master-bus)Robin Gareus
Skip master bus' order-key when re-ordering routes in the mixer. This also fixes a related issue: When a new track is added, Session::RouteAdded will call be handled by Editor::add_routes AND Mixer_UI::add_routes, leading to calls to both: - EditorRoutes::sync_presentation_info_from_treeview() - Mixer_UI::sync_presentation_info_from_treeview () which potentially set different order-keys.
2017-02-02Right-click on a VCA to assign it to the selected channels.Ben Loftis
2017-01-30left/right align mixer-stripsRobin Gareus
2017-01-28further improvement to Mixer_UI::move_stripable_into_view()Paul Davis
2017-01-28improve the behaviour of Mixer_UI::move_stripable_into_view()Paul Davis
Don't change anything if the strip is visible; if we have to move to show it, try to show the requested strip in the middle
2017-01-28ensure mixer shows a recently selected stripPaul Davis
This doesn't guarantee that is it the MOST recently selected strip
2017-01-27remove editor/mixer selection change signals; make editor and mixer use ↵Paul Davis
PresentationInfo::Change more correctly; make Selection a bit smarter when setting track selection
2017-01-27use RAII for class-wide PresentationInfo::Change signal, along with ↵Paul Davis
properties to describe what changed
2017-01-26Fix mixer continuous multi-selectionRobin Gareus
Shift+select needs to iterate over strips as they are visually ordered. (Previously the order of adding/loading strips was used)
2017-01-18push sorted Stripable order back to PI (for control surfaces)Robin Gareus
2017-01-16Prepare generic spill ([mix]busses)Robin Gareus
2017-01-09Fix mixer scrollingRobin Gareus
2017-01-06fix route ordering (and related possible crash on re-order)Robin Gareus
2017-01-02allow to shrink mixer left-side paneRobin Gareus
2017-01-02remove VCA title/heading (increases min width)Robin Gareus
2016-12-22Display VCAs at the end of the Track/Bus listRobin Gareus
2016-12-22spill chained VCAsRobin Gareus
2016-12-21backport/minimize difference to mixbus branchRobin Gareus
2016-12-21Don't try to scroll to stripables on different panesRobin Gareus
2016-12-21Vertically line up mixer strip (backport from Mixbus)Robin Gareus
2016-11-13basic Mac VST Cocoa UI supportRobin Gareus
2016-11-11static MonitorSection Action -- fixes #7098Robin Gareus
ActionManager registered actions are static global and cannot reference an instance (this) directly.
2016-11-07Set session dirty if tracks are reordered by user.Len Ovens
2016-11-04Fix Drifting Master hopefully for real this time.Len Ovens
2016-10-17remove unused variableRobin Gareus
2016-10-17fix typo + remove cruft.Robin Gareus
2016-10-16refine 29f604418, move selected track to left-edge (if possible)Robin Gareus
2016-10-15Mixer strip list: click to move strip into viewRobin Gareus
2016-10-14mixer left/right: snap to trackRobin Gareus
2016-09-30revert previous unintended commitBen Loftis
2016-09-30fix: using arrow-keys on selected mixer strips would recursively affect ↵Ben Loftis
grouped faders
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-12remove pointless version of Stripable::set_presentation_order()Paul Davis
2016-07-08fix incorrect behaviour of mixer strip [X] (hide) buttonsPaul Davis
2016-07-06merge MixerActor API (back) into Mixer_UI; make solo/mute/recenable actions ↵Paul Davis
there do the right thing
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2016-06-29consistent mixer sidebar layout (group, tracks show/hide)Robin Gareus
* move checkbox to the left (unaffected by scrollbars) * use same expand & sizing strategy for both
2016-06-23show tooltips on favorite plugins -- closes #6902Robin Gareus
2016-06-14no divider/full allocation of LHS of mixer "display" with no VCAsPaul Davis
2016-06-13use pane position mgmt on appropriate panesPaul Davis
2016-06-12hide mixer group tabs when spilling control master slavesPaul Davis
2016-06-11make RouteGroupDialog non-modal.Paul Davis
Not really how/why it was modal, but it did run a recursive main event loop, and these are always a bad idea for lots of reasons. So I removed that feature, which makes it non-modal. Not 100% tested yet.
2016-06-10do not add master to Mixer_UI's TreeModel - explicitly pack it and never ↵Paul Davis
unpack it
2016-06-09avoid missing stuff after adding tracks/busses/vcas in mixerPaul Davis
2016-06-09work "hide" button on VCA stripPaul Davis
2016-06-09mixer-gui visibility management for VCAsPaul Davis
2016-06-07GUI tweaks and work on VCA mixer displayPaul Davis
2016-06-07fix missing restore of a pane position in mixerPaul Davis
2016-06-06try to keep editor+mixer treemodels in syncPaul Davis
2016-06-06there is no remote model choice anymore - ordering is determined by the GUIPaul Davis