fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / audio_region_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...
2012-06-23 Tim MayberryReplace use of PBD::sys::path in AudioRegionImporter
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-06-09 Carl HetheringtonRename import_audiofiles -> import_files.
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2011-11-24 Carl HetheringtonAdd option to glue new regions to bars and beats (...
2010-12-03 Carl HetheringtonRemove all use of nframes_t.
2010-12-01 Carl HetheringtonRevert previous incorrect patch.
2010-12-01 Carl HetheringtonRemove unused timecode offset stuff.
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-03-30 Carl HetheringtonMove region naming stuff from Session into RegionFactor...
2010-02-23 David RobillardFix various code quality issues found by cppcheck ...
2010-02-11 Carl HetheringtonMore tinkering with State<>. Use some StateDiffCommand...
2009-10-26 Paul Davischange the use of "SMPTE" to "Timecode" to reflect...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-05-12 Carl HetheringtonRemove most using declarations from header files.
2009-05-02 Sakari Bergen* Fix tooltips in the session import dialog
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-16 David RobillardMove all beats <-> frames time conversion into a single...
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-24 Sakari BergenA bit more of track import done...
2008-09-26 Sakari BergenAdd Import from session -functionality