graph
- Comment only2020-06-25, by Chris Cannam
- Merge from branch startup-timing2020-06-22, by Chris Cannam
- Fix typo2020-06-18, by Chris Cannam
- Fix comparisons that fail to link with older Qt libraries2020-06-18, by Chris Cannam
- Merge from branch csv-import-headers2020-06-18, by Chris Cannam
- Extend tests to include testing (at least some of) the actual data as well as the layoutcsv-import-headers 2020-06-18, by Chris Cannam
- Support headers in actual import step, + testcsv-import-headers 2020-06-18, by 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 disappearcsv-import-headers 2020-06-18, by Chris Cannam
- Detect presence of header row in CSV format guesser; use headings to inform our guesses about column purposes; test thiscsv-import-headers 2020-06-17, by Chris Cannam
- Merge from default branchstartup-timing 2020-06-16, by Chris Cannam
- Add record-mono preference2020-06-16, by Chris Cannam
- CSV reader tests and fixes - avoid creating null events for lines in which the timings could not be read2020-06-11, by 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 ambiguous2020-06-11, by Chris Cannam
- Make it possible to check whether the transforms have been populated yetstartup-timing 2020-06-03, by Chris Cannam