log base/ResourceFinder.cpp @ 1133:e994747fb9dd tony-2.0-integration

age author description
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)
Wed, 03 Sep 2014 09:48:51 +0100 Chris Cannam Fix something coverity reports as "copy-paste error" (actually it doesn't matter, but the fix reads better)
Tue, 26 Nov 2013 13:35:08 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h
Wed, 23 May 2012 17:17:17 +0100 Chris Cannam Merge
Thu, 18 Aug 2011 11:36:23 +0100 Chris Cannam Simplify temporary directory path &c
Mon, 10 Oct 2011 16:47:52 +0100 Chris Cannam Avoid spurious %2 in directory path! This path is still poor, but better than it was sv_v1.9
Fri, 07 Oct 2011 17:03:04 +0100 Chris Cannam Remove out-of-context comment
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)
Mon, 16 May 2011 17:19:09 +0100 Chris Cannam Convert many cerrs to DEBUGs debug-output
Thu, 12 May 2011 17:31:24 +0100 Chris Cannam Remove most toStdString calls (no longer needed, with debug header) debug-output
Mon, 09 May 2011 16:58:24 +0100 Chris Cannam Better system-specific unbundle locations for ResourceFinder; use same location for TempDirectory
Wed, 04 May 2011 14:05:08 +0100 Chris Cannam * Introduce ResourceFinder