Skip to content

Commit 0b9fbeb

Browse files
committedDec 3, 2016
QgsColorRampComboBox is dead, long live QgsColorRampButton
1 parent 56c5534 commit 0b9fbeb

File tree

6 files changed

+16
-415
lines changed

6 files changed

+16
-415
lines changed
 

‎doc/api_break.dox‎

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ Removed Classes {#qgis_api_break_3_0_removed_classes}
230230
- QgsColorbutton was removed. QgsColorButtonV2 has now been renamed to QgsColorButton. Hence, QgsColorButtonV2 does not exist anymore.
231231
- QgsColorDialog was removed, and QgsColorDialogV2 was renamed to QgsColorDialog. Hence, QgsColorButtonV2 does not exist anymore.
232232
All the functionality from the old QgsColorDialog has been moved to the new class.
233+
- QgsColorRampComboBox was removed, replaced by QgsColorRampButton
233234
- QgsComposerAttributeTable and associated classes (eg QgsComposerAttributeTableCompare,
234235
QgsComposerAttributeTableColumnModel, QgsComposerTableSortColumnsProxyModel) were removed.
235236
Use QgsComposerAttributeTableV2 instead.
@@ -435,12 +436,17 @@ QgsCachedFeatureIterator {#qgis_api_break_3_0_QgsQgsCachedFeatureIterator
435436

436437
- The constructor for QgsCachedFeatureIterator has changed.
437438

439+
QgsCategorizedRenderer {#qgis_api_break_3_0_QgsCategorizedRenderer}
440+
--------------------
441+
442+
- setInvertedColorRamp() and invertedColorRamp() functions are gone, QgsColorRamp now responsible for invert
443+
- createRenderer() and updateColorRamp()'s inverted parameter is gone
438444

439445
QgsCategorizedSymbolRendererWidget {#qgis_api_break_3_0_QgsCategorizedSymbolRendererWidget}
440446
----------------------------------
441447

442448
- sizeScaleFieldChanged() and scaleMethodChanged() were removed. These settings are no longer exposed in the widget's GUI.
443-
449+
- getColorRamp() was removed.
444450

445451
QgsClipper {#qgis_api_break_3_0_QgsClipper}
446452
----------
@@ -956,12 +962,21 @@ QgsEditorWidgetRegistry {#qgis_api_break_3_0_QgsEditorWidgetRegistry}
956962
- The signature of isFieldSupported() has been changed to return an unsigned (how good it supports the given field)
957963
and to const-correct it.
958964

965+
QgsGraduatedRenderer {#qgis_api_break_3_0_QgsGraduatedRenderer}
966+
--------------------
967+
968+
- setInvertedColorRamp() and invertedColorRamp() functions are gone, QgsColorRamp now responsible for invert
969+
- createRenderer() and updateColorRamp()'s inverted parameter is gone
959970

960971
QgsGroupWMSDataDialog {#qgis_api_break_3_0_QgsGroupWMSDataDialog}
961972
---------------------
962973

963974
- QgsGroupWMSDataDialo has been renamed to QgsGroupWmsDataDialog
964975

976+
QgsHeatmapRenderer {#qgis_api_break_3_0_QgsHeatmapRenderer}
977+
------------------
978+
979+
- setInvertRamp() and invertRamp() functions are gone, QgsColorRamp now responsible for invert
965980

966981
QgsHighlight {#qgis_api_break_3_0_QgsHighlight}
967982
------------

‎python/gui/gui.sip‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@
224224
%Include symbology-ng/qgsarrowsymbollayerwidget.sip
225225
%Include symbology-ng/qgsbrushstylecombobox.sip
226226
%Include symbology-ng/qgscategorizedsymbolrendererwidget.sip
227-
%Include symbology-ng/qgscolorrampcombobox.sip
228227
%Include symbology-ng/qgscptcitycolorrampdialog.sip
229228
%Include symbology-ng/qgsdashspacedialog.sip
230229
%Include symbology-ng/qgsellipsesymbollayerwidget.sip

‎python/gui/symbology-ng/qgscolorrampcombobox.sip‎

Lines changed: 0 additions & 58 deletions
This file was deleted.

‎src/gui/CMakeLists.txt‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ SET(QGIS_GUI_SRCS
1616
symbology-ng/qgsarrowsymbollayerwidget.cpp
1717
symbology-ng/qgsbrushstylecombobox.cpp
1818
symbology-ng/qgscategorizedsymbolrendererwidget.cpp
19-
symbology-ng/qgscolorrampcombobox.cpp
2019
symbology-ng/qgscptcitycolorrampdialog.cpp
2120
symbology-ng/qgsdashspacedialog.cpp
2221
symbology-ng/qgsellipsesymbollayerwidget.cpp
@@ -490,7 +489,6 @@ SET(QGIS_GUI_MOC_HDRS
490489
symbology-ng/qgsarrowsymbollayerwidget.h
491490
symbology-ng/qgsbrushstylecombobox.h
492491
symbology-ng/qgscategorizedsymbolrendererwidget.h
493-
symbology-ng/qgscolorrampcombobox.h
494492
symbology-ng/qgscptcitycolorrampdialog.h
495493
symbology-ng/qgsdashspacedialog.h
496494
symbology-ng/qgsellipsesymbollayerwidget.h

‎src/gui/symbology-ng/qgscolorrampcombobox.cpp‎

Lines changed: 0 additions & 258 deletions
This file was deleted.

‎src/gui/symbology-ng/qgscolorrampcombobox.h‎

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.