summaryrefslogtreecommitdiff
path: root/libs/ardour/session_playlists.cc
AgeCommit message (Expand)Author
2020-02-28Bail out if Playlist cannot be createdRobin Gareus
2019-12-17Convert Disksteam & Playlists from old 2.x sessionsRobin Gareus
2019-09-18NO-OP: fix some Wimplicit-fallthroughRobin Gareus
2019-08-03Update libardour GPL boilerplate and (C) from git logRobin Gareus
2019-03-19Fix incorrectly saved un-used playlistsRobin Gareus
2019-03-19Add convenience methods (mainly for scripting)Robin Gareus
2018-10-26Fix some Wimplicit-fallthroughRobin Gareus
2017-10-04Clean up State API:Robin Gareus
2017-01-05Proposed fix managing shared playlists (see #7150)Julien ROGER
2016-10-10Wrong iterator used with IDSortedListJohn Emmas
2016-10-10Fix order of Playlist XML nodes changing on Session save, bug #7053Tim Mayberry
2016-10-10Fix indentation in SessionPlaylists::add_state()Tim Mayberry
2016-09-23add an option to exclude unused Audio Sources when archiving the sessionRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-28remove debug output and add a few suggestive commentsPaul Davis
2016-06-28changes in logic used by source cleanup to avoid endless recursion in session...Paul Davis
2015-11-21cont'd 20262abe (keep all playlists)Robin Gareus
2015-11-21prepare "delete all playlists" cleanup optionRobin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2013-08-04'libs/ardour' - Use 'const_iterator' where appropriate (required to be builda...John Emmas
2012-11-12fix for #5078 - not considering unused playlists when computing region use countPaul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-09-05Add option to insert time on all a track's playlists (#4304).Carl Hetherington
2011-06-01Fix broken whitespace. I'd apologize for the compile times if it was my faul...David Robillard
2011-05-02Remove playlists from the session lists when they DropReferences. Should fix...Carl Hetherington
2011-03-01improve, cleanup, rationalize Session::cleanup_sources() and supporting infra...Paul Davis
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-06-23midway snapshot of work done on managing Region & Source lifetimes correctly....Paul Davis
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...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-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-03GPL boilerplate.Carl Hetherington
2009-12-03Add missing files.Carl Hetherington