Mercurial > hg > svcore
log data/fileio/FileSource.cpp @ 877:b109b88bfa85 tonioni
age | author | description |
---|---|---|
Tue, 26 Nov 2013 13:43:31 +0000 | Chris Cannam | Drop toStdString, with debug header we can stream QStrings |
Tue, 26 Nov 2013 13:35:08 +0000 | Chris Cannam | Drop std:: from cout, cerr, endl -- pull these in through Debug.h |
Tue, 30 Jul 2013 18:15:30 +0100 | Chris Cannam | Merge |
Fri, 19 Jul 2013 13:47:11 +0100 | 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() |
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:55:22 +0000 | Chris Cannam | Get remainder of svcore building with Qt5 qt5 |