Mercurial > hg > svcore
log base/ResourceFinder.cpp @ 1223:c2207877689d piper
age | author | description |
---|---|---|
2014-09-10 | 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 |
2014-09-09 | Chris Cannam | Use QStandardPaths::writableLocation(DataLocation) instead of synthesising path ourselves (hopefully fixing encoding difficulties on Windows) |
2014-09-03 | Chris Cannam | Fix something coverity reports as "copy-paste error" (actually it doesn't matter, but the fix reads better) |
2013-11-26 | Chris Cannam | Drop std:: from cout, cerr, endl -- pull these in through Debug.h |