log base/ResourceFinder.cpp @ 1772:57833933cc75

age author description
Wed, 14 Aug 2019 11:50:56 +0100 Chris Cannam Be stricter - require org name as well as app name before allowing ResourceFinder to be used. This is because the application name may have a default, so we could end up with inconsistent results from using before & after these things have been set
Fri, 08 Jun 2018 11:27:40 +0100 Chris Cannam Environment variable lookup fixes, & use this implementation throughout plugin-path-config
Mon, 06 Mar 2017 09:34:09 +0000 Chris Cannam Support pre-5.4 Qt builds. Also, don't use SVDEBUG in here, because it depends on this class!
Thu, 03 Nov 2016 14:57:00 +0000 Chris Cannam Make SVDEBUG always write to a log file -- formerly this was disabled in NDEBUG builds. I think there's little use to that, it just means that we keep adding more cerr debug output because we aren't getting the log we need. And SVDEBUG logging is not usually used in tight loops, I don't think the performance overhead is too serious. piper
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