1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-04-01 00:05:25 -04:00

17 Commits

Author SHA1 Message Date
Juergen E. Fischer
82b6e0342a cosmetic cleanups, typo fixes, formatting 2014-10-21 01:33:20 +02:00
Martin Dobias
72b3ef742e More integration of layer tree view in QGIS app 2014-05-21 14:49:32 +07:00
Juergen E. Fischer
1a2c387d63 fix warnings 2013-03-30 11:38:55 +01:00
Larry Shaffer
2de2f2327e Limit canvas redraws when working with vector layer undo stack
- Fix unreported bug where clicking on group in legend would clear previously selected vector layer's undo stack
- Ensure empty view is created on project load (cosmetic)
2013-02-10 22:48:03 -07:00
Larry Shaffer
96565d1d12 Add empty QUndoView to QgsUndoWidget for initial show
- Shows disabled view instead of blank dock area (same as creating new project after closing project)
2013-01-25 19:02:54 -07:00
Larry Shaffer
7a82041245 Followup to 9069f3b
- Avoid canvas refresh when new command is added after user clicks back in undo view history
2012-12-18 02:15:17 -07:00
Larry Shaffer
9069f3bb90 Update undo/redo widget and vector layer rollback
- Allows for any number of undo/redo commands with only one refresh
- Significantly decreases time needed to cancel or redo many edits
- Disable undo/redo dock's widgets and toolbar actions when layer not in editing mode
2012-12-14 19:45:12 -07:00
Juergen E. Fischer
048a07a572 another copyright update 2012-10-08 00:29:13 +02:00
Etienne Tourigny
008592b002 move getThemeIcon() and getThemePixmap() to QgsApplication 2012-07-16 15:42:39 -03:00
Juergen E. Fischer
1e7b9ed0d4 add missing copyright headers to c++ files 2012-05-18 19:36:07 +02:00
Juergen E. Fischer
eae552ffa6 fix warnings and icon size of GRASS toolbar 2012-01-29 20:54:02 +01:00
Juergen E. Fischer
5a3a87fde2 [FEATURE] support 64bit feature ids 2011-06-16 20:30:07 +02:00
jef
9dd9f36450 [FEATURE]
- save edits button added (implements )
- subset option to layer menu (implements )
- show selected feature count in status bar (implements )
- temporary workaround for 
- refactored redundant code from legend to qgisapp:
  attribute table, save as, layer removal, layer properties
- some more cleanups



git-svn-id: http://svn.osgeo.org/qgis/trunk@13501 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-16 14:44:42 +00:00
timlinux
278e4a4b61 Reduce the mimimum size of the undo dock widget.
git-svn-id: http://svn.osgeo.org/qgis/trunk@11756 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-10-04 20:50:48 +00:00
jef
a5d5cf85d3 automatic indentation update (r10918-r10980)
git-svn-id: http://svn.osgeo.org/qgis/trunk@10981 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-06-26 15:29:46 +00:00
wonder
76dd50498a A bunch of fixes for node tool from Richard:
- fixed update of node tool vertex markers after undo 
- fixed a crash when trying to edit non-existent feature
- vertex markers are now QgsVertexMarker instances (i.e. don't scale when zooming)
- fixed moving of points in point layer
- original node is excluded when snapping

Fixed double map canvas refresh when doing edits.


git-svn-id: http://svn.osgeo.org/qgis/trunk@10947 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-06-18 10:15:09 +00:00
wonder
5752dc5bc6 [FEATURE] Added undo/redo functionality for vector layer editing.
There are undo/redo actions in Edit menu, in Advanced digitizing toolbar
and there is a new dock widget displaying undo stack of active layer.


git-svn-id: http://svn.osgeo.org/qgis/trunk@10921 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-06-14 14:21:44 +00:00