summaryrefslogtreecommitdiff
path: root/cfgtool
AgeCommit message (Collapse)Author
2017-05-12Remove cfgtool, it's not useful anymoreRobin Gareus
cfgtool was used to dump the current config defaults into ./system_config on the system it runs. It was manually invoked (usually on Linux) and hence produced incorrect settings for Windows and OSX variants. Since ea4bbcf5 Ardour binaries bundle a minimal empty system_config, and the built-in defaults are used (correct for every platform).
2017-05-12change the way ControlProtocols (control surfaces) are notified and handle ↵Paul Davis
Stripable selection changes The Editor continues to notify them, but via a direct call to ControlProtocolManager, not a signal. The CP Manager calls the ControlProtocol static method to set up static data structures holding selection info for all surfaces and then notifies each surface/protocol that selection has changed.
2016-02-28prepare for update to waf 1.8Robin Gareus
uselib is no longer implicit (inherited by .use). This is still incomplete, some uselibs for non-linux variants may be missing. bld.is_defined("HAVE_XXX") also no longer works and will have to be changed (I think to bld.env["HAVE_XXX"]) in countless places.
2015-07-05remove tabs from python codeRobin Gareus
2015-06-17skip username metadata when dumping default cfgRobin Gareus
2015-03-30make configtool compile for wine/vstRobin Gareus
2015-03-23..but make cfgtool portableRobin Gareus
2015-03-23don’t [cross]compile cfg tool.exeRobin Gareus
2015-03-22cfgtool: add external VST functions used by libardourRobin Gareus
2015-03-22config dump tool details.Robin Gareus
2015-03-22do not install cfgtoolRobin Gareus
2015-03-22small tool to dump default config.Robin Gareus