summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.cc
AgeCommit message (Collapse)Author
2016-05-31first vaguely working version using PresentationInfoPaul Davis
remote control ID and "order keys" have been removed.
2016-05-31show/hide VCA assign buttons depending on VCA existencePaul Davis
2016-05-31improve clean-up of GUI VCA-related objectsPaul Davis
2016-05-31restore right-click in track/bus scroller to drive add routePaul Davis
2016-05-31no-op: commentPaul Davis
2016-05-31move new fractional pane utility functions into libs/gtkmm2extPaul Davis
2016-05-31a big fat commentPaul Davis
2016-05-31redesign pane-sizing mechanism for mixerPaul Davis
This needs more comments to explain what is going on. It also needs to be applied to the editor
2016-05-31fix incorrect selection of all strips/tracks at opening.Paul Davis
Old code was counting how many child nodes where in the MixerUI, assuming they were all routes, and using that to decide if this was a from_scratch setup. The addition of VCAs to the track_model changes that, so now we have to actually check there are no existing Routes before doing the from_scratch setup
2016-05-31GUI modifications to improve VCA strips and their placement in the mixerPaul Davis
Note that this includes some changes that actually make mixer pane settings get restored, which has been broken for some time. Of course, they are not restored perfectly, yet.
2016-05-31change sort ordering model in mixer and editorPaul Davis
This allows correct reordering of the mixer "track_model" even when non-route elements are present. This isn't really utilized in the Editor at present because we do not show VCAs there at all, but it will become important in the future when we represent VCA automation there
2016-05-31start shaping up VCA assign processPaul Davis
2016-05-31mostly restore VCA state on session loading.Paul Davis
This does not restore VCA assignments
2016-05-31initial part of vca assignment via context menuPaul Davis
2016-05-31first pass at making the GUI for a VCA visiblePaul Davis
2016-05-31add a new packer to the mixer, to hold vca master faders (if any)Paul Davis
2016-05-06Create new track by dragging an instrument from the favorites sidebarRobin Gareus
2016-05-06separate Preset + Favorite DnD TargetsRobin Gareus
Sidebar is a source of "Favorites" and a destination for Presets.
2016-05-06re-introduce "add track/bus" from mixer windowRobin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-05-02remove a stray semicolonRobin Gareus
2016-05-01fix adding favorite plugins post-faderRobin Gareus
2016-04-29save custom favorite plugin order (revert when merging VCA2)Robin Gareus
2016-04-29include lua processors in plugin-selectorRobin Gareus
2016-02-27Implements review commentsMathias Buhr
2016-02-27Adds an assert to fail explicitelyMathias Buhr
2016-02-25fix packing of "outpacker" in mixer viewPaul Davis
2016-02-25restore monitor section visibility, broken after the merged with tabbedPaul Davis
2016-02-22rework dialog-close-focus-reset change to work in TabbedPaul Davis
2016-02-22cleanup post-rebase-against-master messesPaul Davis
2016-02-22change GTKOSX macro constant to use __APPLE__ insteadPaul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22more changes to Bindings, Keyboard APIsPaul Davis
2016-02-22widespread changes to get the new (oldArdour binding scheme to be used for ↵Paul Davis
keyboard accelerators
2016-02-22save/restore tabbable statePaul Davis
2016-02-22first compilable version of tabbable design.Paul Davis
I would have loved to split this apart, but there are just so many interrelated changes, it makes little sense and would be a huge effort that would break future git bisect use because so many intermediate commits would not compile
2016-02-22the basics of tabbedPaul Davis
2016-02-11Fix bug #6766, Crash when creating new Session while one is currently openTim Mayberry
2016-01-13don't allow to delete AU presets in the UIRobin Gareus
because the backend is not ready for this.
2016-01-10check sidebar re-order constrains early on.Robin Gareus
2016-01-10retain expansion-state when reordering plugins in the sidebarRobin Gareus
2016-01-09GUI update for plugin-preset-list API changeRobin Gareus
2016-01-08index plugins before loading state (favorite order)Robin Gareus
2016-01-08better version than prev. commit (avoid name ambiguity)Robin Gareus
2016-01-08fix favorite plugin sort (after plugin-scan)Robin Gareus
2016-01-07don't allow to delete factory presetsRobin Gareus
2016-01-07use new API to query presetsRobin Gareus
2016-01-07only show plugin context-menu if there is a selectionRobin Gareus
2015-12-28plugin-sidebar: select on right-click (before context-menu)Robin Gareus
2015-12-28refine add preset/favorite dialogRobin Gareus
dedicated "Add to Favorites only" mode.