log main/MainWindow.h @ 2149:c476db6cf3eb

age author description
2018-12-05 Chris Cannam Seems to be some trouble with the function-pointer-based version of the connection here - recent-files menu isn't working on old systems with backward-compatible build - replace with an alternative mechanism again
2018-11-26 Chris Cannam Use override throughout, + include guards fix-static-analysis
2018-11-13 Chris Cannam Ensure that operations that need to iterate through action maps in order (most pointedly MainWindow::updateLayerShortcutsFor) get to do it in order of construction and not arbitrary pointer order. Fixes incorrect shortcut associations for add-layer/pane shortcuts in some cases spectrogramparam
2018-09-11 Chris Cannam Menu wording and file-path handling fixes for recording/converting audio import-audio-data
2018-06-28 Chris Cannam Toward loading audio from CSV files import-audio-data
2018-04-26 Chris Cannam Update pane and layer menu shortcuts so that the waveform/spectrogram/etc shortcuts (Shift+G etc) always refer to the source model that is in the currently selected pane. This is a potentially confusing backward-incompatible change, but is also quite clearly how it ought to work...
2018-03-01 Chris Cannam Untabify
2017-02-28 Chris Cannam Next version will identify as 3.0 (as it's going to be an RC); remove beta dialog
2017-02-24 Chris Cannam Note the release ID stuff to the debug log as well as in the about box
2017-01-10 Chris Cannam Show warning about beta release 3.0-integration
2017-01-10 Chris Cannam Add "What's New" to help menu; primp up About box 3.0-integration
2017-01-04 Chris Cannam Wire up record monitoring 3.0-integration