mhugent
5d1af70ad9
More merging of editing branch
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7882 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-09 16:14:17 +00:00
mhugent
9eba4b0c31
first part of advanced editing branch merge
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7880 c8812cc2-4d05-0410-92ff-de0c093fc19c
2008-01-09 14:40:21 +00:00
timlinux
017f965798
Removal of automake infrastructure - CMAKE will be the official build system from here forward
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7086 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-07-25 20:00:26 +00:00
mhugent
be40dae943
Made a toggle editing button instead of the (deactivated) start and stop buttons. The QAction for the toggle button is also used in the legend (right click menu) to have a consistent button/menu state
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6965 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-26 10:29:13 +00:00
mhugent
68510607ec
A tool to add polygons to multipolygon features
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6963 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-26 07:31:01 +00:00
mhugent
45b045f017
Added a tool to cut holes into polygons/multipolygons. Made QgsMapToolCapture a base class of QgsMapToolAddRing and QgsMapToolAddFeature. Many bugfixes, e.g. it should now be possible to edit a reprojected layer (but the snapping distance needs to be given in the source units of the edited layer)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6942 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-05-13 13:40:35 +00:00
wonder
46a2d125a2
Merged refactoring branch back to trunk.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6415 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-09 02:39:15 +00:00
gsherman
97c3eb3075
In Makefile.am added missing headers and EXTRA_DIST files needed for make release
...
Removed unused Makefile generation from configure.in
Changed version to 'Titan'
git-svn-id: http://svn.osgeo.org/qgis/trunk@6350 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-30 02:15:25 +00:00
timlinux
366b77c60b
Added icon for mapserver export tool
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6247 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-12 02:06:11 +00:00
g_j_m
4e0db539a7
Remove the sourceforge menu item (as suggested in ticket #285 ).
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@5888 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-09-30 06:58:22 +00:00
g_j_m
443e85bfb6
Use icon overlays for the editable and overview status of a layer
...
instead of separate icons in separate columns. Still only applies to
the actual layer file entry in the legend, but removes the need for
the extra columns. However, I'm hopeless at icon drawing...
These changes are a variation on the suggestions in ticket #191 .
git-svn-id: http://svn.osgeo.org/qgis/trunk@5616 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-07-20 09:34:04 +00:00
timlinux
4b28856b69
Make editing icons more consistent with other icons.
...
Disable tests in mac build script.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5519 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-06-15 23:26:50 +00:00
mhugent
75d9c89068
reenabled the possibility to copy/cut-paste geometries (in the digitizing toolbar)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@5489 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-05-26 08:40:36 +00:00
gsherman
fff1b7a249
Added missing icons for the nkids theme that casused crash. Fixes bug #65
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@5433 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-05-10 01:10:41 +00:00
mhugent
321a9225f7
added toolbar buttons for start/stop editing
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@5396 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-29 21:07:29 +00:00
mhugent
e8691f442c
changed icon name
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@5336 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-21 21:38:22 +00:00
timlinux
d743bdddc4
Some updates for qt designer plugin support - still in progress...
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@5133 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-04-02 22:57:22 +00:00
g_j_m
f75b809567
- Thread option actually creates a thread now
...
- Efficiency improvements (mostly caching of data)
- Bug fix for incorrect table display when changing databases
- Close PG connections when a new one is created
- Recgonise more PG geometry types
- Icon for PG GEOMETRY geometry types
git-svn-id: http://svn.osgeo.org/qgis/trunk@5043 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-17 04:17:02 +00:00
g_j_m
2a1887f614
Replace Q3ListView with QTable for the layer list
...
Provide framework for better response when populating layer list
- (finding the layer type can take some time with complex views and qgis
appears to hang)
- more to come...
Misc. code tidy up
git-svn-id: http://svn.osgeo.org/qgis/trunk@5016 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-03-13 12:24:11 +00:00
timlinux
db02696812
Add missing icon needed for Gavins recent commits
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4771 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-28 22:54:59 +00:00
timlinux
bc4acc9e9b
More updates to make icons clearer and more logically laid out
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4729 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 08:14:24 +00:00
timlinux
64eb796bc5
Refinements to icons for consistency and clarity
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4727 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-24 01:46:23 +00:00
mhugent
e990dec9f5
Added buttons and icons for add/delete/move Vertex and set mouseTracking true in QgsRubberBand
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4717 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-22 15:55:00 +00:00
timlinux
241f207495
Use a smaller icon for legend file group so that we can use smaller vert. spacing in legend
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4694 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-15 21:00:19 +00:00
timlinux
b27f352f81
Removed deprecated files
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4674 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-13 11:35:46 +00:00
timlinux
296023f67b
More icon cleanups
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4673 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-13 11:35:25 +00:00
timlinux
1777f15bbb
Converted to png
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4646 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-11 02:08:00 +00:00
timlinux
c039f78512
Shrink this somewhat oversized icon
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4639 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-10 08:47:51 +00:00
timlinux
16b1be6db3
Tidy up icons - move themable icons into themes and delete junk
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4638 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-10 08:32:48 +00:00
timlinux
c2b1285f4f
Updated the icons to be more consistent with rest of ui
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4636 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-10 08:11:11 +00:00
timlinux
516a61943f
Renamed these icons for consistency
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@4635 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-10 08:01:13 +00:00
timlinux
ef715a8e0e
Moved images svg themes and resources out of src/
...
Moved svg and themes into images dir
Tidy up to configure.in
git-svn-id: http://svn.osgeo.org/qgis/trunk@4492 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-01-07 02:25:11 +00:00