Skip to content

Commit 3e197ae

Browse files
committedAug 4, 2016
remove QgsColorButton in favor of V2
1 parent 138e113 commit 3e197ae

File tree

65 files changed

+1168
-2278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+1168
-2278
lines changed
 

‎doc/api_break.dox

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ This page tries to maintain a list with incompatible changes that happened in pr
2121
\subsection qgis_api_break_3_0_removed_classes Removed Classes
2222

2323
<ul>
24-
<li>QgsLabel and QgsLabelAttributes. Replaced by labeling based on PAL library, see QgsLabelingEngineV2.</li>
25-
<li>QgsMapCanvasMap. It is an internal class used by map canvas.</li>
26-
<li>QgsMapRenderer. It has been replaced by QgsMapRendererJob with subclasses and QgsMapSettings.</li>
24+
<li>QgsColorbutton was removed. QgsColorButtonV2 has now been renamed to QgsColorButton. Hence, QgsColorButtonV2 does not exist anymore.
2725
<li>QgsCRSCache was removed. QgsCoordinateReferenceSystem now internally uses a cache for CRS creation,
2826
so there is no longer a need for the separate cache class. Code which previously called QgsCRSCache::updateCRSCache()
2927
should now call QgsCoordinateReferenceSystem::invalidateCache() and QgsCoordinateTransformCache::instance()->invalidateCrs( authid ).</li>
28+
<li>QgsLabel and QgsLabelAttributes. Replaced by labeling based on PAL library, see QgsLabelingEngineV2.</li>
29+
<li>QgsMapCanvasMap. It is an internal class used by map canvas.</li>
30+
<li>QgsMapRenderer. It has been replaced by QgsMapRendererJob with subclasses and QgsMapSettings.</li>
3031
<li>QgsPseudoColorShader. This shader has been broken for some time and was replaced by QgsSingleBandPseudoColorRenderer.</li>
3132
</ul>
3233

‎python/core/qgscolorscheme.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ typedef QList< QPair< QColor, QString > > QgsNamedColorList;
55
* \class QgsColorScheme
66
* \brief Abstract base class for color schemes
77
*
8-
* A color scheme for display in QgsColorButtonV2. Color schemes return lists
8+
* A color scheme for display in QgsColorButton. Color schemes return lists
99
* of colors with an optional associated color name. The colors returned
1010
* can be generated using an optional base color.
1111
* \note Added in version 2.5

0 commit comments

Comments
 (0)
Please sign in to comment.