log

age author description
2020-06-18 Chris Cannam Support CSV column header in import dialog + in actual import stage csv-import-headers
2020-06-17 Chris Cannam Add detector for CSV header row, and use it to inform guesses for column purposes csv-import-headers
2020-06-16 Chris Cannam Add "Scanning plugins..." placeholder to transform menu startup-timing
2020-06-16 Chris Cannam Merge from default branch startup-timing
2020-06-16 Chris Cannam Copyright date
2020-06-16 Chris Cannam Add record-mono setting smoother-recording
2020-06-15 Chris Cannam Switch to using wav files as test input; requires updating all the expected outputs, sadly
2020-06-15 Chris Cannam Move test/ to export-tests/ (so it can be distinguished from other test subdirs) and exclude from archive
2020-06-11 Chris Cannam Work around some AppImage versions printing debug output on startup
2020-06-11 Chris Cannam Remove this debug output on startup
2020-06-11 Chris Cannam Comment only
2020-06-11 Chris Cannam CSV reader tests & fixes
2020-06-11 Chris Cannam Avoid deprecated warnings for very recent Qt changes
2020-06-04 Chris Cannam Prepare for v4.1
2020-06-04 Chris Cannam Subrepo and translation update
2020-06-03 Chris Cannam Some work to try to get the main window up & functioning quicker - without waiting for the transforms to be populated first. Needs a lot more testing, not to be merged until after 4.1. startup-timing
2020-05-18 Chris Cannam The installer file doesn't permit -pre in version string
2020-05-18 Chris Cannam Added tag sv_v4.1pre1 for changeset 367561a2ac85
2020-05-18 Chris Cannam Fix for older Qt builds sv_v4.1pre1
2020-05-18 Chris Cannam Subrepo and git config updates
2020-05-15 Chris Cannam Experiment hoping to fix git clone hang in docker image
2020-05-15 Chris Cannam Fix filename
2020-05-15 Chris Cannam Pre-release
2020-05-15 Chris Cannam Activate beta mode
2020-05-15 Chris Cannam Place an expiry on feedback request for this version
2020-05-14 Chris Cannam Make countdown slightly shorter
2020-05-14 Chris Cannam Add any persistent config defines (e.g. feedback request)
2020-05-14 Chris Cannam Update subrepos with various performance tweaks; when rebuilding menus, delete old actions (turns out addAction(QAction*) doesn't take ownership - I did know this once, but...)