summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
AgeCommit message (Collapse)Author
2016-09-29some Collaborative Albums from the early 80'sRobin Gareus
2016-09-20GUI support to archive sessionRobin Gareus
2016-08-17upcoming codenamesRobin Gareus
2016-08-08fix bug when appdata.pot file cannot be regeneratedPaul Davis
2016-07-18turn back towards color theme files ALWAYS including the program name. also ↵Paul Davis
load both default and user colors (if present)
2016-07-18ArdourCurl: prepare to unify various curl callsRobin Gareus
mainly motivated by a central location to setup SSL.
2016-07-13make ./waf install do the right thing with color filesPaul Davis
2016-07-06merge MixerActor API (back) into Mixer_UI; make solo/mute/recenable actions ↵Paul Davis
there do the right thing
2016-07-04add an ArdourButton/SpinButton WidgetRobin Gareus
alternative to ArdourDisplay (dropdown) to provide numeric entry with ArdourKnob.
2016-06-09use new ControlSlaveUI object in mixer stripPaul Davis
2016-06-08fix waf cmd tested for when deciding to build appdata.potPaul Davis
2016-06-07first pass at moving color theme management into its own preferences tabPaul Davis
2016-05-31change install target dir for color theme files5.0-pre0Paul Davis
2016-05-31install program-specific color filesPaul Davis
2016-05-31install theme files during waf installPaul Davis
2016-05-31convert editor routes code to use StripablePaul Davis
2016-05-31fake the existence of a master fader stripPaul Davis
Conflicts: gtk2_ardour/master_faders.cc
2016-05-30there won't be an Ardour 4.8 releaseRobin Gareus
2016-05-27Tempo ramps - add visualtempo curve, dragging bbt or music rulers with ↵nick_m
constraint modifier dilates previous tempo.
2016-05-19towards an Instrument Setup/Replace workflowRobin Gareus
2016-05-17nobody cares about xpm anymoreRobin Gareus
2016-05-17group Product/App specific resourcesRobin Gareus
* only install icons relevant to product * use program-name (as-is) as prefix * keep icons/* for all products
2016-05-17waf's "copy" feature does not installRobin Gareus
2016-05-16splash is the day that you got in my systemRobin Gareus
2016-05-16icon-name follows program-nameRobin Gareus
so that derivative products don't need to replace binary image/icon files in the source (use ./waf configure --program-name=...)
2016-04-27remove unnecessary lines+changesPaul Davis
2016-04-27add a new configure-time for Cocoa live resizing macrosPaul Davis
These were added in 10.6 but we're trying to be nice and look for the feature, not some version
2016-04-26remove duplicate "bld.install_files" callRobin Gareus
2016-03-27get started with Pin Manager - currently display-only.Robin Gareus
2016-03-20add luadoc binary (developer tool) to dump lua bindingsRobin Gareus
output is either JSON or lua-tables. enable via ./waf configure --luadoc ... , needs C++11
2016-03-15fix wscript to know about key binding dependenciesPaul Davis
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.
2016-02-23Editor Actions Scripts & ManagerRobin Gareus
2016-02-23Lua Script Console WindowRobin Gareus
2016-02-23Add Editor/UI Lua Scripting and Action/Callback ScriptRobin Gareus
2016-02-23Dialog to select and configure Lua ScriptsRobin Gareus
2016-02-22additional GTKOSX => __APPLE__ changes missed in previous commitPaul Davis
2016-02-22change GTKOSX macro constant to use __APPLE__ insteadPaul Davis
2016-02-22change suffix of keybinding files to ".keys" to avoid conflict with earlier ↵Paul Davis
versions. Move some code around that should never have been inside libs/ardour to begin with.
2016-02-22change name of default bindings to us.bindings (and thus binding definitions ↵Paul Davis
to us.bindings.in) "us" indicates keyboard layout.
2016-02-22fix command used to build keyboard bindingsPaul Davis
2016-02-11remove all traces of "prolooks" and related classesPaul Davis
2016-02-10Post-export Analysis GUIRobin Gareus
2016-01-09fix compiler argument order (ldflags/loadlibes) - patch from Rodney DawesRobin Gareus
2015-12-17more hot wine.Robin Gareus
2015-12-12Add "-" to cpp argumentsDavid
Homebrews superenv cpp on OS X will not work without it
2015-11-29NOOP, remove trailing whitespace, replace tabs in python scriptsRobin Gareus
2015-11-29some upcoming release codenamesRobin Gareus
2015-11-23make copies of global lists before extendingNils Philippsen
Not doing so can make source or object files appear multiple times in the list of files to be compiled or linked, e.g. when doing './waf build install', subsequently leading to linker errors.
2015-11-23AppData: do the right thing on './waf clean'Nils Philippsen