Mercurial > hg > sonic-visualiser
log
age | author | description |
---|---|---|
Wed, 10 Sep 2014 09:52:25 +0100 | Chris Cannam | Update README and CHANGELOG |
Wed, 10 Sep 2014 09:40:45 +0100 | Chris Cannam | If the old and new-style user resource prefixes return different results, move across resources from old to new to prime the new path first time we look it up |
Tue, 09 Sep 2014 20:37:07 +0100 | Chris Cannam | Use QStandardPaths::writableLocation(DataLocation) instead of synthesising path ourselves (hopefully fixing encoding difficulties on Windows) |
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 |
Tue, 09 Sep 2014 16:33:52 +0100 | Chris Cannam | Use openPath instead of open() when opening local file or URL (for progress indicator). I think I didn't realise this distinction between the two functions, which formerly were both named open(). |
Wed, 03 Sep 2014 13:12:38 +0100 | Chris Cannam | Avoid complaint about unused return value |