log widgets/PropertyBox.cpp @ 1600:1acd7be4df9a

age author description
Fri, 03 Apr 2020 11:35:40 +0100 Chris Cannam Remove unused variable
Fri, 27 Mar 2020 14:36:11 +0000 Chris Cannam Add context menus to property box controls
Fri, 04 Oct 2019 13:37:39 +0100 Chris Cannam Debug bits
Wed, 04 Sep 2019 17:31:21 +0100 Chris Cannam Indentation
Thu, 04 Jul 2019 18:04:44 +0100 Chris Cannam Update for changes to PlayParameters by-id
Mon, 26 Nov 2018 14:33:54 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Tue, 06 Nov 2018 15:42:06 +0000 Chris Cannam Make the context help for custom controls explain how to reset them
Tue, 06 Nov 2018 13:34:56 +0000 Chris Cannam Use label of property for tooltip, not just id of it
Thu, 01 Nov 2018 15:11:39 +0000 Chris Cannam Initialise level and pan from current state of layer's parameters (e.g. when reloading session) waverevision
Tue, 26 Jun 2018 14:37:36 +0100 Chris Cannam Tool button on Mac (something has gone very wrong with the appearance of the push button in latest builds)
Thu, 03 May 2018 15:15:15 +0100 Chris Cannam Provide linear horizontal scale in spectrum as well as log; fix bin positioning and colour scale property box updating; ensure proper background colour and visibility of peak lines horizontal-scale
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
Thu, 26 Jan 2017 21:15:20 +0000 Chris Cannam Switch widget type to one that gets mouseover notifications
Tue, 20 Dec 2016 10:49:24 +0000 Chris Cannam Further PropertyBox layout overhaul: avoid crash (/ assertion failure) when property type changes from e.g. colour to colourmap, by replacing the existing widget within the layout rather than trying to repopulate it 3.0-integration
Fri, 16 Dec 2016 15:55:59 +0000 Chris Cannam Add swatches to colour map combo (optionally, as it turns out they are quite visually distracting) levelpanwidget