diff --git a/doc/api_break.dox b/doc/api_break.dox index cf9ba072716..aefa3aca15a 100644 --- a/doc/api_break.dox +++ b/doc/api_break.dox @@ -53,6 +53,14 @@ should now call QgsCoordinateReferenceSystem::invalidateCache() and QgsCoordinat
  • permissiveToDouble() and permissiveToInt() where moved out of the QGis class and renamed to qgsPermissiveToDouble() and qgsPermissiveToInt()
  • The constants DEFAULT_IDENTIFY_RADIUS and MINIMUM_POINT_SIZE were removed
  • +
  • QGis::DecimalDegrees, DegreesMinutesSeconds and DegreesDecimalMinutes have been removed, and have all been replaced +with the general Degrees unit
  • +
  • The distance unit types QGis::UnitType (including QGis::Meters, QGis::Feet, QGis::Degrees, QGis::NauticalMiles, +QGis::Kilometers, QGis::Yards, QGis::Miles and QGis::UnknownUnit have been moved to QgsUnitTypes::DistanceUnit. +Some of these unit types have also been renamed - see the notes on QgsUnitTypes below. All methods which accepted +QGis::UnitType parameters have been updated to take QgsUnitTypes::DistanceUnit instead.
  • +
  • The unit handling methods toLiteral, fromLiteral, tr, fromTr, fromUnitToUnitFactor have been removed. Their +corresponding counterparts in QgsUnitTypes should be used instead.
  • \subsection qgis_api_break_3_0_QgsAuthConfigUriEdit QgsAuthConfigUriEdit @@ -447,6 +455,20 @@ has improved sort capabilities including the ability to set custom sort values f and for forcing certain items to always sort on top. +\subsection qgis_api_break_3_0_QgsSymbolV2 QgsSymbolV2 + + + +\subsection qgis_api_break_3_0_QgsSymbolLayerV2Utils QgsSymbolLayerV2Utils + + + \subsection qgis_api_break_3_0_QgsTreeWidgetItem QgsTreeWidgetItem +\subsection qgis_api_break_3_0_QgsUnitTypes QgsUnitTypes + + + \subsection qgis_api_break_3_0_QgsVectorLayer QgsVectorLayer