log framework/SVFileReader.cpp @ 284:472bc9c4dd8f qt5

age author description
2011-10-07 Chris Cannam Debug output only
2011-06-14 Chris Cannam Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
2011-05-16 Chris Cannam Convert many cerrs to DEBUGs debug-output
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2010-10-24 Chris Cannam * Fix crash on document deletion (new session, or application exit) after loading session with alignments
2009-09-11 Chris Cannam * Add start frame get/set to EditableDenseThreeDimensionalModel and use it
2009-03-27 Chris Cannam * Pull out the widgetry part of FileFinder into widgets/InteractiveFileFinder
2009-01-23 Chris Cannam * make compression optional in editable dense 3d model, and some tweaks
2008-11-20 Chris Cannam * Add code to identify (usually) the type of an XML file that contains
2008-10-09 Chris Cannam * Save/load of region models
2008-05-20 Chris Cannam * Fix #1903059 "resample on import" not applied when reloading session
2008-04-29 Chris Cannam * Save alignments to session file. Needs much testing.
2008-03-14 Chris Cannam * More work to abstract out interactive components used in the data library,
2008-03-12 Chris Cannam * Move plugin/transform to plain transform. This way transform can depend on
2008-02-27 Chris Cannam * Merge from trunk spectrogram-cache-rejig
2008-02-27 Chris Cannam * merge from trunk (1.2 ended up being tracked from trunk, but we may want 1.2-stable
2008-02-06 Chris Cannam * line up overview widget nicely with main pane (at least on first startup) sv1-v1.2pre3
2008-01-25 Chris Cannam * Add plugin version to Transform record
2008-01-24 Chris Cannam * Further model lifecycle fixes
2008-01-23 Chris Cannam * Part of #1877436 transform fails to re-run when file loaded at different rate
2008-01-04 Chris Cannam * better progress reporting in FileSource
2007-12-07 Chris Cannam * Merge from transforms branch -- switch over to using Transform object
2007-11-23 Chris Cannam * Add Erase tool and mode
2007-11-05 Chris Cannam * Introduce new Transform class which contains data necessary to describe the
2007-11-01 Chris Cannam * FileSource -> default to showProgress = false
2007-10-24 Chris Cannam * document -> framework (will not compile, path fixes not in yet)