log data/fileio/CSVFileReader.cpp @ 1420:a533662c17f4

age author description
2015-08-20 Chris Cannam Back out Matthias's e22bfe8ca248 in the hope that my (earlier but on a different branch, and now merged) fix 882d448c8a6d will do the right thing tony-2.0-integration
2015-08-20 Chris Cannam Merge through to branch for Tony 2.0 tony-2.0-integration
2015-08-14 Matthias Mauch fixes the problem that the last note was not exported to csv tonioni
2015-07-03 Chris Cannam Fix assignment of values to regions on import, in case where region model contains duplicate points
2015-03-10 Chris Cannam Further dedicated-types fixes cxx11
2015-03-03 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
2015-02-13 Chris Cannam Use filename as object name when reading data file to model (so it shows in the resulting layer name)
2014-11-14 Chris Cannam Provide reader from QIODevice
2014-10-03 Chris Cannam Add milliseconds as CSV import timing option
2014-09-03 Chris Cannam Frame this condition more defensively (from coverity scan)
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2014-04-07 Chris Cannam Make it possible to import CSV files directly into Note layers
2013-11-26 Chris Cannam Drop toStdString, with debug header we can stream QStrings
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
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
2011-04-04 Chris Cannam * Avoid including non-value columns in 3d-model column count (fixes #38) sv_v1.8
2010-07-19 Chris Cannam * Complete the overhaul of CSV file import; now you can pick the purpose for
2010-07-08 Chris Cannam * Add option to import time+duration (or time+endtime) from CSV files
2009-09-11 Chris Cannam * Add start frame get/set to EditableDenseThreeDimensionalModel and use it
2009-01-23 Chris Cannam * make compression optional in editable dense 3d model, and some tweaks
2008-11-24 Chris Cannam * When loading data with timestamps in seconds, round each time to its
2008-03-14 Chris Cannam * More work to abstract out interactive components used in the data library,
2008-03-13 Chris Cannam * Fix failure to handle scientific notation for time field; tidy up some
2007-10-10 Chris Cannam * Make it possible to drop audio files, layer files, session files and images
2007-08-09 Chris Cannam * Fix failure to properly load from text files with old-style Mac line endings
2007-04-30 Chris Cannam * Ignore blank lines in CSV-type file import sv1-1.0rc1
2007-04-30 Chris Cannam * Fix many compile warnings, remove some debug output
2007-04-27 Chris Cannam * Fix #1706927 NaNs from plugin outputs should not be used