summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport/gui.cc
AgeCommit message (Collapse)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-07fix faderport's use of action namePaul Davis
2016-02-22cleanup post-rebase-against-master messesPaul Davis
2016-02-02faderport: fix binding of actions to footswitchPaul Davis
2016-01-25faderport: add a few more sensible actions to the footswitch optionsPaul Davis
2016-01-25faderport: add footswitch combos to GUI to allow user control over what the ↵Paul Davis
switch does
2015-12-10add a few new actions to Faderport menus, and reorganize them slightlyBen Loftis
2015-12-03faderport: show current User button bindings in GUIPaul Davis
2015-12-01start tweaks to make Shift sticky; remove Shift-press combobox from gui ↵Paul Davis
since we don't allow that to be bound (next-marker)
2015-12-01faderport: allow User button to be bound to ANY possible action.Paul Davis
This does involve nagivating some really gnarly menus, which is unfortunate, but we don't have a good general solution for this yet (it is fundamentally the same problem that affects the key binding editor and Mackie support
2015-12-01faderport: GUI tweaksPaul Davis
2015-12-01remove "medium-length" press concept from faderport code and GUIPaul Davis
2015-12-01faderport: stick a nice little image of the faderport in the surface GUIPaul Davis
Ideally, the PNG file would be part of the surface GUI but for now just put the PNG into gtk2_ardour/icons
2015-11-30faderport: cleanupPaul Davis
2015-11-30faderport: add some "curated" actions for mix, proj and trns; make new ↵Paul Davis
bindings use release, not press
2015-11-30faderport: restore button actions, and correctly indicate current action in GUIPaul Davis
2015-11-30faderport: some code cleanups, add timing for button presses, add new ↵Paul Davis
comboboxes to GUI to allow more button programming, save button state
2015-11-29faderport: add two functioning actions for the mix buttonPaul Davis
2015-11-29basic structure for Faderport GUIPaul Davis
Not fully functional (or sensible yet) but the pieces are all there
2015-11-25cruft removal from faderport codePaul Davis
2015-11-24namespace and filename cleanupPaul Davis