Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
283 additions
and 283 deletions.
- +3 −3 python/core/geometry/qgsabstractgeometry.sip
- +3 −3 python/core/geometry/qgscurvepolygon.sip
- +4 −4 python/core/geometry/qgsellipse.sip
- +4 −4 python/core/geometry/qgspolygon.sip
- +2 −2 python/core/geometry/qgsregularpolygon.sip
- +2 −2 python/core/geometry/qgssurface.sip
- +1 −1 python/core/geometry/qgstriangle.sip
- +1 −1 python/core/symbology/qgssymbol.sip
- +3 −3 python/plugins/processing/algs/qgis/GeometryConvert.py
- +1 −1 python/plugins/processing/algs/qgis/LinesToPolygons.py
- +1 −1 src/3d/qgs3dutils.cpp
- +2 −2 src/3d/qgs3dutils.h
- +2 −2 src/3d/qgstessellatedpolygongeometry.cpp
- +2 −2 src/3d/qgstessellatedpolygongeometry.h
- +2 −2 src/3d/qgstessellator.cpp
- +2 −2 src/3d/qgstessellator.h
- +3 −3 src/3d/symbols/qgsline3dsymbol_p.cpp
- +4 −4 src/3d/symbols/qgspolygon3dsymbol_p.cpp
- +1 −1 src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.cpp
- +1 −1 src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h
- +1 −1 src/analysis/vector/geometry_checker/qgsgeometrylinelayerintersectioncheck.cpp
- +1 −1 src/analysis/vector/geometry_checker/qgsgeometryselfintersectioncheck.cpp
- +3 −3 src/app/dwg/qgsdwgimporter.cpp
- +1 −1 src/app/qgsmaptooladdfeature.cpp
- +2 −2 src/app/qgsmaptooladdrectangle.cpp
- +2 −2 src/app/qgsmaptooladdrectangle.h
- +1 −1 src/core/expression/qgsexpressionfunction.cpp
- +3 −3 src/core/geometry/qgsabstractgeometry.h
- +4 −4 src/core/geometry/qgscurvepolygon.cpp
- +3 −3 src/core/geometry/qgscurvepolygon.h
- +4 −4 src/core/geometry/qgsellipse.cpp
- +2 −2 src/core/geometry/qgsellipse.h
- +10 −10 src/core/geometry/qgsgeometry.cpp
- +3 −3 src/core/geometry/qgsgeometry.h
- +1 −1 src/core/geometry/qgsgeometryeditutils.cpp
- +3 −3 src/core/geometry/qgsgeometryfactory.cpp
- +1 −1 src/core/geometry/qgsgeometryfactory.h
- +3 −3 src/core/geometry/qgsgeometrymakevalid.cpp
- +3 −3 src/core/geometry/qgsgeos.cpp
- +2 −2 src/core/geometry/qgsgeos.h
- +11 −11 src/core/geometry/qgsinternalgeometryengine.cpp
- +1 −1 src/core/geometry/qgslinestring.h
- +7 −7 src/core/geometry/qgsmultipolygon.cpp
- +3 −3 src/core/geometry/qgsmultisurface.cpp
- +14 −14 src/core/geometry/qgspolygon.cpp
- +7 −7 src/core/geometry/qgspolygon.h
- +2 −2 src/core/geometry/qgsregularpolygon.cpp
- +1 −1 src/core/geometry/qgsregularpolygon.h
- +2 −2 src/core/geometry/qgssurface.h
- +1 −1 src/core/geometry/qgstriangle.cpp
- +1 −1 src/core/geometry/qgstriangle.h
- +2 −2 src/core/qgsdistancearea.cpp
- +2 −2 src/core/qgsmaptopixelgeometrysimplifier.cpp
- +1 −1 src/core/qgsvectorlayerlabelprovider.cpp
- +4 −4 src/core/symbology/qgssymbol.cpp
- +2 −2 src/core/symbology/qgssymbol.h
- +1 −1 src/gui/qgsmaptoolcapture.cpp
- +4 −4 src/plugins/globe/featuresource/qgsglobefeatureutils.h
- +1 −1 src/providers/arcgisrest/qgsarcgisrestutils.cpp
- +2 −2 src/providers/grass/qgsgrassprovider.cpp
- +2 −2 src/providers/grass/qgsgrassvectormap.cpp
- +2 −2 tests/src/3d/testqgstessellator.cpp
- +108 −108 tests/src/core/testqgsgeometry.cpp
- +4 −4 tests/src/core/testqgsgeometryutils.cpp
- +1 −1 tests/src/core/testqgspointlocator.cpp
Oops, something went wrong.