130 Commits

Author SHA1 Message Date
timlinux
f4346af30e Updated icon from local histogram stretch from Robert (thanks Robert)
git-svn-id: http://svn.osgeo.org/qgis/trunk@15206 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-02-19 09:47:10 +00:00
timlinux
38c1f2c818 Added dedicated dialog for the sponsors. No longer parse sponsors from sponsors text file, just edit the html in the dialog directly.
git-svn-id: http://svn.osgeo.org/qgis/trunk@15195 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-02-18 13:28:33 +00:00
timlinux
6e701ec090 Added local histogram stretch icon to the new raster toolbar and wired it up so it works
git-svn-id: http://svn.osgeo.org/qgis/trunk@15192 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-02-18 10:30:56 +00:00
mhugent
f1a655f480 [FEATURE]: experimental table join support refactored and ported from branch to trunk
git-svn-id: http://svn.osgeo.org/qgis/trunk@15155 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-02-11 16:23:17 +00:00
wonder
92e2d73585 Better style manager dialog with icons from Robert Szczepanek.
git-svn-id: http://svn.osgeo.org/qgis/trunk@14913 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-14 22:09:39 +00:00
wonder
3a18bddada [FEATURE] Support for icons of plugins in the plugin manager dialog.
Both C++ and Python plugins now can implement icon() metadata function which returns path to the icon file name.
The icon file is passed to QPixmap() constructor. For C++ it's preferred to use an icon from the resource file
(e.g. ":/plugins/foo/foo_icon.png") because plugin's resource file gets loaded automatically when the plugin is loaded.
Python plugins can use either relative path to the icon ("images/plugin-icon.png") or icon from the resource file
(starting with a colon). The relative path is preferred, since it doesn't require the plugin to load its resource file
and plugin repository will not have a trouble to fetch the icon automatically.

Updated C++ plugins and Python plugins to include icon where applicable.

Default plugin icon is (c) Anna Shlyapnikova, licensed under Creative Commons (Attribution 3.0 Unported).


git-svn-id: http://svn.osgeo.org/qgis/trunk@14897 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-12 19:19:54 +00:00
mhugent
ac51927071 [FEATURE]: move/rotate/change label edit tools to interactively change data defined label properties
git-svn-id: http://svn.osgeo.org/qgis/trunk@14697 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-17 15:01:15 +00:00
jef
b1bf738ad8 [FEATURE] improve attribute handling
- optionally reuse entered attribute values for next digitized feature
- allow merging/assigning attribute values to a set of features


