log data/fileio/FileSource.cpp @ 1077:ec6e7f0f3f5b

age author description
2015-03-31 Chris Cannam Remove some debug; set some gain values tonioni
2015-02-26 Chris Cannam Debug reporting from FileSource
2014-10-08 Chris Cannam Disconnect signals before abandoning reply object, avoiding "reply unknown" error
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
2014-09-03 Chris Cannam Fix return of empty string as bool value (from coverity scan, interesting the compiler doesn't mind)
2014-05-19 Chris Cannam Fixes to FileSource from Ted Felix (for Rosegarden): avoid blowing up through calling abort() from cleanup() when error occurred; set status correctly for FTP transfers
2014-05-13 Chris Cannam Avoid potential crash when network connection fails tony_integration
2013-11-26 Chris Cannam Drop toStdString, with debug header we can stream QStrings
2013-11-26 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
2013-07-30 Chris Cannam Merge
2013-07-19 Chris Cannam Use thread-local storage for network managers; otherwise we get "Cannot create children for a parent that is in a different thread" from nm.get()
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 remainder of svcore building with Qt5 qt5