summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_playlist_importer.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2014-11-18Fix NULL pointer dereference on malformed Playlist XML.David Robillard
2014-11-17prevent segfault if in/out property is missingRobin Gareus
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-04-11Fix a few unchecked XML child / property lookupsCarl Hetherington
2010-05-08Remove use of i18n macros in headers. Prevents our gettext.h being included ...Carl Hetherington
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-04Use a shared_ptr for SessionPlaylists so that it can be explicitly destroyed ...Carl Hetherington
2009-12-03Move some (most) playlist-related code and data into a separate objectCarl Hetherington
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-11-29First revision with working track importSakari Bergen
2008-11-26More work on track import and some cleaning up of ElementImporter interfaceSakari Bergen
2008-11-21* Clean up (fix?) ExportStatus signal handlingSakari Bergen
2008-10-05Normalize XML property name style, preserving old session loading (on load _ ...David Robillard
2008-09-26Add Import from session -functionalitySakari Bergen