Mercurial > hg > svcore
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 |