log

age author description
Thu, 25 Jun 2020 12:20:20 +0100 Chris Cannam Merge
Thu, 25 Jun 2020 12:20:06 +0100 Chris Cannam Ensure transforms are populated before instantiateDefaultPluginFor runs - otherwise if we have prior knowledge of a transform id, we can find ourselves trying to instantiate it before the plugin factory has heard of it and e.g. knows which server to use
Thu, 25 Jun 2020 09:30:17 +0100 Chris Cannam Comment only
Mon, 22 Jun 2020 16:57:09 +0100 Chris Cannam Merge from branch startup-timing
Thu, 18 Jun 2020 15:42:19 +0100 Chris Cannam Fix typo
Thu, 18 Jun 2020 15:07:40 +0100 Chris Cannam Fix comparisons that fail to link with older Qt libraries
Thu, 18 Jun 2020 13:43:20 +0100 Chris Cannam Merge from branch csv-import-headers
Thu, 18 Jun 2020 13:42:48 +0100 Chris Cannam Extend tests to include testing (at least some of) the actual data as well as the layout csv-import-headers
Thu, 18 Jun 2020 11:55:28 +0100 Chris Cannam Support headers in actual import step, + test csv-import-headers
Thu, 18 Jun 2020 11:55:17 +0100 Chris Cannam Include the header row in the example output after all - it's less confusing I think to have it displayed (but e.g. italicised) than to have it appear and disappear csv-import-headers
Wed, 17 Jun 2020 18:01:00 +0100 Chris Cannam Detect presence of header row in CSV format guesser; use headings to inform our guesses about column purposes; test this csv-import-headers
Tue, 16 Jun 2020 17:44:06 +0100 Chris Cannam Merge from default branch startup-timing
Tue, 16 Jun 2020 15:15:57 +0100 Chris Cannam Add record-mono preference
Thu, 11 Jun 2020 14:09:59 +0100 Chris Cannam CSV reader tests and fixes - avoid creating null events for lines in which the timings could not be read
Thu, 11 Jun 2020 14:07:56 +0100 Chris Cannam If duration < 0, swap start time and duration rather than throwing an exception - this is too deep to be throwing an exception here, we end up with bugs like #1989 (Crash when trying to import CSV file with certain unexpected data in it) - and the meaning of negative duration is not actually ambiguous