summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-07use i18n-ed version of "master"2.0rc1Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1681 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-07better variable name for midi feedback fighter. added MCU midi port to ↵Jesse Chappell
system ardour.rc git-svn-id: svn://localhost/ardour2/trunk@1680 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-07fixed midi control feedback fightingJesse Chappell
git-svn-id: svn://localhost/ardour2/trunk@1679 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-07Start bus numbering in new sessions from 1 while making sure no Sampo Savolainen
duplicate names are attempted. git-svn-id: svn://localhost/ardour2/trunk@1678 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-07replaced canonicalize_file_name with realpath, which is available.Jesse Chappell
git-svn-id: svn://localhost/ardour2/trunk@1677 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-07add new profile object, use it to remove certain horizontal elements from ↵Paul Davis
GUI if screen is narrow; make verbose canvas cursor use primary clock mode if secondary clock is not visible git-svn-id: svn://localhost/ardour2/trunk@1676 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-06modified fix from carl for region copy-moves-original-to-start bug; change ↵Paul Davis
verbose canvas cursor color to be more distinct and readable; fix naming issues with imported files containing ':'; make sure [N] channels count shows up for whole files in region list; fix #1575, a subtle and nasty bug; improve positioning of verbose canvas cursor for ruler drags (but has a wierd side effect git-svn-id: svn://localhost/ardour2/trunk@1675 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-06This one is for Ari Koivunen! Fixed ardour cleaning up used sources Sampo Savolainen
during cleanup for sessions created in 0.99.x git-svn-id: svn://localhost/ardour2/trunk@1674 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-06don't let auditioning make transport buttons inaccessible; delete/rename ↵Paul Davis
snapshots (from carl & puddingpimp) git-svn-id: svn://localhost/ardour2/trunk@1673 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-06fix crashes when handling files with ":" in their paths. Cost: cannot load ↵Paul Davis
old sessions with non-mono embedded files anymore git-svn-id: svn://localhost/ardour2/trunk@1672 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-06added moved code for shortpathPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1671 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-06fix nasty logic error that leads to crashing bugs when trying to operate on ↵Paul Davis
regions that have been subject to undo/redo git-svn-id: svn://localhost/ardour2/trunk@1670 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-05A fix to make MIDI controller state save properly, also fixed a bind cancel ↵Sampo Savolainen
related segfault. (hopefully) git-svn-id: svn://localhost/ardour2/trunk@1669 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-05wash that pango right out of your hairPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1668 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-05change selection behaviour for track header context clickPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1665 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-04Removed unused variable (current_user_level) from FastMeter.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1664 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-03fix botched apply of torben's zero line patch, remove sampo's debug output ↵Paul Davis
re: ladspa plugin port setting git-svn-id: svn://localhost/ardour2/trunk@1662 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-03audun's tempo redraw fix; sort-of cache time axis view item name widths and ↵Paul Davis
avoid pango-width-computation when unnecessary git-svn-id: svn://localhost/ardour2/trunk@1657 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-02Make colors for clip markers controllable by ardour.colors. Default Sampo Savolainen
color is totally transparent. Thanks Torben! git-svn-id: svn://localhost/ardour2/trunk@1656 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-02Fix for scons syntax error.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1654 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-02Enabled conditional FLAC importing.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1653 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-01Add a color for ghost waves (thanks Torben!) and fix wrong ladspa parameterSampo Savolainen
defaults. The plugin fix corrects a bug related to at least swh's single band parametric. git-svn-id: svn://localhost/ardour2/trunk@1651 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-26.. and the 2nd file in the LAC2007 bar-hack sessionSampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1640 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-26The traditional LAC2007 final dinner fix. This fix was written in a 24/7 Sampo Savolainen
bar/cafe in Berlin at 02:40AM . Thanks to Pau for the bug report. Oh yeah, it fixes crashes when removing inserts which had a gui instantiated. git-svn-id: svn://localhost/ardour2/trunk@1639 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-25Send MMC/MTC options will stick now, and prevent the engine from messing Sampo Savolainen
the configuration variables. git-svn-id: svn://localhost/ardour2/trunk@1638 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-22remove button 4/5 handling (now scroll_up/down); prevent dbl-click on xfade ↵Paul Davis
from locking up the mouse git-svn-id: svn://localhost/ardour2/trunk@1634 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-21make crop-to-range work across all selected tracks; don't edit destructive ↵Paul Davis
tracks with several ops; removing debugging output git-svn-id: svn://localhost/ardour2/trunk@1633 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-21probably fix cleanup issues, but testing requiredPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1632 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-20fix up duplicate dialogPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1631 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-20do not start transport on first locate if auto-play is on; wait till GUI ↵Paul Davis
says its OK git-svn-id: svn://localhost/ardour2/trunk@1630 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-19Removed unused 0.5 second timer.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1629 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-19remove debug output from last commitPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1628 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-19kill glib-induced abort caused by asymmetric lock/unlock of diskstream state ↵Paul Davis
lock git-svn-id: svn://localhost/ardour2/trunk@1627 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-19make rec-regions insensitive to events; fix up diskrate dialog textPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1626 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-19Updated German translation.Taybin Rutkin
git-svn-id: svn://localhost/ardour2/trunk@1625 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-19note about which version supports mackieJohn Anderson
git-svn-id: svn://localhost/ardour2/trunk@1624 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-19Editor GUI touchups:David Robillard
Fixed separator lines between marker "tracks". Fixed track alignment with track controls. Changed track controls bevel to better fit in with canvas. Made selected track controls colour match selected region colour (could maybe use a better colour for both though...). Added frame to time labels to match toolbar. git-svn-id: svn://localhost/ardour2/trunk@1622 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-19Formatting changes to mackie.xml as a result of running make formatTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@1621 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-19Fix for #1479 : manual contains two sections about adding tracks to a sessionTim Mayberry
git-svn-id: svn://localhost/ardour2/trunk@1620 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-18new source files from tim m.Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1619 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-18FINISH fix rect redraw problem(s); make zoom range rect visible again at the ↵Paul Davis
right time; apply tim's window title patch git-svn-id: svn://localhost/ardour2/trunk@1618 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-18fix rect redraw problem(s); make zoom range rect visible again at the right ↵Paul Davis
time; apply tim's window title patch git-svn-id: svn://localhost/ardour2/trunk@1617 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-18Extend copyright year to 2007Sampo Savolainen
git-svn-id: svn://localhost/ardour2/trunk@1616 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-18basic usage, now that the mackie code is Out ThereJohn Anderson
git-svn-id: svn://localhost/ardour2/trunk@1615 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-18merged changes from ardour2_ui.rc for ardour2-beta12Jesse Chappell
git-svn-id: svn://localhost/ardour2/trunk@1613 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-17Fix looping (and other events) at varispeed.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@1612 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-17prevent wierd GTK main loop situation when quitting from NSD at startup2.0beta12Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1610 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-17Warning fix.David Robillard
git-svn-id: svn://localhost/ardour2/trunk@1609 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-16pre-beta12Paul Davis
git-svn-id: svn://localhost/ardour2/trunk@1608 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-03-16Another fix for building ringbuffer.h with strict-aliasing in XCode.Taybin Rutkin
Removed mutex.h from XCode project. git-svn-id: svn://localhost/ardour2/trunk@1607 d708f5d6-7413-0410-9779-e7cbd77b26cf