summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
AgeCommit message (Collapse)Author
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.
2015-01-01Move Timers/Timeouts from ARDOUR_UI into functions in timers.h and use ↵Tim Mayberry
PBD::Timers
2014-12-28MIDI transform dialog.David Robillard
2014-12-28use ldflags for wine linkingRobin Gareus
fixes issue with eg. wine-unstable: --also-libdir=/usr/lib/i386-linux-gnu/wine-unstable/
2014-12-28fix [rare] concurrent build issue:Robin Gareus
[709/779] subst: headless/hardev_common.sh.in -> build/headless/hardev_common_waf.sh [710/779] hardev_common_waf.sh: -> build/headless/hardev_common_waf.sh chmod: cannot access `headless/hardev_common_waf.sh': No such file or directory
2014-12-24Factor out instrument selector.David Robillard
2014-12-23consolidate video-tool filepaths - step oneRobin Gareus
1:1 cut/paste
2014-12-21reduce all default font sizes on Linux by 80%Paul Davis
If you use font scaling of 80% you may wish to reset it to 100% to get almost the exact same font sizes as previously. Normal size is now 8pt, rather then 10pt as before
2014-12-20Fix various cursor problems.David Robillard
Add a new scoped cursor system that makes it much harder to screw up and end up with stick cursors and so on.
2014-12-18Add editor selection state to session history via a SelectionMemento, whichnick_m
combines selection related editor properties with the current editor selection. The related editor properties are: mouse mode, zoom setting, left frame of the canvas, y origin of the canvas. Selection state now includes region views (storing the underlying region id) and time. This patch also fixes a region mute undo bug.
2014-12-09correct install location for .mo files (i18n) and cleanup LOCALEDIR use a bitPaul Davis
2014-12-08install single color theme file during waf installPaul Davis
2014-12-08another metric ton of color workPaul Davis
2014-12-08change GTK rc file system to use just a single file, which is color-neutral.Paul Davis
* packaging scripts need modification * light theme file left in place to help with possible generation of alternate theme
2014-11-03Note selector dialog for note controls.David Robillard