Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
use SIP to define Python __repr__ rather than injections
because it's a bit more clever!
- Loading branch information
Showing
with
170 additions
and 51 deletions.
- +0 −2 python/core/auto_additions/qgscircle.py
- +0 −2 python/core/auto_additions/qgscircularstring.py
- +0 −2 python/core/auto_additions/qgscompoundcurve.py
- +0 −2 python/core/auto_additions/qgscurvepolygon.py
- +0 −2 python/core/auto_additions/qgsellipse.py
- +0 −1 python/core/auto_additions/qgsgeometry.py
- +0 −2 python/core/auto_additions/qgslinestring.py
- +0 −2 python/core/auto_additions/qgsmulticurve.py
- +0 −2 python/core/auto_additions/qgsmultilinestring.py
- +0 −2 python/core/auto_additions/qgsmultipoint.py
- +0 −2 python/core/auto_additions/qgsmultipolygon.py
- +0 −2 python/core/auto_additions/qgspoint.py
- +0 −2 python/core/auto_additions/qgspointxy.py
- +0 −2 python/core/auto_additions/qgspolygon.py
- +0 −2 python/core/auto_additions/qgsrectangle.py
- +5 −1 python/core/auto_generated/geometry/qgscircle.sip.in
- +5 −0 python/core/auto_generated/geometry/qgscircularstring.sip.in
- +5 −0 python/core/auto_generated/geometry/qgscompoundcurve.sip.in
- +5 −0 python/core/auto_generated/geometry/qgscurvepolygon.sip.in
- +5 −0 python/core/auto_generated/geometry/qgsellipse.sip.in
- +5 −0 python/core/auto_generated/geometry/qgsgeometry.sip.in
- +5 −0 python/core/auto_generated/geometry/qgslinestring.sip.in
- +5 −1 python/core/auto_generated/geometry/qgsmulticurve.sip.in
- +5 −0 python/core/auto_generated/geometry/qgsmultilinestring.sip.in
- +5 −0 python/core/auto_generated/geometry/qgsmultipoint.sip.in
- +5 −0 python/core/auto_generated/geometry/qgsmultipolygon.sip.in
- +5 −0 python/core/auto_generated/geometry/qgspoint.sip.in
- +5 −0 python/core/auto_generated/geometry/qgspolygon.sip.in
- +5 −0 python/core/auto_generated/geometry/qgsrectangle.sip.in
- +1 −2 python/core/auto_generated/qgspointxy.sip.in
- +7 −2 src/core/geometry/qgscircle.h
- +7 −1 src/core/geometry/qgscircularstring.h
- +7 −1 src/core/geometry/qgscompoundcurve.h
- +7 −1 src/core/geometry/qgscurvepolygon.h
- +7 −1 src/core/geometry/qgsellipse.h
- +7 −1 src/core/geometry/qgsgeometry.h
- +7 −1 src/core/geometry/qgslinestring.h
- +7 −2 src/core/geometry/qgsmulticurve.h
- +7 −1 src/core/geometry/qgsmultilinestring.h
- +7 −1 src/core/geometry/qgsmultipoint.h
- +7 −1 src/core/geometry/qgsmultipolygon.h
- +7 −1 src/core/geometry/qgspoint.h
- +7 −1 src/core/geometry/qgspolygon.h
- +7 −1 src/core/geometry/qgsrectangle.h
- +1 −2 src/core/qgspointxy.h
Oops, something went wrong.