summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-05new design for region dragging; make add route dialog float over the correct ↵Paul Davis
window(s); try to remove confusion from different export dialogs regarding file/directory requirements ; minor cleanups git-svn-id: svn://localhost/ardour2/trunk@1555 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-05Fixed slot assignments to AudioRegion fade shape menu itemsDoug McLain
git-svn-id: svn://localhost/ardour2/trunk@1554 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-05Updated Russian translation from prokoudine.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1553 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-04fix for running out of JACK ports in the middle of adding multiple tracks or ↵Paul Davis
busses git-svn-id: svn://localhost/ardour2/trunk@1552 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-04Make playlist name bumping work for names where the last '.' delimited Sampo Savolainen
element is not a number git-svn-id: svn://localhost/ardour2/trunk@1551 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-04commit for cleanup bug that affects both old and new sessionsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1550 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-02add locks around port read/write. Much more stable on startup now.John Anderson
git-svn-id: svn://localhost/ardour2/trunk@1549 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-02@executable_path support.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1548 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-02Fix for compiler warnings and errors.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1547 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-01Fixed compilation issues.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1546 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-01revert RCU changes back to union-based solution to fix strict-aliasing; ↵Paul Davis
another -O3 warning cleaned up git-svn-id: svn://localhost/ardour2/trunk@1545 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-01no more disabling strict aliasingPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1544 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-01fix stupid error in last libart_lgpl related patchPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1542 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-01Removed commentSampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1541 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-01Ye olde playhead crash - fixedSampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1540 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-01fixes to handle broken libart_lgpl 2.3.18+ headersPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1539 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28slight correction to last copy-drag-constrained logicPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1537 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28maybe fix copy-x-constrained drag issues; mix group buttons change text when ↵Paul Davis
mix group name changes (from carl h.) git-svn-id: svn://localhost/ardour2/trunk@1536 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28remove Id: lines from many/all headers and some more source filesPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1535 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28"Sampo's Delight" - add "do not show this window again" to memory warning; ↵Paul Davis
check physical RAM on linux and only warn if limit is less than 75% of total RAM; do nothing on OSX since there is no mlockall there git-svn-id: svn://localhost/ardour2/trunk@1534 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28While I am honored, humbled, and pleased to be added to the ardour copyright ↵David Taht
message, my name is actually spelt with an umlaut. Fixed. git-svn-id: svn://localhost/ardour2/trunk@1533 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28fix for mute button color/state caused by cut-n-paste coding, plus another ↵Paul Davis
access(2) bites the portability dust git-svn-id: svn://localhost/ardour2/trunk@1532 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28desensitize auto-return button on slave != None and ignore auto-return in ↵Paul Davis
libardour if slave != None git-svn-id: svn://localhost/ardour2/trunk@1531 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-28desensitize auto-play button on slave != None and ignore auto-play in ↵Paul Davis
libardour if slave != None git-svn-id: svn://localhost/ardour2/trunk@1530 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-27fix range mode problem with a recent commit - crash when dragging, due to ↵Paul Davis
drag_info.data being NULL when in range mode git-svn-id: svn://localhost/ardour2/trunk@1529 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-27fix #1497, related to lack of status.done setting when libsndfile craps out ↵Paul Davis
on us git-svn-id: svn://localhost/ardour2/trunk@1528 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-27tweak placement of region name text; patch from b0ef for color manager ↵Paul Davis
window mgmt git-svn-id: svn://localhost/ardour2/trunk@1527 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-27fix #1394 - The 'narrow strip' option in the mixer does not take extra width ↵Paul Davis
into account; involved some nice cleanup of width handling in mixer strips etc. git-svn-id: svn://localhost/ardour2/trunk@1526 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-27fix for build issue on Mandriva, #1180 ; remove stacktrace output when JACK ↵Paul Davis
freewheeling is turned off git-svn-id: svn://localhost/ardour2/trunk@1525 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-27fix copy-drag of regions, i believePaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1524 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-27totally redesign import code to avoid stupid intermediate file copy [beta]Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1520 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26patch from mantis user cth103 to fix up fixed-time cross-track dragsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1519 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26compile tranzport stuff by default but do not allow compilation if libusb is ↵Paul Davis
not found git-svn-id: svn://localhost/ardour2/trunk@1518 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26add nedko to contributors listPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1517 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26fix a couple uninitialized variable messagesPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1516 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26i18n MISSINGTaybin Rutkin
added version files and strreplace.cc to xcode projects for pbd and midi++. git-svn-id: svn://localhost/ardour2/trunk@1515 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26clean up RCU fix even more; nedko's missing sources patchPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1514 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26fix error in last commit with VST entry function type castPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1512 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26fix compiler complaints about RCU code; fix a couple of compiler warningsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1511 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-26fix for #1503, crash on new session in write-protected dirPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1510 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-25prevent inadvertent "sounds" dir from 0.99 from confusing 2.0Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1509 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-25new crossfade editor button icons from thorsten; ignore loop+range markers ↵Paul Davis
when looking for next/previous locations git-svn-id: svn://localhost/ardour2/trunk@1506 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-23fix for #1041, I/O names with colons in themPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1502 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-23fixed incorrect restore of mixer strip visibilityPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1501 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-23more complete fix for MTC time signal not providing FPS/drop valuesPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1500 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-23Assigned highest priority to all widget and class styles. This makes ardour ↵Doug McLain
finally impervious to desktop theme settings, namely the infamous KDE --Apply KDE colors to non-KDE apps-- option git-svn-id: svn://localhost/ardour2/trunk@1499 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-23possible fix for MTC slavingPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1498 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-23Replaces tabs with spaces in python file.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1497 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-23sndfile include fix for tranzport code as wellPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1496 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-23prevent new session construction if not connected to JACKPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1495 d708f5d6-7413-0410-9779-e7cbd77b26cf