summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/playlist.h
AgeCommit message (Expand)Author
2011-01-17Remove unused CrossfadeComparePtr. Make Crossfade operator== private.Carl Hetherington
2010-11-14Create a new layer if required on record to a track in stacked mode. Fixes #...Carl Hetherington
2010-09-23framecnt -> framepos for extents, as I think it makes slightly more sense.Carl Hetherington
2010-09-20region list displays actual playlist use count for each region, rather than a...Paul Davis
2010-09-14Fix restoration of MementoCommand<Crossfade>. Fixes #3418.Carl Hetherington
2010-08-29(Hopefully) clarify operator= and copy construction behaviour of the Property...Carl Hetherington
2010-08-26Fix crossfade undo using the stateful diff system. Fixes #3257.Carl Hetherington
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-22Move some RegionListProperty methods up to SequenceProperty.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-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-06-23Trim includes.Carl Hetherington
2010-05-26Remove empty MIDI regions which result from recordings made when no MIDI data...Carl Hetherington
2010-05-09Create the session range location as and when the session first gets some con...Carl Hetherington
2010-04-21Move Diskstream ownership to Track, so that Session no longer holds lists of ...Carl Hetherington
2010-04-01No-op: rename a few variables and add/fix some comments.Carl Hetherington
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-03-04prevent relaying during an undo/redo operation; remove some debug outputPaul Davis
2010-03-04goodbye to MementoCommand for playlistsPaul Davis
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis
2010-02-19add begin/end undo/redo signals so that playlist can freeze/thaw itself aroun...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-10Move ARDOUR::Change into PBD so that Stateful can be aware ofCarl Hetherington
2010-01-25a boatload of minor and middle-sized changes to try to speed up undo. imperfe...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-11-29Implement 2532: option to show tracks with regions under the playhead.Carl Hetherington
2009-10-26Remove cyclic Source->Playlist references (and with it all dependence on Play...David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-15Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-...Carl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-26Make stacked region coverage frames correctly respect regions being muted.Carl Hetherington
2009-08-26On switching from explicit to implicit relayering, attempt to ensure that any...Carl Hetherington
2009-08-26When a track is in "stacked" mode, allow regions to be moved to different lay...Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-06-03Remove unused method..Carl Hetherington
2009-06-03Use sigc::slots rather than templates + function ptrs for a foreach_region an...Carl Hetherington
2009-05-13more work on the new all-Processor-all-The-Time redesign of Route - LOTS OF B...Paul Davis
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-04-203 notable patches from lincoln (a) non-layered track mode (NOTE: this is brok...Paul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-17Make a bunch of stuff boost::noncopyable.David Robillard
2009-02-02Make (MIDI) event time stamp type a template parameter.David Robillard
2008-12-16Implement #2425: option for automation to follow region moves.Carl Hetherington