log

age author description
2020-06-22 Chris Cannam Merge from branch startup-timing
2020-06-18 Chris Cannam Fix typo
2020-06-18 Chris Cannam Fix comparisons that fail to link with older Qt libraries
2020-06-18 Chris Cannam Merge from branch csv-import-headers
2020-06-18 Chris Cannam Extend tests to include testing (at least some of) the actual data as well as the layout csv-import-headers
2020-06-18 Chris Cannam Support headers in actual import step, + test csv-import-headers
2020-06-18 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
2020-06-17 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
2020-06-16 Chris Cannam Merge from default branch startup-timing
2020-06-16 Chris Cannam Add record-mono preference
2020-06-11 Chris Cannam CSV reader tests and fixes - avoid creating null events for lines in which the timings could not be read
2020-06-11 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
2020-06-03 Chris Cannam Make it possible to check whether the transforms have been populated yet startup-timing
2020-06-03 Chris Cannam Add timings to debug output startup-timing
2020-05-29 Chris Cannam Comment only