summaryrefslogtreecommitdiff
path: root/libs/ardour/playlist.cc
AgeCommit message (Expand)Author
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
2010-11-04Paste regions in the right place. Fixes #3517.Carl Hetherington
2010-10-02Small cleanup.Carl Hetherington
2010-09-23framecnt -> framepos for extents, as I think it makes slightly more sense.Carl Hetherington
2010-09-21missing part of lincoln's patchPaul Davis
2010-09-20region list displays actual playlist use count for each region, rather than a...Paul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-08-29(Hopefully) clarify operator= and copy construction behaviour of the Property...Carl Hetherington
2010-08-29Fix up some inconsistencies in handling of region sync points.Carl Hetherington
2010-08-26Fix crossfade undo using the stateful diff system. Fixes #3257.Carl Hetherington
2010-08-25check dependents in Playlist after moving a region to a specific layer; make ...Paul Davis
2010-08-25major chunk of the region layering editor from 2.X, fwd-ported to 3.0Paul Davis
2010-08-25Small cleanups.Carl Hetherington
2010-08-25clear_history -> clear_changes and some comments.Carl Hetherington
2010-08-25Modify StatefulDiffCommand undo record to only contain the changes in one dir...Carl Hetherington
2010-08-25Move various code up the Property / Stateful hierarchies.Carl Hetherington
2010-08-25Rename various things in the property system.Carl Hetherington
2010-08-22Move some RegionListProperty methods up to SequenceProperty.Carl Hetherington
2010-07-27Fix up gain envelope handling with region split. Fixes #3306.Carl Hetherington
2010-07-22Don't move automation to follow region when a region has only been trimmed ra...Carl Hetherington
2010-07-22When a region movement is undone, prevent the resulting movement from trigger...Carl Hetherington
2010-07-16use framepos_t more clearly for partition operationPaul Davis
2010-07-06beat slicing patch #1 from lincoln spiteriPaul Davis
2010-06-28clear region history in Playlist::notify_region_added() so that it has no app...Paul Davis