log main/MainWindow.h @ 2596:04d381f0d89a tip

age author description
Fri, 14 Aug 2020 10:39:02 +0100 Chris Cannam Update and tweak the plugin population warning dialog, which was not properly being shown in async-transform-population-world
Wed, 03 Jun 2020 14:12:14 +0100 Chris Cannam Some work to try to get the main window up & functioning quicker - without waiting for the transforms to be populated first. Needs a lot more testing, not to be merged until after 4.1. startup-timing
Wed, 13 May 2020 14:27:26 +0100 Chris Cannam Fix following prior merge
Wed, 22 Apr 2020 14:48:41 +0100 Chris Cannam Remove no-longer-used signal
Wed, 25 Mar 2020 12:10:48 +0000 Chris Cannam Implement pane and layer property tab context menus. Some layout work needed
Wed, 16 Oct 2019 15:28:48 +0100 Chris Cannam Use updated MainWindowBase API with ability to open playback device before record - hoping to fix #1946 Should ask for microphone permission only when first recording, not when first opening a file
Fri, 20 Sep 2019 14:48:19 +0100 Chris Cannam I think actually this must be v4.0, because of the file format change. Add the beta-release warning for the moment time-frequency-boxes
Wed, 17 Jul 2019 14:28:24 +0100 Chris Cannam Merge from branch by-id
Mon, 15 Jul 2019 14:13:40 +0100 Chris Cannam Work on the cancel-button by-id
Thu, 04 Jul 2019 14:32:08 +0100 Chris Cannam Updates throughout for ModelById logic by-id
Fri, 21 Jun 2019 13:30:17 +0100 Chris Cannam Minor tidy
Wed, 09 Jan 2019 15:27:32 +0000 Chris Cannam Merge from branch fix-static-analysis
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