summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-16bump version2.8.10Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7263 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-16fix keyboard event handling for host-provided plugin GUIsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7262 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-16don't throw an exception if /home/paul is not writablePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7261 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-07tiny cleanupPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7240 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-07try to fix mistake introduced in 7207 that stole key events from GTK plugin GUIsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7239 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-02make marker labels and regionview name text (now drawn with pixbufs) be ↵2.8.9Paul Davis
color-adjustable just like all other canvas items git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7212 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-02prevent key events from being delivered to any widgets in plugin windows, to ↵Paul Davis
avoid them being eaten (e.g. as navigation commands in the preset combo) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7207 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-02bump version to 2.8.9Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7205 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-02specialize ConfigVariable<bool> to use string_is_affirmative() and thus get ↵Paul Davis
consistency about how XML state is interpreted when setting *all* Configuration variables git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7204 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-06-01clean up and simplify optimization flags for OS X PowerPC build2.8.8Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7201 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-27fix handling of automation recording when stopping and restarting from the ↵Paul Davis
exact same location ("no spikes") git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7180 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-27position region editor @ mouse explicitlyPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7179 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-26logic error in AutomationEvent::cut_copy_clear() when deciding whether to ↵Paul Davis
add an extra final point to an automation list git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7169 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-21rename the last rename that renamed the previous one ...Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7135 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-21rename the last rename ...Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7132 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-21rename overloaded-virtual method of TimeAxisView (::set_selected()) so as ↵Paul Davis
not to hide Selectable::set_selected() git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7131 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-21the MementoCommand for automation clearing should be based on the ↵Paul Davis
AutomationList not the AutomationEvent - this fixes errors at session reload complaining that the object for a history XML node can't be found git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7130 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-20drop some debug outputPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7125 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-20make AU Cocoa plugin views with "client-side-windows" versions of GTK+; make ↵Paul Davis
keyboard event forwarding work for AU Cocoa plugin views git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7124 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-17almost-certain fix for "randomly-muted overlapped region" bugPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7114 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-17region export/bounce should use ::read_at() methods, not read directly from ↵Paul Davis
the source (thus providing fade outs, automation, etc; minor code cleanups git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7113 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-14fix for clocks refusing to update when reverse-playback was used later in ↵Ben Loftis
the session. from A3 svn 6999. fixes the bug but needs additional testing git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7103 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-07updated french translation from raphaelPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7079 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-07re-enable sync_all_route_ordering, not sure why it was commented out, may ↵Ben Loftis
need testing git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7076 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-06move largefile and reentrant compiler flags up to the top level, rather than ↵Paul Davis
being libardour-specific git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7071 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-05when splitting to mono regions, don't make the new mono regions children of ↵Paul Davis
existing regions in the list (involves changingthe definition of source-equivalent, but to its correct and intended meaning) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7063 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-05remove JACK does montioring option for OS X, because the CoreAudio backend ↵Paul Davis
has no monitoring capabilities git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7062 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-04back-port carl's workaround for a gnomecanvas bug that causes a crash during ↵Paul Davis
certain resize operations and others git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7051 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-05-02patch for #2997 from carl, fix handling stat of large filesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7042 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-30quick fix for sync combo control which inexplicably got smallerBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7027 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-29(OS X) make /Volumes show up in 1 extra location in the new session dialogPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7020 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-29fix faulty logic when deciding whether to run a redirect's ::silence() ↵Paul Davis
method; initialize propertyList to 0 in audio_unit.cc, taken from mixbus branch git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7019 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-28if selecting a range in mouse range mode and there is already a time ↵Paul Davis
selection, clear it so that the action can actually do something other than just reselect what is already selected git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7015 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-28patch for mantis #2794 - fix route ordering after creating sends etc.Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7014 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-27more reductions in stack space requirements for exportPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7004 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-27reduce stack space requirements for export and normalizationPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7003 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-27AU parameter unit is a single integer value, not a bitmask, so treat it ↵Paul Davis
correctly and don't interpret any unit type with bit 1 set as a boolean git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7002 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-26change automation track selection model slightly so that auto tracks are ↵Ben Loftis
highlighted as expected. only show range boxes when the automation will actually get edited. clicking an automation track should show the editor-mixer for the parent track git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6997 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-26close a carbon window for an AU plugin *in addition to*, not just instead ↵Paul Davis
of, the containing cocoa window git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6995 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-26significant fixes for AutomationList::cut_copy_clear() for cut and copy ↵Paul Davis
operations git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6994 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-23if something is in Write, dont take it out of Write when locatingBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6981 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-23remove iterator-based AutomationList cut/copy methods, to avoid appearance ↵Paul Davis
of code duplication, since they were not used git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6979 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-23more cleanups, redesigns and subtle bug fixes for automation editingPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6972 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-22refuse to accept Auto_Write state when loading automation list state from diskPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6968 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-22finally change the misnamed ::reposition_for_rt_add(); never save ↵Paul Davis
automation_state=Write in a session file; drop from Write to Touch at transport stop; other related minor cleanup git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6966 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-22more realtime automation fixes: only do realtime automation while rolling, ↵Ben Loftis
and never Read on a locate when you are in Write git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6965 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-22cleanup AutomationList::cut_copy_clear() and try to add guard/clamp points ↵Paul Davis
to keep the curve shape intact git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6964 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-22multiple touches in a single automation pass now work; write mode works ↵Paul Davis
(with some interesting quirks); remove some debug output git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6963 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-22better, cleaner, correct merging of nascent automation events into the event ↵Paul Davis
list git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6949 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-04-21correctly handle touch/write automation data merging when it occurs before ↵Paul Davis
the start or after the end of existing data git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6944 d708f5d6-7413-0410-9779-e7cbd77b26cf