log data/fileio/FileSource.h @ 1773:fadd9f8aaa27

age author description
Mon, 26 Nov 2018 13:51:36 +0000 Chris Cannam Header guards fix-static-analysis
Mon, 15 Jun 2015 14:35:37 +0100 Chris Cannam Store temporary audio files in memory if we have plenty of it simple-fft-model
Thu, 26 Feb 2015 09:43:12 +0000 Chris Cannam Debug reporting from FileSource
Tue, 09 Sep 2014 16:52:24 +0100 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
Wed, 24 Jul 2013 18:12:57 +0100 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).
Tue, 12 Mar 2013 16:34:10 +0000 Chris Cannam Fix typo in signal name qt5
Mon, 11 Mar 2013 13:42:01 +0000 Chris Cannam Get FileSource building qt5
Fri, 07 Oct 2011 17:04:09 +0100 Chris Cannam Make FileSource capable of handling resource files.
Thu, 12 May 2011 17:31:24 +0100 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
Thu, 14 Apr 2011 15:20:27 +0100 Chris Cannam Make more (though still not entirely) robust in the face of running out of disc space
Thu, 11 Dec 2008 15:18:10 +0000 Chris Cannam * Make FileSource able to indicate its preferred content type (e.g.
Tue, 28 Oct 2008 11:07:08 +0000 Chris Cannam * Revert revisions 1244 and 1245 on FileSource -- backing out its
Mon, 27 Oct 2008 11:53:35 +0000 Chris Cannam * stub out persistent cacheing class, as I've decided I don't like the
Fri, 17 Oct 2008 13:32:55 +0000 Chris Cannam * Add persistent cache file support to FileSource (e.g. for RDF
Fri, 14 Mar 2008 17:14:21 +0000 Chris Cannam * More work to abstract out interactive components used in the data library,
Fri, 04 Jan 2008 17:08:10 +0000 Chris Cannam * better progress reporting in FileSource
Fri, 02 Nov 2007 16:50:31 +0000 Chris Cannam * some tweaks to improve usability of these classes in a console application
Thu, 01 Nov 2007 12:34:17 +0000 Chris Cannam * Document FileSource
Thu, 01 Nov 2007 10:45:28 +0000 Chris Cannam * FileSource -> default to showProgress = false
Thu, 18 Oct 2007 16:20:26 +0000 Chris Cannam * RemoteFile -> FileSource base data/fileio/RemoteFile.h@094f0ec69023