@@ -72,7 +72,7 @@ This page tries to maintain a list with incompatible changes that happened in pr
72
72
<tr><td>QgsMultiLineStringV2<td>QgsMultiLineString
73
73
<tr><td>QgsMultiSurfaceV2<td>QgsMultiSurface
74
74
<tr><td>QgsPointSequenceV2<td>QgsPointSequence
75
- <tr><td>QgsRandomColorsV2<td>QgsRandomColors
75
+ <tr><td>QgsRandomColorsV2<td>QgsRandomColorRamp
76
76
<tr><td>QgsRendererCategoryV2<td>QgsRendererCategory
77
77
<tr><td>QgsRendererRangeV2<td>QgsRendererRange
78
78
<tr><td>QgsRendererRangeV2LabelFomat<td>QgsRendererRangeLabelFomat
@@ -125,19 +125,19 @@ This page tries to maintain a list with incompatible changes that happened in pr
125
125
<tr><td>QgsSymbolV2SelectorDialog<td>QgsSymbolSelectorDialog
126
126
<tr><td>QgsSymbolV2SelectorWidget<td>QgsSymbolSelectorWidget
127
127
<tr><td>QgsSymbologyV2Conversion<td>QgsSymbologyConversion
128
- <tr><td>QgsVectorColorBrewerColorRampV2<td>QgsVectorColorBrewerColorRamp
129
- <tr><td>QgsVectorColorBrewerColorRampV2Dialog<td>QgsVectorColorBrewerColorRampDialog
130
- <tr><td>QgsVectorColorBrewerColorRampV2DialogBase<td>QgsVectorColorBrewerColorRampDialogBase
131
- <tr><td>QgsVectorColorRampV2<td>QgsVectorColorRamp
128
+ <tr><td>QgsVectorColorBrewerColorRampV2<td>QgsColorBrewerColorRamp
129
+ <tr><td>QgsVectorColorBrewerColorRampV2Dialog<td>QgsColorBrewerColorRampDialog
130
+ <tr><td>QgsVectorColorBrewerColorRampV2DialogBase<td>QgsColorBrewerColorRampDialogBase
131
+ <tr><td>QgsVectorColorRampV2<td>QgsColorRamp
132
132
<tr><td>QgsVectorColorRampV2Map<td>QgsVectorColorRampMap
133
- <tr><td>QgsVectorGradientColorRampV2<td>QgsVectorGradientColorRamp
134
- <tr><td>QgsVectorGradientColorRampV2Dialog<td>QgsVectorGradientColorRampDialog
135
- <tr><td>QgsVectorGradientColorRampV2DialogBase<td>QgsVectorGradientColorRampDialogBase
133
+ <tr><td>QgsVectorGradientColorRampV2<td>QgsGradientColorRamp
134
+ <tr><td>QgsVectorGradientColorRampV2Dialog<td>QgsGradientColorRampDialog
135
+ <tr><td>QgsVectorGradientColorRampV2DialogBase<td>QgsGradientColorRampDialogBase
136
136
<tr><td>QgsVectorGradientRampV2<td>QgsVectorGradientRamp
137
137
<tr><td>QgsVectorLayersetRendererV2<td>QgsVectorLayersetRenderer
138
- <tr><td>QgsVectorRandomColorRampV2<td>QgsVectorRandomColorRamp
139
- <tr><td>QgsVectorRandomColorRampV2Dialog<td>QgsVectorRandomColorRampDialog
140
- <tr><td>QgsVectorRandomColorRampV2DialogBase<td>QgsVectorRandomColorRampDialogBase
138
+ <tr><td>QgsVectorRandomColorRampV2<td>QgsLimitedRandomColorRamp
139
+ <tr><td>QgsVectorRandomColorRampV2Dialog<td>QgsLimitedRandomColorRampDialog
140
+ <tr><td>QgsVectorRandomColorRampV2DialogBase<td>QgsLimitedRandomColorRampDialogBase
141
141
<tr><th>QgsSymbolV2<th>QgsSymbol
142
142
</table>
143
143
@@ -295,6 +295,14 @@ variant instead.</li>
295
295
<li>GenericDataSourceURI has been renamed to GenericDataSourceUri</li>
296
296
</ul>
297
297
298
+ \subsection qgis_api_break_3_0_QgsColorBrewerColorRampDialog QgsColorBrewerColorRampDialog
299
+
300
+ <ul>
301
+ <li>The dialog no longer edits a color ramp in place. Instead, a copy of the ramp is edited
302
+ and the new ramp can be retrieved after executing the dialog by calling ramp().</li>
303
+ <li>Some internal methods which were previously public or protected were made private.</li>
304
+ </ul>
305
+
298
306
\subsection qgis_api_break_3_0_QgsComposerLabel QgsComposerLabel
299
307
300
308
<ul>
@@ -389,6 +397,14 @@ plugins calling these methods will need to be updated.</li>
389
397
be returned in place of a null pointer.</li>
390
398
</ul>
391
399
400
+ \subsection qgis_api_break_3_0_QgsCptCityColorRampDialog QgsCptCityColorRampDialog
401
+
402
+ <ul>
403
+ <li>The dialog no longer edits a color ramp in place. Instead, a copy of the ramp is edited
404
+ and the new ramp can be retrieved after executing the dialog by calling ramp().</li>
405
+ <li>Some internal methods which were previously public or protected were made private.</li>
406
+ </ul>
407
+
392
408
\subsection qgis_api_break_3_0_QgsCptCitySelectionItem QgsCptCitySelectionItem
393
409
394
410
<ul>
@@ -559,6 +575,14 @@ method to determine if a geometry is valid.</li>
559
575
a QgsGeometry value rather than a pointer.</li>
560
576
</ul>
561
577
578
+ \subsection qgis_api_break_3_0_QgsGradientColorRampDialog QgsGradientColorRampDialog
579
+
580
+ <ul>
581
+ <li>The dialog no longer edits a color ramp in place. Instead, a copy of the ramp is edited
582
+ and the new ramp can be retrieved after executing the dialog by calling ramp().</li>
583
+ <li>Some internal methods which were previously public or protected were made private.</li>
584
+ </ul>
585
+
562
586
\subsection qgis_api_break_3_0_QgsGraphBuilderInterface QgsGraphBuilderInterface
563
587
564
588
<ul>
@@ -604,6 +628,14 @@ plugins calling this method will need to be updated.</li>
604
628
<li>writeCommonXML() has been renamed to writeCommonXml()</li>
605
629
</ul>
606
630
631
+ \subsection qgis_api_break_3_0_QgsLimitedRandomRampDialog QgsLimitedRandomColorRampDialog
632
+
633
+ <ul>
634
+ <li>The dialog no longer edits a color ramp in place. Instead, a copy of the ramp is edited
635
+ and the new ramp can be retrieved after executing the dialog by calling ramp().</li>
636
+ <li>Some internal methods which were previously public or protected were made private.</li>
637
+ </ul>
638
+
607
639
\subsection qgis_api_break_3_0_QgsMapCanvas QgsMapCanvas
608
640
609
641
<ul>
0 commit comments