Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Add QgsMapToolRegularPolygonCenterCorner and change
QgsMapToolRegularPolygonCenterPoint
- Add QgsMapToolCircle2TangentsPoint
  • Loading branch information
lbartoletti committed Oct 3, 2017
1 parent 4c8171d commit 0204302
Show file tree
Hide file tree
Showing 15 changed files with 769 additions and 12 deletions.
4 changes: 3 additions & 1 deletion images/images.qrc
Expand Up @@ -578,12 +578,14 @@
<file>themes/default/mActionRectangleExtent.svg</file>
<file>themes/default/mActionRectangle3Points.svg</file>
<file>themes/default/mActionRectangleCenter.svg</file>
<file>themes/default/mActionRegularPolygonCenterPoint.svg</file>
<file>themes/default/mActionRegularPolygonCenterCorner.svg</file>
<file>themes/default/mActionRegularPolygon2Points.svg</file>
<file>themes/default/mActionSquareCenter.svg</file>
<file>themes/default/mActionCircle3Tangents.svg</file>
<file>themes/default/mActionAddGeoPackageLayer.svg</file>
<file>icons/qgis_icon.svg</file>
<file>themes/default/mActionCircle2TangentsPoint.svg</file>
<file>themes/default/mActionRegularPolygonCenterPoint.svg</file>
</qresource>
<qresource prefix="/images/tips">
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Expand Down
116 changes: 116 additions & 0 deletions images/themes/default/mActionCircle2TangentsPoint.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
122 changes: 122 additions & 0 deletions images/themes/default/mActionRegularPolygonCenterCorner.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions images/themes/default/mActionRegularPolygonCenterPoint.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/app/CMakeLists.txt
Expand Up @@ -135,6 +135,7 @@ SET(QGIS_APP_SRCS
qgsmaptoolcircle2points.cpp
qgsmaptoolcircle3points.cpp
qgsmaptoolcircle3tangents.cpp
qgsmaptoolcircle2tangentspoint.cpp
qgsmaptoolcirclecenterpoint.cpp
qgsmaptooladdellipse.cpp
qgsmaptoolellipsefoci.cpp
Expand All @@ -149,6 +150,7 @@ SET(QGIS_APP_SRCS
qgsmaptoolsquarecenter.cpp
qgsmaptoolregularpolygon2points.cpp
qgsmaptoolregularpolygoncenterpoint.cpp
qgsmaptoolregularpolygoncentercorner.cpp

composer/qgsattributeselectiondialog.cpp
composer/qgscomposer.cpp
Expand Down Expand Up @@ -310,6 +312,7 @@ SET (QGIS_APP_MOC_HDRS
qgsmaptoolcircle2points.h
qgsmaptoolcircle3points.h
qgsmaptoolcircle3tangents.h
qgsmaptoolcircle2tangentspoint.h
qgsmaptoolcirclecenterpoint.h
qgsmaptooladdellipse.h
qgsmaptoolellipsefoci.h
Expand All @@ -324,6 +327,7 @@ SET (QGIS_APP_MOC_HDRS
qgsmaptoolsquarecenter.h
qgsmaptoolregularpolygon2points.h
qgsmaptoolregularpolygoncenterpoint.h
qgsmaptoolregularpolygoncentercorner.h

nodetool/qgsselectedfeature.h
nodetool/qgsnodeeditor.h
Expand Down

0 comments on commit 0204302

Please sign in to comment.