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
|
2020-05-22 |
Chris Cannam |
Permit setting completion directly on the alignment model, if we aren't using a transform to populate the path source but are instead going to set the path directly after completion
|
2020-05-21 |
Chris Cannam |
Merge
|
2020-05-21 |
Chris Cannam |
Comment only
|
2020-05-18 |
Chris Cannam |
Avoid more recent Qt api, for older platform package builds
|
2020-05-14 |
Chris Cannam |
Use cancellable serialiser; add some more profiling points
|
2020-05-14 |
Chris Cannam |
Make Serialiser cancellable while waiting for its lock
|
2020-05-14 |
Chris Cannam |
Print results in the opposite order, so most relevant ones are at the end of the listing
|
2020-05-11 |
Chris Cannam |
Pull out text-document check; it's useful elsewhere
|
2020-05-11 |
Chris Cannam |
Add support for doubling escapes for quotes in quoted texts in CSV-like formats on import (similar to how we, and the relevant RFC, do escaping on export now)
|
2020-05-06 |
Chris Cannam |
Add isSupported
|
2020-04-30 |
Chris Cannam |
Be more cautious about firing up an RDF file parser to identify a document - don't do it at all if the document is not apparently text
|
2020-04-30 |
Chris Cannam |
Add function (cribbed from Rosegarden source) to check whether a string is valid UTF-8
|
2020-04-29 |
Chris Cannam |
Merge
|
2020-04-29 |
Chris Cannam |
Remove debug output
|
2020-04-23 |
Chris Cannam |
Avoid returning expired pointers
|