Mercurial > hg > sonic-visualiser
log main/MainWindow.h @ 2121:0f5ff52655ec fix-static-analysis
age | author | description |
---|---|---|
Tue, 13 Nov 2018 14:09:30 +0000 | 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 |
Tue, 11 Sep 2018 14:38:21 +0100 | Chris Cannam | Menu wording and file-path handling fixes for recording/converting audio import-audio-data |
Thu, 28 Jun 2018 14:53:38 +0100 | Chris Cannam | Toward loading audio from CSV files import-audio-data |
Thu, 26 Apr 2018 15:09:52 +0100 | 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... |