wonder
7fd5ba816a
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@10920 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-06-14 14:17:18 +00:00
..
2009-05-14 15:58:24 +00:00
2009-05-14 15:58:24 +00:00
2008-11-26 11:01:03 +00:00
2008-08-27 21:56:29 +00:00
2009-02-27 13:57:26 +00:00
2009-02-28 14:35:45 +00:00
2009-03-13 20:46:02 +00:00
2009-03-13 20:46:02 +00:00
2009-03-13 20:46:02 +00:00
2009-02-28 14:35:45 +00:00
2009-03-13 20:46:02 +00:00
2007-01-09 02:39:15 +00:00
2008-10-10 20:02:22 +00:00
2008-11-06 15:16:08 +00:00
2008-11-01 18:36:02 +00:00
2008-10-19 19:20:42 +00:00
2008-11-09 00:14:12 +00:00
2008-11-09 00:14:12 +00:00
2009-04-26 22:49:37 +00:00
2008-10-20 20:41:06 +00:00
2008-11-12 19:54:21 +00:00
2008-07-16 09:21:41 +00:00
2009-05-22 10:58:55 +00:00
2008-10-16 17:30:14 +00:00
2008-11-17 16:04:30 +00:00
2008-11-17 16:04:30 +00:00
2009-02-27 13:57:26 +00:00
2008-08-24 14:07:06 +00:00
2009-06-14 14:17:18 +00:00
2009-01-16 21:08:35 +00:00
2009-04-04 22:23:50 +00:00
2008-08-26 21:08:57 +00:00
2008-08-24 14:07:06 +00:00
2007-01-09 02:39:15 +00:00
2009-05-14 15:58:24 +00:00
2009-02-27 13:57:26 +00:00
2008-08-23 09:19:49 +00:00
2008-08-23 19:55:27 +00:00
2007-01-09 02:39:15 +00:00
2009-03-18 05:38:23 +00:00
2008-11-01 22:27:37 +00:00
2009-06-05 13:13:45 +00:00
2008-12-15 13:15:47 +00:00
2008-09-12 23:48:55 +00:00
2008-11-01 18:36:02 +00:00
2008-11-01 18:36:02 +00:00
2008-11-01 18:36:02 +00:00
2008-01-11 06:38:10 +00:00
2009-01-15 18:02:58 +00:00
2008-11-17 16:04:30 +00:00
2008-10-06 13:00:45 +00:00
2009-04-13 12:29:59 +00:00
2009-03-13 20:46:02 +00:00
2008-11-09 00:14:12 +00:00
2008-10-10 20:02:22 +00:00
2009-04-05 16:46:13 +00:00
2008-11-09 00:14:12 +00:00
2009-06-09 06:57:55 +00:00
2007-04-02 18:24:51 +00:00
2009-04-13 10:55:56 +00:00
2008-10-10 20:02:22 +00:00
2009-06-11 07:23:31 +00:00
2008-10-10 20:02:22 +00:00
2009-06-14 14:17:18 +00:00
2009-05-14 15:58:24 +00:00