log

age author description
2020-04-03 Chris Cannam Remove unused variable
2020-04-03 Chris Cannam That didn't work well on a machine with a higher scaled-pixel ratio, try this
2020-03-31 Chris Cannam Provide context menu in LevelPanToolButton, + a bit of tidying
2020-03-30 Chris Cannam Add right-button context menu to panner widget
2020-03-27 Chris Cannam Add context menus to property box controls
2020-03-27 Chris Cannam Add context menu to Thumbwheel
2020-03-27 Chris Cannam Add test for whether presentation name is at default or not
2020-03-26 Chris Cannam Add optional context menu to AudioDial
2020-03-26 Chris Cannam Factor out the menu titling code formerly in MainWindow
2020-03-25 Chris Cannam Add a tab-bar context menu signal to the property stack
2020-03-20 Chris Cannam Use shared_ptr for plugin instances throughout; also descriptors are copyable audio-source-refactor
2020-01-24 Chris Cannam Merge from branch background-mode
2020-01-24 Chris Cannam Add optional unset entry to colour combo background-mode
2020-01-24 Chris Cannam Make nearby-colour matching a bit more sophisticated, with slightly better algorithm (we think?) and ability to insist on dark/light background background-mode
2020-01-23 Chris Cannam Pick accent colour from OS theme if appropriate background-mode
2020-01-23 Chris Cannam Apply sensible highlight/link colours background-mode
2020-01-20 Chris Cannam More sensible approach to colour setting on Windows background-mode
2020-01-17 Chris Cannam Windows stylesheet background-mode
2020-01-17 Chris Cannam Comments and palette adjustments
2020-01-15 Chris Cannam Cut this down, we don't need the things we were calculating (also avoid possible null pointer dereference of v)
2020-01-15 Chris Cannam Model -> layer, + word wrap
2020-01-15 Chris Cannam Clarify comment
2020-01-14 Chris Cannam Merge from branch csv-export-dialog
2020-01-14 Chris Cannam Add CSV export dialog, + associated supporting changes csv-export-dialog
2020-01-14 Chris Cannam Don't write empty lines
2020-01-10 Chris Cannam Merge from branch spectrogram-export
2020-01-10 Chris Cannam Add support for a header line on delimited data output spectrogram-export
2020-01-10 Chris Cannam Add option to export timestamp column spectrogram-export