Mercurial > hg > svgui
log widgets/PropertyBox.cpp @ 1223:312f99a9f2aa
age | author | description |
---|---|---|
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 |