Mercurial > hg > sonic-visualiser
log main/MainWindow.h @ 2180:52eda31c7b33
age | author | description |
---|---|---|
Wed, 05 Dec 2018 11:35:20 +0000 | 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 |
Mon, 26 Nov 2018 13:56:48 +0000 | Chris Cannam | Use override throughout, + include guards fix-static-analysis |
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 |