Mercurial > hg > svcore
log data/fileio/FileSource.cpp @ 1033:3a48b22fed48
age | author | description |
---|---|---|
Thu, 26 Feb 2015 09:43:12 +0000 | Chris Cannam | Debug reporting from FileSource |
Wed, 08 Oct 2014 13:14:17 +0100 | Chris Cannam | Disconnect signals before abandoning reply object, avoiding "reply unknown" error |
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, 03 Sep 2014 09:58:31 +0100 | Chris Cannam | Fix return of empty string as bool value (from coverity scan, interesting the compiler doesn't mind) |
Mon, 19 May 2014 10:54:45 +0100 | 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 |
Tue, 13 May 2014 09:50:59 +0100 | Chris Cannam | Avoid potential crash when network connection fails tony_integration |
Tue, 26 Nov 2013 13:43:31 +0000 | Chris Cannam | Drop toStdString, with debug header we can stream QStrings |