Skip to content

Commit

Permalink
Add undo/redo functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Dec 12, 2023
1 parent c4ddd88 commit 8833d9f
Show file tree
Hide file tree
Showing 9 changed files with 654 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/images.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,8 @@
<file>themes/qfield/nodpi/ic_hide_green_48dp.svg</file>
<file>themes/qfield/nodpi/ic_chevron_down.svg</file>
<file>themes/qfield/nodpi/ic_chevron_up.svg</file>
<file>themes/qfield/nodpi/ic_undo.svg</file>
<file>themes/qfield/nodpi/ic_redo.svg</file>
<file>themes/qfield/nodpi/ic_arrow_left_white_24dp.svg</file>
<file>themes/qfield/nodpi/ic_opacity_black_24dp.svg</file>
<file>themes/qfield/nodpi/ic_common_angle_white_24dp.svg</file>
Expand Down
15 changes: 15 additions & 0 deletions images/themes/qfield/nodpi/ic_redo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions images/themes/qfield/nodpi/ic_undo.svg
Loading
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/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ set(QFIELD_CORE_SRCS
geometryeditorsmodel.cpp
identifytool.cpp
layerobserver.cpp
featurehistory.cpp
layerresolver.cpp
layertreemapcanvasbridge.cpp
layertreemodel.cpp
Expand Down Expand Up @@ -164,6 +165,7 @@ set(QFIELD_CORE_HDRS
geometryeditorsmodel.h
identifytool.h
layerobserver.h
featurehistory.h
layerresolver.h
layertreemapcanvasbridge.h
layertreemodel.h
Expand Down
Loading

0 comments on commit 8833d9f

Please sign in to comment.