git-svn-id: http://svn.osgeo.org/qgis/trunk@14599 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-13 15:45:44 +00:00
borysiasty
c799b1739b fix georeferencer plugin gis style icon - patch from Milena
git-svn-id: http://svn.osgeo.org/qgis/trunk@14522 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-06 22:52:03 +00:00
timlinux
3265dfb482 Fix for missing table icons for non spatial layers
git-svn-id: http://svn.osgeo.org/qgis/trunk@14407 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-18 21:29:56 +00:00
jef
53447de4e5 add table icon and fix warnings related to geometryless layers
git-svn-id: http://svn.osgeo.org/qgis/trunk@14216 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-09-10 14:40:53 +00:00
jef
cf578ef78e remove .cvsignore files
git-svn-id: http://svn.osgeo.org/qgis/trunk@14165 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-28 22:35:41 +00:00
jef
29fa6f29ea add advanced selection tools from Jeremy Palmer. Thanks. (apply #2938)
git-svn-id: http://svn.osgeo.org/qgis/trunk@14071 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-12 16:59:57 +00:00
mhugent
9d3649bceb Added annotation icons provided by Robert. Thanks\!
git-svn-id: http://svn.osgeo.org/qgis/trunk@13736 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-14 19:06:37 +00:00
borysiasty
d22834a36a gis theme icons for annotation tools from Robert Szczepanek
git-svn-id: http://svn.osgeo.org/qgis/trunk@13718 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-12 12:36:00 +00:00
borysiasty
4fe3c89c94 fix #2677: colorful answer from Robert Szczepanek
git-svn-id: http://svn.osgeo.org/qgis/trunk@13716 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-12 11:35:39 +00:00
mhugent
c0e7506d9e Move Martins labeling-ng from plugin to core/app
git-svn-id: http://svn.osgeo.org/qgis/trunk@13607 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-31 15:05:23 +00:00
jef
9dd9f36450 [FEATURE]
- save edits button added (implements #2579)
- subset option to layer menu (implements #2660)
- show selected feature count in status bar (implements #2708)
- temporary workaround for #2714
- 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
jef
1541ff5225 update permissions
git-svn-id: http://svn.osgeo.org/qgis/trunk@13463 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-10 18:52:30 +00:00
mhugent
7ba75be847 [FEATURE]: text and form annotation tools are now in gui and app
git-svn-id: http://svn.osgeo.org/qgis/trunk@13189 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-29 12:11:48 +00:00
borysiasty
c2aae20384 gis theme icons for mActionMeasureAngle and Mapserver Export Plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@12921 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-10 19:19:33 +00:00
borysiasty
7f6c995018 remove a depreciated icon file
git-svn-id: http://svn.osgeo.org/qgis/trunk@12800 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-01-20 10:18:27 +00:00
timlinux
583d56b5ab Added gps tracker widget. This work was sponsored by http://gonavigo.ca/. We thank them for their support
git-svn-id: http://svn.osgeo.org/qgis/trunk@12692 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-01-07 17:06:16 +00:00
mhugent
8545ed7ea7 [FEATURE]: A tool to measure angles
git-svn-id: http://svn.osgeo.org/qgis/trunk@12663 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-01-02 14:39:00 +00:00
borysiasty
6d0d3d43c0 GIS theme icon update from Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk@12494 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-16 21:04:32 +00:00
borysiasty
9397a9609c more GIS icons from Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk@12485 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-15 23:53:52 +00:00
borysiasty
653cde8a6a more GIS icons from Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk@12484 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-15 22:48:03 +00:00
borysiasty
2285668315 Separate icons for mActionShowComposerManager and mActionFilePrint
git-svn-id: http://svn.osgeo.org/qgis/trunk@12479 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-15 20:39:23 +00:00
timlinux
400830b9e3 More iconography updates from Anita Graser
git-svn-id: http://svn.osgeo.org/qgis/trunk@12456 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-14 21:06:45 +00:00
timlinux
6c15f02c1e Updated network icon from Anita
git-svn-id: http://svn.osgeo.org/qgis/trunk@12284 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-29 12:54:00 +00:00
timlinux
164c5f6f89 Property icon updates from Anita Graser
git-svn-id: http://svn.osgeo.org/qgis/trunk@12264 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-26 22:37:14 +00:00
mhugent
af96cfd9fe [FEATURE]: arrow item for composer. Custom arrow heads from svg files are planned for the near future
git-svn-id: http://svn.osgeo.org/qgis/trunk@12248 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-25 10:17:28 +00:00
timlinux
c2b76d9b90 Move property icons into default theme rather so that proper icon fallback support is available for non implementing themes. Enable icon for diagram overlay property icon in vector props dialog.
git-svn-id: http://svn.osgeo.org/qgis/trunk@12236 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-23 21:22:31 +00:00
timlinux
53be3e14cd Property icon updates from Anita
git-svn-id: http://svn.osgeo.org/qgis/trunk@12234 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-23 20:59:02 +00:00
timlinux
44ed8f4a04 Dont install themes anymore since they will live in a resource archive
git-svn-id: http://svn.osgeo.org/qgis/trunk@12228 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-22 23:21:18 +00:00
timlinux
47ecdeb805 Initial commit of Anita Graser's property list icons (they are still a work in progress)
git-svn-id: http://svn.osgeo.org/qgis/trunk@12226 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-22 23:10:33 +00:00
jef
ad61532237 [FEATURE] remove selections of all layers (fixes #2135)
git-svn-id: http://svn.osgeo.org/qgis/trunk@12224 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-22 21:50:09 +00:00
mhugent
b007b8833f Add a new composer item to draw basic shapes (atm ellipse, rectangle, triangle), fix some composer related bugs and bring rotation to composer item level
git-svn-id: http://svn.osgeo.org/qgis/trunk@12183 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-19 09:04:33 +00:00
wonder
961742e243 Symbology-NG branch merged to trunk. This includes also work on labeling done during my GSoC'09.
git-svn-id: http://svn.osgeo.org/qgis/trunk@12139 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-16 10:36:24 +00:00
timlinux
61422e1838 Dont descend plugins dir
git-svn-id: http://svn.osgeo.org/qgis/trunk@12064 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-10 10:35:26 +00:00
timlinux
00a367ee4d Added newgis theme which is a revision by Anita Graser of the original GIS theme by Robert. Note that this newgis theme will replace the GIS theme once we have discussed with Robert and Anita has completed her revision.
git-svn-id: http://svn.osgeo.org/qgis/trunk@12061 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-09 22:10:17 +00:00
mhugent
24d74822cf [FEATURE]: Possibility to have several composers in one project
git-svn-id: http://svn.osgeo.org/qgis/trunk@11865 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-10-29 13:17:57 +00:00
mhugent
59a486bd71 [FEATURE]: A field calculator, accessible with a button in the attribute section of the vector properties
git-svn-id: http://svn.osgeo.org/qgis/trunk@11735 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-30 07:14:54 +00:00
mhugent
94e76d8535 [FEATURE]: add tool to graphically rotate points (by changing the value of the rotation field). Needs some more beautifying, perhaps a nicer arrow
git-svn-id: http://svn.osgeo.org/qgis/trunk@11671 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-16 19:02:26 +00:00
jef
44b7fd348a fix more line endings
git-svn-id: http://svn.osgeo.org/qgis/trunk@11650 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-09-13 10:49:37 +00:00
mhugent
20591bac19 [FEATURE] A reshape tool to apply to line/polygon geometries. The part of a geometry between the first and last intersection of the reshape line will be replaced
git-svn-id: http://svn.osgeo.org/qgis/trunk@11500 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-25 19:54:28 +00:00
borysiasty
dd371339de Fix wrong icons in the Map Composer
git-svn-id: http://svn.osgeo.org/qgis/trunk@11472 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-21 21:41:33 +00:00
borysiasty
2e219b6a2e better gis theme icons
git-svn-id: http://svn.osgeo.org/qgis/trunk@11449 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-20 08:44:23 +00:00
borysiasty
01c98ff608 more gis theme icons from Robert Szczepanek
git-svn-id: http://svn.osgeo.org/qgis/trunk@11448 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-19 21:32:56 +00:00
mhugent
3fe19fb588 Moved saveAsPDF icon from classic to default
git-svn-id: http://svn.osgeo.org/qgis/trunk@11396 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-16 15:00:17 +00:00