log widgets/PropertyBox.cpp @ 1620:dc0e47f234a2 tip

age author description
Wed, 29 Apr 2020 17:47:55 +0100 Chris Cannam Fix compiler warning
Wed, 29 Apr 2020 14:46:37 +0100 Chris Cannam Further removal of Qt 5.6+-only APIs
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
Fri, 16 Dec 2016 14:16:05 +0000 Chris Cannam Introduce a colour map combo too. Doesn't yet have swatches levelpanwidget
Fri, 16 Dec 2016 13:10:21 +0000 Chris Cannam Take advantage of the fact that a group layout is now always used, to simplify code levelpanwidget
Fri, 16 Dec 2016 13:08:33 +0000 Chris Cannam Introduce colour combobox class, to replace ad-hoc code in property box levelpanwidget
Thu, 15 Dec 2016 16:29:27 +0000 Chris Cannam Adjust spacing in property box levelpanwidget
Thu, 15 Dec 2016 14:39:40 +0000 Chris Cannam An attempt to improve PropertyBox layout on the Mac. Make all rows consistent by always creating a group layout for each row, regardless of whether the item(s) in it are marked as grouped or not. levelpanwidget
Thu, 15 Dec 2016 11:54:12 +0000 Chris Cannam Make play params area of property box look a bit better on OSX levelpanwidget
Thu, 15 Dec 2016 10:36:41 +0000 Chris Cannam Moving around some UI bits levelpanwidget
Tue, 06 Dec 2016 09:47:27 +0000 Chris Cannam Some work on play parameters and level controls in property box levelpanwidget
Tue, 06 Dec 2016 09:20:10 +0000 Chris Cannam Switch to level-pan tool button in property box levelpanwidget
Mon, 05 Dec 2016 17:13:01 +0000 Chris Cannam Introduce level-pan widget to property box levelpanwidget
Mon, 05 Dec 2016 12:04:23 +0000 Chris Cannam Scale the sizes of a few more UI elements more-hidpi
Wed, 30 Nov 2016 11:01:39 +0000 Chris Cannam Bigger colour swatches for bigger fonts 3.0-integration
Mon, 01 Aug 2016 16:13:29 +0100 Chris Cannam Must set range mappers before default values -- the presence of a range mapper alters the way the default is set up spectrogram-minor-refactor