summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
AgeCommit message (Collapse)Author
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
2015-11-22Add project version to AppData file.Nils Philippsen
2015-11-22Implement translation of AppData file.Nils Philippsen
Use the ITS rules file from KDE for itstool: https://websvn.kde.org/trunk/l10n-kf5/scripts/as-metainfo.its?revision=1395611&view=markup
2015-11-22Add an AppData file.Nils Philippsen
This file gets used by GNOME Software to present an application to users so they can install it from a software repository.
2015-11-14partial dialog to control track duplicationPaul Davis
2015-10-22mime-type definition is version independent.Robin Gareus
File glob "*.ardour" -> application/x-ardour is defined in ardour.xml
2015-10-23Use lwrcase_dirname for desktop file names and substitutions.nick_m
2015-10-22set executable and icon name in desktop-fileRobin Gareus
Also opt for version-agnostic mime-type (file-format version is independent of program-version and of file-extension)
2015-10-23Build freedesktop files if requested.nick_m
2015-10-18amend prev commit.Robin Gareus
2015-10-18fix additive linkflagsRobin Gareus
2015-10-18fftw-3.3.5/windows .dll includes threads libRobin Gareus
2015-10-17and another "f"Robin Gareus
2015-10-17thread-safe fftw (needs fftw-3.3.5)Robin Gareus
see https://github.com/FFTW/fftw3/issues/16
2015-09-16Add tooltips.h header for setting tooltips rather than via ardour_ui.hTim Mayberry
2015-08-17Install cursor hotspot file with --dist-target=mingwTim Mayberry
The extra cursor files must be copied in an external packaging script for now until an easy way to get waf to overwrite the files is found
2015-08-06prepare for the futureRobin Gareus
2015-08-06Added PT .ptf session audio import functionalityDamien Zammit
Signed-off-by: Damien Zammit <damien@zamaudio.com>
2015-07-05remove tabs from python codeRobin Gareus
2015-07-05another python3 issueRobin Gareus
2015-06-17Rename 'Cut time' to 'Remove time'Colin Fletcher
'Cut time' implies that the cut timeline items might end up on the clipboard to be pasted somewhere: this isn't the case at present, so rename the functions, class, &c. to say 'remove' rather than 'cut'. Rename insert_time_dialog.{cc|h} to insert_remove_time_dialog while we're at it.
2015-04-21merge monitor_section branchBen Loftis
2015-04-20add save_as dialog to build systemPaul Davis
2015-04-11gtk2_ardour code should use translation domain "gtk2_ardour[MAJOR_VERSION]" ↵Paul Davis
not gtk2_ardour3
2015-04-07windows can’t rename open files.Robin Gareus
This needs a better solution after 4.0.
2015-04-06Separate MonoSpace & Clock font.Robin Gareus
Fixes various issues on OSX (e.g. MIDI-tracer & list editor Layout)
2015-04-04fix wrapper script major versionRobin Gareus
2015-03-12fix ‘ export’ installdir typoRobin Gareus
2015-01-28guess what?!Robin Gareus
2015-01-17fix 20ea90a1 for winegccRobin Gareus
2015-01-17waf: fix concurrency issue with duplicate targetsRobin Gareus
The same source file cannot safely be used in different wscripts with concurrency (if they were in the same wscript it works .c.1.o .c.2.o, etc). [387/764] c: libs/fst/vstwin.c -> build/libs/fst/vstwin.c.1.o [731/764] c: libs/fst/vstwin.c -> build/libs/fst/vstwin.c.1.o [746/764] cxxprogram: build/libs/fst/scanner.cc.1.o build/libs/fst/vstwin.c.1.o -> build/libs/fst/ardour-vst-scanner.exe [750/764] cxxshlib: [...] build/libs/fst/vstwin.c.1.o [...] -> build/libs/ardour/ardour-3.dll and about one every full moon (depending on concurrency) it failed: missing file: 'build/libs/fst/vstwin.c.1.o'
2015-01-09remove cruft (old unused pre-git version files)Robin Gareus
2015-01-06never show windows console.Robin Gareus
If ardour is launched from a terminal, stdout/stderr works since 9988f661f. Further, the debug-version comes packaged with gdb and a has a start-menu shortcut for it. There is no need to implicitly always show a console even for debug builds.