summaryrefslogtreecommitdiff
path: root/gtk2_ardour/control_slave_ui.cc
AgeCommit message (Collapse)Author
2020-03-11Prevent stuck VCA buttonRobin Gareus
This is for Mixbus, which always shows the VCA button regardless of VCAs being present in the session.
2020-01-12Apply some missing widget namesBen Loftis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2019-02-27More slaved_to() replacements, fix typoRobin Gareus
2019-02-27Consolidate code, use dedicated APIRobin Gareus
2017-10-20Don't offer possible recursive VCA assignments in the GUIRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-06-22Update GUI to follow Slavable API changeRobin Gareus
2017-04-27Fix nested VCA assigns and mixer-layout:Robin Gareus
Show initial VCA assign button on all mixer-strips and VCAs if there's no assignment.
2017-04-19Use PBD::to_string() from pbd/string_convert.h in ControlSlaveUITim Mayberry
The numeric formatting is equivalent.
2017-03-24Revert "consistent use of context-menu popups"Robin Gareus
This reverts commit b3722f7063699fafd0421d504e05a7300c70e0ec. In some cases ardour shows context-menu on right-mouse-button release. In this case selecting a menu-entry should happen with the left-mouse button (or any button?!) Using ev->button is only correct if the menu is temporary and only visible while the button is held, button release then activates the menu-item. This needs further work, in some cases allowing any button (0) to work makes sense and overall consistency needs to be improved. Different places use different strategies for context-menus which don't always match the button used in the event-handler. This is a hotfix (to make TAV context menus work again with left-click)
2017-03-16consistent use of context-menu popupsRobin Gareus
2017-03-16Plugin another menu memory leak.Robin Gareus
2017-02-20Consistent VCA naming (Ardour/Mixbus)Robin Gareus
2017-02-20use "VCA" rather than "Control Master" in the GUIPaul Davis
2017-02-06save/restore VCA master state inside slaves, so that a reloaded session ends ↵Paul Davis
up back in the same state
2016-12-21backport/minimize difference to mixbus branchRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-12fix crash when removing a track in the presence of VCAsPaul Davis
2016-06-09color management and handling for VCAsPaul Davis
2016-06-09use ControlSlaveUI in VCAMasterStripPaul Davis
2016-06-09new filesPaul Davis