Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added infrastructure for vector editing undo/redo functionality.
Note - when implementing edit tools for vector layer: All editation should be done between beginEditCommand() and endEditCommand() calls so that the operation are stored. Note - when doing changes inside QgsVectorLayer code: When doing any changes inside QgsVectorLayer they should be done using edit*() functions and _not_ directly e.g. mChangedGeometries[fid] = (...) otherwise the change won't be stored in the undo stack and it would lead to invalid behaviour of undo. git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10920 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
wonder
committed
Jun 14, 2009
1 parent
d88e175
commit 9156371
Showing
9 changed files
with
718 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.