log data/fileio/FileSource.h @ 1180:98664afd518b pluginscan

age author description
2015-06-15 Chris Cannam Store temporary audio files in memory if we have plenty of it simple-fft-model
2015-02-26 Chris Cannam Debug reporting from FileSource
2014-09-09 Chris Cannam Respond tidily to user cancellation during download, instead of going on to attempt to load the nonexistent file as a non-audio format
2013-07-24 Chris Cannam When switching to "literal mode" for a local file path, use the original file path as passed to the FileSource ctor rather than going through QUrl. This avoids filename becoming encoded and QUrl::toString failing to decode it (as is happening with Windows paths using Qt5 currently).
2013-03-12 Chris Cannam Fix typo in signal name qt5
2013-03-11 Chris Cannam Get FileSource building qt5
2011-10-07 Chris Cannam Make FileSource capable of handling resource files.
2011-05-12 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
2011-04-14 Chris Cannam Make more (though still not entirely) robust in the face of running out of disc space
2008-12-11 Chris Cannam * Make FileSource able to indicate its preferred content type (e.g.
2008-10-28 Chris Cannam * Revert revisions 1244 and 1245 on FileSource -- backing out its
2008-10-27 Chris Cannam * stub out persistent cacheing class, as I've decided I don't like the
2008-10-17 Chris Cannam * Add persistent cache file support to FileSource (e.g. for RDF
2008-03-14 Chris Cannam * More work to abstract out interactive components used in the data library,