log data/fileio/FileSource.h @ 997:2104ea2204d2

age author description
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,
2008-01-04 Chris Cannam * better progress reporting in FileSource
2007-11-02 Chris Cannam * some tweaks to improve usability of these classes in a console application
2007-11-01 Chris Cannam * Document FileSource
2007-11-01 Chris Cannam * FileSource -> default to showProgress = false
2007-10-18 Chris Cannam * RemoteFile -> FileSource base data/fileio/RemoteFile.h@094f0ec69023