graph
- Merge from branch background-mode2020-01-24, by Chris Cannam
- Fix initial dark background flag when OS theme indicates something different to the facts on the groundbackground-mode 2020-01-20, by Chris Cannam
- Follow desktop theme (on Windows)background-mode 2020-01-17, by Chris Cannam
- Re-enable this for testingbackground-mode 2020-01-17, by Chris Cannam
- Default to CSV now2020-01-15, by Chris Cannam
- Merge from branch csv-export-dialog2020-01-14, by Chris Cannam
- Split export functions into file-type-specific ones; accept various CSV-specific argumentscsv-export-dialog 2020-01-14, by Chris Cannam
- Merge from branch spectrogram-export2020-01-10, by Chris Cannam
- Tidyspectrogram-export 2020-01-10, by Chris Cannam
- Remove m_abandoning: set m_documentModified to false instead (the purpose of it is just to avoid asking user to save)spectrogram-export 2020-01-08, by Chris Cannam
- Rework OSC handler so as to consume all available messages rather than having to wait for the timeout in between them. Pause to process events, and also wait for file loads and transforms to complete. (Should only certain kinds of OSC command wait for transforms?)spectrogram-export 2020-01-08, by Chris Cannam
- Permit exporting selected regions onlyspectrogram-export 2020-01-08, by Chris Cannam
- Debug tweakspectrogram-export 2020-01-08, by Chris Cannam
- Permit exporting spectrogram; also provide progress dialogspectrogram-export 2020-01-07, by Chris Cannam
- Start work on spectrogram export codespectrogram-export 2020-01-06, by Chris Cannam
- Fix failure to notice we are no longer opening an audio file, if user cancels the save-modified dialog. This led to refusal to respect the close button on the main window.2019-12-06, by Chris Cannam
- Avoid a compiler warning2019-11-21, by Chris Cannam
- Avoid deadlock when process finishes immediately (so alignmentProgramFinished is called from waitForStarted while mutex already held)2019-10-31, by Chris Cannam
- More debug output, and fix crash after failed external-program alignment2019-10-29, by Chris Cannam
- If no local filename (e.g. when decoded to memory), get the local filename from the file source (e.g. cached version of encoded file)2019-10-29, by Chris Cannam
- Use updated snap api2019-10-17, by Chris Cannam
- Make it possible to open an audio device for playback and upgrade it to I/O later on - avoiding the Mac microphone-permission dialog until we are actually wanting to record2019-10-16, by Chris Cannam
- Avoid floating-point exception when stopping after models deleted2019-10-11, by Chris Cannam
- Support updated PaneStack options API2019-10-04, by Chris Cannam
- Fix compile error with new Qt2019-10-04, by Chris Cannam
- Rename time-frequency box to plain box - but also reload sessions if they have the "old" name (even though it was only used in 4.0-pre1 exports)2019-09-25, by Chris Cannam
- Add support for time-frequency box layer2019-09-20, by Chris Cannam
- Fix to avoid ffwd/rwd getting stuck at a single point if it translates to the playback frame again on alignment2019-09-16, by Chris Cannam