summaryrefslogtreecommitdiff
path: root/gtk2_ardour/wscript
AgeCommit message (Collapse)Author
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
2014-10-31add new floating text entry class (ported from Tracks)Paul Davis
2014-10-05windows application iconRobin Gareus
2014-10-01fix waf install, update ui config nameRobin Gareus
2014-09-30VST native windows does not need vst/winmain.cRobin Gareus
2014-09-07rename input/source file for default UI configurationPaul Davis
2014-09-07change all GUI config files (GTK RC and our own XML config files) to use ↵Paul Davis
product-neutral names Conflicts: gtk2_ardour/ui_config.cc gtk2_ardour/ui_default.conf.in gtk2_ardour/wscript
2014-09-06fix [git] version header file creation for old pythonRobin Gareus
2014-09-06minimize rebuild after reconfigure:Robin Gareus
Don't add VERSIONSTRING to the c-flags of gtk2_ardour, use a dedicated file instead.
2014-07-18tweaks for the monitor section. refactoring of some buttons, using new ↵Ben Loftis
ArdourKnob instead of VolumeController. New ArdourDisplay shows a controllables user value, and provides support for preset values (hardcoded at present). Further refactoring to come, so that ArdourWidgets are derived from a common class. Controllable now has more responsibility for scaling between internal, user, and interface (knob percent) values. This also needs more refactoring and might have some unintended consequences. tested with audio and nothing seems amiss, yet.
2014-07-13minor fixes to wscript files to make things python3 compatiblePaul Davis
2014-06-25use new ruler dialog class for context clicks on ruler labels areaPaul Davis
2014-06-13build ardour3_ui_default.conf at build time, to allow font substitutions to ↵Paul Davis
be done (which are platform dependent)
2014-06-12remove gtk ruler widget implementation - no longer in usePaul Davis
2014-06-07Fix paths in ardour.shTim Mayberry
2014-06-02fix linking against libasoundRobin Gareus
2014-05-19Merge branch 'export-dialog' into cairocanvasColin Fletcher
Fix merge conflicts in: gtk2_ardour/export_range_markers_dialog.cc gtk2_ardour/wscript libs/ardour/ardour/export_handler.h libs/ardour/system_exec.cc libs/pbd/pbd/system_exec.h libs/pbd/system_exec.cc
2014-05-19indent in wscript uses spacesColin Fletcher