log widgets/InteractiveFileFinder.cpp @ 1620:dc0e47f234a2 tip

age author description
Tue, 02 Jul 2019 15:38:37 +0100 Chris Cannam Couple more updates by-id
Tue, 23 Apr 2019 16:17:33 +0100 Chris Cannam Add function to request multiple filenames
Mon, 18 Feb 2019 14:33:35 +0000 Chris Cannam Fix inadvertent hardcoding of SV file extension
Mon, 26 Nov 2018 14:33:54 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Fri, 08 Jun 2018 14:31:47 +0100 Chris Cannam Use type keys as indices rather than labels plugin-path-config
Mon, 19 Dec 2016 16:32:34 +0000 Chris Cannam Implement "Export SVG file..." svg
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. 3.0-integration