Skip to content

Commit

Permalink
Merge pull request #5922 from signedav/work_duplicategeom
Browse files Browse the repository at this point in the history
[FEATURE]  "Duplicate feature redigitized" in MapLayerActions
  • Loading branch information
m-kuhn committed Jan 8, 2018
2 parents 2b8143a + 0d1557c commit 9e704eb
Show file tree
Hide file tree
Showing 13 changed files with 841 additions and 278 deletions.
2 changes: 2 additions & 0 deletions images/images.qrc
Expand Up @@ -636,6 +636,8 @@
<file>themes/default/mIconPythonFile.svg</file>
<file>themes/default/mIconQptFile.svg</file>
<file>themes/default/mActionNewPage.svg</file>
<file>themes/default/mActionDuplicateFeatureDigitized.svg</file>
<file>themes/default/mActionDuplicateFeature.svg</file>
<file>themes/default/mActionExport.svg</file>
</qresource>
<qresource prefix="/images/tips">
Expand Down
141 changes: 141 additions & 0 deletions images/themes/default/mActionDuplicateFeature.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
130 changes: 130 additions & 0 deletions images/themes/default/mActionDuplicateFeatureDigitized.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/app/CMakeLists.txt
Expand Up @@ -69,6 +69,7 @@ SET(QGIS_APP_SRCS
qgswelcomepage.cpp

qgsmaptooladdfeature.cpp
qgsmaptooldigitizefeature.cpp
qgsmaptooladdpart.cpp
qgsmaptooladdring.cpp
qgsmaptoolfillring.cpp
Expand Down Expand Up @@ -300,6 +301,7 @@ SET (QGIS_APP_MOC_HDRS
qgswelcomepage.h

qgsmaptooladdfeature.h
qgsmaptooldigitizefeature.h
qgsmaptoolannotation.h
qgsmaptoolcircularstringradius.h
qgsmaptooladdpart.h
Expand Down

0 comments on commit 9e704eb

Please sign in to comment.