summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-02add -DBOOST_SYSTEM_NO_DEPRECATED when building anything using boost to avoid ↵Paul Davis
linkage issues with boost 1.50 and above git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13590 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-02bump versionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13585 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-02do not explicitly link against libintl unless evidence of an independent ↵Paul Davis
build stack is found (which is the presence of ~/gtk/inst) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13584 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-02change name used for FFADO driver when starting JACKPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13583 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-30update fullscreen patch to restore title on LionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13573 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-30fix up bindings for maximise editing space, remove existing F1-F6 bindings ↵Paul Davis
since those keys were double bound, move crop + separate to "c" and "Alt-s" respectively, other bindings gone git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13570 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-30updated version of fullscreen patch for OSXPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13569 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-29new gtk/gdk patch for fullscreen on os x pre-lionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13568 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-29fix up install name on OS X for the LV2 stack libs (a temporary measure ↵Paul Davis
until they are re-released with a waf that works); apply gnomecanvas slow idle patch during build; don't download Sord every time git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13567 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-29remove no-longer needed patch (in gtk+ git)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13566 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-29move gnome idle patch to its rightful locationPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13565 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-29update GTK patches to reflect state of gtk-2-24 near the end of November 2012Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13564 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-28conditionalize attempt to copy non-existent suil modules into OS X bundlePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13561 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-27remove out-of-date GTK patches (now in gtk-2-24)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13556 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-25fix build script error in setting Scons CPPPATH variablePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13546 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-23bump versionPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13545 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-23add markup escaping for splash screenPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13544 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-21bump versions of LV2 stack, based on current releases, nov 20th 2012Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13539 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-19new patch to fix issue with canvas redraw behaviour when canvas items are ↵Paul Davis
"slow" to update (e.g. a canvas line with 1150 points) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13531 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-10-17crossport control surface work from mb2 branchPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13295 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-10-16new fix for problem with KP Enter on QuartzPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13285 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-10-15cross-port fix to generic MIDI control port choice from mixbus2Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13283 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-10-04clean up some SConsscript silliness and explicitly include libintl when ↵Paul Davis
SYSLIBS=1 is in effect (though to be honest, this is odd for Linux, since the libintl should be provided by glibc) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13207 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-10-04specify ARDOUR_CONTROL_SURFACES_PATH when running ./ardev and cousins, so ↵Paul Davis
that we find current control surfaces, not installed ones or none at all git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13206 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-10-04remove forced inclusion of /usr/local/lib in LD_LIBRARY_PATH when running ↵Paul Davis
./ardev git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13205 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-10-04bump libz, libpng versions, and force libreadline to build with linkage to ↵Paul Davis
nurses to avoid undefined symbol errors git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13204 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-10-04use new ALSA sequencer port tweaks when handling incoming MIDI dataPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13203 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-10-04new design (inherited from softwerk) to properly handle I/O via ALSA ↵Paul Davis
sequencer, where multiple ports are multiplexed via one selectable/pollable fd; fix failure to save an entire class of ALSA sequencer port connections, which helps save/restore control surface sate git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13202 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-08-14set default LV2 search path to include lib64 variantsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13128 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-08-13new patch for GTK+ on OS XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13127 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-21remove translation hack, which for some reason is not needed for ardour 2.X2.8.14Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13065 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-21only disable text translations, not numerics or timePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13064 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-20Correctly allow startup options to be passed to the main program when ↵Todd Naugle
bundled. Launching a bundle in gdb now uses --debug instead of -d. This removes the confilt with the main application -d option. Also added i18n fix that forces translations off when translations are disabled git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13063 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-20bump dep stack to suil 0.6.4Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13060 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-20version bumpPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13059 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-20fix action names for transport controllablesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13058 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-20make note on/off MIDI control do something sensible, rather than attempt to ↵Paul Davis
use the enter keyboard as a big fader git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13057 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-09really use the latest version of suil. We were downloading the correct ↵Todd Naugle
version, but trying to build the old one git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12995 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-02clean up test for libcurl, but mo' betterPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12982 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-02clean up test for libcurl, but betterPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12981 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-02clean up test for libcurlPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12980 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-02freesound fixes from a3 and mixbus: allow multi-valued keyword searching. ↵Ben Loftis
put files directly in Freesound folder. show more feedback and make canceling easier, plus other workflow fixes git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12979 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-02fixup SConscript to work on OS X with new build stacks etc.Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12978 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-02remove new session folder debugging stuffPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12977 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-01try a little stacktracePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12976 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-01the debug continues onward furtherPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12975 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-01the debug continues onwardPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12974 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-30the debug continuesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12972 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-30remove all debugging output from new_session_dialog, wich should pretty much ↵Paul Davis
revert us back to the pre-debug-effort state (rev 10006 roughly) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12971 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-30the hunt for the file chooser bug continues onPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@12970 d708f5d6-7413-0410-9779-e7cbd77b26cf