summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_pin_dialog.cc
AgeCommit message (Collapse)Author
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.
2018-11-28Consolidate two more engine-checksRobin Gareus
2018-11-07Change get_routes to get_routelist where appropriate.Len Ovens
2018-10-29Consolidate PinDialog Session/recording checksRobin Gareus
- _session cannot be NULL while the dialog is visible. This removes extra `if (_session)` tests. - Operations now no longer fail silently, but show error messages.
2018-10-29Set session of PluginPinWidget created after ::set_session()Johannes Mueller
PluginPinWidgets initially receive their Session pointer by PluginPinDialog::set_session(). When a RouteProcessorChange occurs all PluginPinWidgets are recreated. Those newly created instances need a pointer to the session.
2018-10-06Sort Sidechain port list by mixer-order instead of alphabeticallyRobin Gareus
2017-09-14Fix various tooltip markup (ampersand) entity-escape:5.12Robin Gareus
* track/port names * plugin-names * MIDI patch-names
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-06Remove cruft, steps cannot be 0.Robin Gareus
2017-06-29Use mnemonic-save API for menu-element textsRobin Gareus
2017-06-21Prepare removal of redundant get_user/set_user API.Robin Gareus
2016-12-20Limit max height of PinDialog -- fixes #7177Robin Gareus
2016-09-15Skip pin-management for MB channelstrip pluginsRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-19...use shared backend function insteadRobin Gareus
2016-05-10add route-ui pin-managerRobin Gareus
2016-05-10turn Pin GUI into Widget.Robin Gareus
2016-05-03Sidechain is one wordRobin Gareus
2016-04-27pin connection GUI for variable I/O pluginsRobin Gareus
2016-04-22Pin Management UI tweaks for AU.Robin Gareus
2016-04-20disable sidechain & manual cfg for MB & AU for nowRobin Gareus
2016-04-19show no/inplace info in Pin Dialog (debug builds only)Robin Gareus
.. also only show latency (relevant for thru) in debug-builds.
2016-04-18more sidechain send GUI details:Robin Gareus
* don't list exising normal sends (separate mono connections) * tooltip inidicate autoremoval
2016-04-18fix initial panner control for new SendsRobin Gareus
2016-04-17Pin Dialog: cache UI thread informationRobin Gareus
fixes crash when redraw happens before idle update.
2016-04-17pretty send and sidechain namesRobin Gareus
2016-04-17use temporary sends for sidechain inputsRobin Gareus
2016-04-17in case sidechain is fed by a Send, show the send's gain controlRobin Gareus
this is mainly about investigating what's involved with automatically adding sends rather than connect track outputs...
2016-04-17NO-OP whitespaceRobin Gareus
2016-04-15output config select is only available for synths.Robin Gareus
2016-04-15refine Pin dialogRobin Gareus
* bend thru-wires away from center (distinguish from connections) * show DnD wire on move only (not on click select * consisten Label for Plugin Instance
2016-04-15re-order label z-stacking in Pin DialogRobin Gareus
2016-04-15Output Port Presets.Robin Gareus
2016-04-15hide strict-i/o UI for MixbusRobin Gareus
2016-04-14update Pin DnD logic:Robin Gareus
When starting a Drag on a connected destination, re-connect the destination. "you grab the connect plug out of the socket and drag it"
2016-04-13show plugin pin labels when hovering over themRobin Gareus
2016-04-13fix Plugin Pin for Audio + Midi input pluginsRobin Gareus
2016-04-07fix wire DnD (for thru connections)Robin Gareus
2016-04-07GUI support for plugin port bypass connectionsRobin Gareus
2016-04-07refine sidechain labelsRobin Gareus
2016-04-07more click-connect compatible wire DnD experimentsRobin Gareus
2016-04-06Pin Management: draggable wires.Robin Gareus
2016-04-06fix reset context menu (right click only)Robin Gareus
2016-04-06side-chain button select connects exclusivelyRobin Gareus
2016-04-06Plugin Pin Dialog: consistent layout.Robin Gareus
2016-04-06add LED to sidechain toggle for consistencyRobin Gareus
2016-04-06replace Pin Config "reset" button with "custom" toggleRobin Gareus
All in all this needs one more click to set up custom routing but provides a better User Interaction.
2016-04-06fix connection updatesRobin Gareus
2016-04-06Populate Sidechain connection menu with non-feeback sources.Robin Gareus