summaryrefslogtreecommitdiff
path: root/gtk2_ardour/script_selector.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-03-19Fix "Shortcut" special-case in the script-selector.Robin Gareus
The Script-selector is used in various places, not just for Action-scripts. Also add a "--" prefix for the separator to avoid name conflicts with actual script names.
2018-02-24NO-OP: whitespaceRobin Gareus
- remove trailing whitespace - remove space after opening brackets and before closing brackets - add space around operators - do not use '//' for multi-line comments, do not use "//" on line-start to comment-out code breaking indenting (-Wmisleading-indent) - do add a single space after comment-start /*{SPACE}... or //{SPACE}... - reserve duplicate whitespace " " for alignment, remove other duplicate whitespace - use established "TODO" and "XXX" (highlighted keywords) - remove equal-sign series "====" (those indicate merge conflicts)
2017-12-12NO-OP: whitespaceRobin Gareus
2017-12-07Drop the "Lua" in Lua Action Buttons:Ben Loftis
Removed the term "Lua", because users were turned off by something they didn't understand. A special-case Lua script ("Shortcut") allows the user to select an arbitrary Action. The "Shortcut" script is selected by default, and in this case there is no "Type" or "Author" displayed. Action-Buttons may still trigger Lua scripts, as a secondary function.
2017-12-05Lua Script-Selector updateRobin Gareus
* register bindings for action_param * honor pre-seeded value (don't ask) * allow to pre-seed a script-name * allow to cancel interactive script load at parameter-stage
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-04-26Skip script-setup if there are no parameters (and name is unique)Robin Gareus
2017-03-13Use a label for required script instance parametersRobin Gareus
2017-02-18re-layout script-selector (only grow description vertically)Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-04-07fix crash when refreshing lua script listRobin Gareus
2016-03-23towards a proper lua script console UIRobin Gareus
2016-02-23Dialog to select and configure Lua ScriptsRobin Gareus