Mercurial > hg > svcore
log data/fileio/FileSource.h @ 1525:a92e94215863
age | author | description |
---|---|---|
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). |