fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / audio_playlist_importer.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2014-11-18 David RobillardFix NULL pointer dereference on malformed Playlist...
2014-11-17 Robin Gareusprevent segfault if in/out property is missing
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-04-11 Carl HetheringtonFix a few unchecked XML child / property lookups
2010-05-08 Carl HetheringtonRemove use of i18n macros in headers. Prevents our...
2009-12-17 Paul Davisswitch to using boost::signals2 instead of sigc++,...
2009-12-04 Carl HetheringtonUse a shared_ptr for SessionPlaylists so that it can...
2009-12-03 Carl HetheringtonMove some (most) playlist-related code and data into...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-02-25 David Robillard*** NEW CODING POLICY ***
2008-11-29 Sakari BergenFirst revision with working track import
2008-11-26 Sakari BergenMore work on track import and some cleaning up of Eleme...
2008-11-21 Sakari Bergen* Clean up (fix?) ExportStatus signal handling
2008-10-05 David RobillardNormalize XML property name style, preserving old sessi...
2008-09-26 Sakari BergenAdd Import from session -functionality