Mercurial > hg > svcore
log data/fileio/FileSource.cpp @ 831:12aff5a181bc
age | author | description |
---|---|---|
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 |
Mon, 11 Mar 2013 13:42:01 +0000 | Chris Cannam | Get FileSource building qt5 |
Fri, 07 Oct 2011 17:04:09 +0100 | Chris Cannam | Make FileSource capable of handling resource files. |
Tue, 14 Jun 2011 15:26:52 +0100 | Chris Cannam | Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it) |