Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Drop color button/dialog live update option from API and UI
This options is broken in QGIS 3.0, but in any case has been mostly made redundant by the live styling dock, and the other non blocking color pickers which are implemented in most areas of qgis now.
- Loading branch information
Showing
with
14 additions
and 150 deletions.
- +2 −0 doc/api_break.dox
- +0 −19 python/gui/qgscolorbutton.sip
- +0 −19 python/gui/qgscolordialog.sip
- +0 −2 src/app/qgsoptions.cpp
- +11 −21 src/gui/qgscolorbutton.cpp
- +0 −17 src/gui/qgscolorbutton.h
- +0 −45 src/gui/qgscolordialog.cpp
- +0 −16 src/gui/qgscolordialog.h
- +0 −2 src/gui/symbology/qgssymbolslistwidget.cpp
- +1 −9 src/ui/qgsoptionsbase.ui