summaryrefslogtreecommitdiff
path: root/libs/ardour/playlist.cc
AgeCommit message (Expand)Author
2012-01-04Use a few shared_ptrs to make things slightly neater.Carl Hetherington
2011-12-31Emit notify_layering_changed() more often; especially when we remove the only...Carl Hetherington
2011-12-30Anywhere that deletes regions needs to use a rdiff() on the playlistCarl Hetherington
2011-12-30Debug code.Carl Hetherington
2011-12-30Set up layering_index immediately on an explicit layer, so that undoCarl Hetherington
2011-12-29Revert internals of the last layering-related commit, and go back a slightly-...Carl Hetherington
2011-12-28Remove unused variable.Carl Hetherington
2011-12-27Try to make new layering stuff play nicely with undo.Carl Hetherington
2011-12-27Hack around one case where satisfying all constraints in aCarl Hetherington
2011-12-27More debugging.Carl Hetherington
2011-12-27Improve debug slightly and fix raise/lower.Carl Hetherington
2011-12-27Basic DEBUG_TRACE for layering code.Carl Hetherington
2011-12-27Re-work layering in possibly debatable ways. Sketchy docs in doc/layering.Carl Hetherington
2011-12-20Now that notify_length_changed() just callsCarl Hetherington
2011-12-20Remove LengthChanged that no-one was listening to.Carl Hetherington
2011-12-13fix up mess with unassigned Playlist::orig_track_idPaul Davis
2011-12-12Set up region BBT time when frame position changes, if the region is glued to...Carl Hetherington
2011-12-11Keep track of MIDI region's start positions in beats, toCarl Hetherington
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-10-24Remove unused read/write data count code.Carl Hetherington
2011-10-18make Stateful::_id private and provide appropriate methods to set it, and use...Paul Davis
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-22drobilla-spacification of playlist.cc, along with correctly bombing out if ::...Paul Davis
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-30reverse the use of copy_dependents() when uncombining a region, so that the r...Paul Davis
2011-05-30remove unused and useless "src" argument for a number of Region property modi...Paul Davis
2011-05-30add dependents to a compound playlist before creating a source from it, so th...Paul Davis
2011-05-26more combine/uncombine fixes including making uncombine push the compound reg...Paul Davis
2011-05-26turn off relevant fade in/out before creating peakfiles for compound region s...Paul Davis
2011-05-26move session file storage of nested sources from playlist into region, and re...Paul Davis
2011-05-25restore compound region fade, where possible, to constituent regions, after u...Paul Davis
2011-05-25logic to copy audio region fade in/fade out into compound regions (one-way fo...Paul Davis
2011-05-25correct the logic used when building a compound region to include a whole-fil...Paul Davis
2011-05-25change region selection after a combine opPaul Davis
2011-05-25add back combine/uncombine debugging; fix uncombine op to get original region...Paul Davis
2011-05-23uncombine now pays attention to trims + moves done with the compound region, ...Paul Davis
2011-05-22basic uncombining (no post-facto region trimming)Paul Davis
2011-05-21Fix problems with restoration of unused playlists (#4052).Carl Hetherington
2011-05-17not actually working attempt to copy relevant xfades into compound regions; f...Paul Davis
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-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-04-04Fix broken whitespace (no functional changes).David Robillard
2011-03-01improve, cleanup, rationalize Session::cleanup_sources() and supporting infra...Paul Davis
2011-03-01Update session range on trimming regions.Carl Hetherington
2011-02-21c&p debugPaul Davis
2011-02-21c&p debugPaul Davis
2010-12-20Fix split of midi regions after tempo / meter changes.Carl Hetherington
2010-11-14Create a new layer if required on record to a track in stacked mode. Fixes #...Carl Hetherington