enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / libs / ardour / audio_playlist_source.cc
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-06-08 Robin Gareusconsistent API name for region-list
2016-05-05 Paul DavisOMNIBUS COMMIT: prefer const XMLNode::property method...
2015-09-10 Robin Gareususe FileSource::within_session() for peak-files
2015-09-09 Robin Gareusrework peakfile handling:
2015-09-03 Mathias BuhrFixes case where audiofiles used wrong peakfiles
2015-09-03 Mathias BuhrUse const reference and renames variable
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-04-01 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-03-31 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-31 Paul Davismore work on the suprisingly ongoing filename/path...
2013-03-21 Paul Davisfix nasty crash when using double-nested compound ...
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-06-23 Tim MayberryUse std::string instead of PBD::sys::path in pbd/search...
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-06-22 Paul Davisremove some debug output
2011-06-22 Paul Davissecond half of "bomb out if playlist construction from...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-05-29 Paul Davisdon't always rebuild peakfiles for compound regions
2011-05-28 Paul Davisclean up memory leaks with nested source read buffers
2011-05-28 Paul Davisputative fix for crashes related to diskstream playback...
2011-05-26 Paul Davismore combine/uncombine fixes including making uncombine...
2011-05-16 Paul Davisrename join regions op as combine regions; save and...
2011-05-16 Paul Davisrefactor playlist sources to allow for MIDI and upcomin...
2011-05-16 Paul Davissane naming scheme for combined regions; fix deadlock...
2011-05-16 Paul Davisvery basic Join (regions) editing operation. not finish...
2011-05-13 Paul Davisinitial volley of work for AudioPlaylistSource, the...