summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-22basic uncombining (no post-facto region trimming)Paul Davis
2011-05-22Trim some lines from AudioClock by using maps to keep the EventBoxes and Labe...Carl Hetherington
2011-05-22Separate milliseconds from seconds in the clock widget (#4053).Carl Hetherington
2011-05-21Fix problems with restoration of unused playlists (#4052).Carl Hetherington
2011-05-20Not quite :) Waf obj.defines has no -D (compiler portable...).David Robillard
2011-05-20catchup tweak for the waf 1.6 changesPaul Davis
2011-05-19Use ISC license for RDFF (same idea, MIT style, just prettier).David Robillard
2011-05-19Fix double MIDI track display on initial load.David Robillard
2011-05-19Fix broken indentation.David Robillard
2011-05-18Make selected region base colour slightly transparent (so you can see the tem...David Robillard
2011-05-18More consistent style for gain display and peak display.David Robillard
2011-05-18Center fader in its (left hand side) mixer strip column.David Robillard
2011-05-18Fix broken meter style on MIDI tracks.David Robillard
2011-05-18Make shuttle colour a configuration option.David Robillard
2011-05-18Fix indentation.David Robillard
2011-05-18Add 'controls' item to plugin insert context menu to always show Ardour gener...David Robillard
2011-05-17No-op: indentation.Carl Hetherington
2011-05-17Re-fix problems when zero-length MIDI regions are created by an import. Set ...Carl Hetherington
2011-05-17revert that last commitPaul Davis
2011-05-17put compounded-xfades at the right place, i thinkPaul Davis
2011-05-17xfades in combined regions seem to workPaul Davis
2011-05-17not actually working attempt to copy relevant xfades into compound regions; f...Paul Davis
2011-05-17Fix corruption of follow playhead state on quit (#4048).Carl Hetherington
2011-05-17fix thinko in playlist constructor for cut and copyBen Loftis
2011-05-17Remove unnecessary duplicate take of Sequence's read_lock.Carl Hetherington
2011-05-17Minor tidy-ups.Carl Hetherington
2011-05-17Remove unused mutex.Carl Hetherington
2011-05-17Remove unnecessary virtual declaration.Carl Hetherington
2011-05-16Copy local state in AudioRegionView copy constructor. Fixes #4047.Carl Hetherington
2011-05-16Remove unused constructor.Carl Hetherington
2011-05-16Fix undo when notes are changed and then removed by the overlap checker (#3995).Carl Hetherington
2011-05-16A few capitalisation fixes.Carl Hetherington
2011-05-16track combine ops per-playlist to avoid name collisions for compound regionsPaul Davis
2011-05-16rename join regions op as combine regions; save and restore nested playlists,...Paul Davis
2011-05-16Fix undo of timestretch (#3905).Carl Hetherington
2011-05-16Minor coding style fix and comment addition.Carl Hetherington
2011-05-16Update to French translation from Roming22-FR (#4046).Carl Hetherington
2011-05-16Make MIDI channel selector button colours more distinct (#3772).Carl Hetherington
2011-05-16Update wscripts for portability and steps towards waf 1.6 migration.David Robillard
2011-05-16Don't check for SLV2 if Lilv is foundDavid Robillard
2011-05-16refactor playlist sources to allow for MIDI and upcoming work on save/restorePaul Davis
2011-05-16Set up _last_cut_copy_source_track on copying automation points. Should help...Carl Hetherington
2011-05-16sane naming scheme for combined regions; fix deadlock when nesting to more th...Paul Davis
2011-05-16very basic Join (regions) editing operation. not finished yet, no undoable, n...Paul Davis
2011-05-16use emacs to indent ardour.menus; add Join (regions) itemPaul Davis
2011-05-15Support compilation with (old) SLV2, or (new) Lilv and (optionally) Suil.David Robillard
2011-05-14Move SLV2-independent LV2 persist state implementation to lv2_state.h.David Robillard
2011-05-14Completely localist use of SLV2 to lv2_plugin.cc and lv2_plugin_ui.cc.David Robillard
2011-05-14Make LV2World local to lv2_plugin.ccDavid Robillard
2011-05-14Remove LV2Plugin::slv2_port.David Robillard