229 Commits

Author SHA1 Message Date
timlinux
171a6b8a98 On discussion with Robert, also use desaturated icons for layer type icons. Updated stop rendering icon with one contributed by Robert.
git-svn-id: http://svn.osgeo.org/qgis/trunk@15455 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-12 20:44:02 +00:00
timlinux
d877f7cca2 Use muted icons in status bar (based on article I read on a non distracting ui)
git-svn-id: http://svn.osgeo.org/qgis/trunk@15446 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-12 07:16:15 +00:00
timlinux
6d1abdd2f2 Deleted this file - I think it was added by mistake
git-svn-id: http://svn.osgeo.org/qgis/trunk@15442 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-12 05:35:39 +00:00
borysiasty
b61b973332 more gis theme icons from Robert
git-svn-id: http://svn.osgeo.org/qgis/trunk@15440 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-12 00:51:07 +00:00
timlinux
c1df06cdd6 [FEATURE] Added histogram stretch to full dataset icon to raster toolbar
git-svn-id: http://svn.osgeo.org/qgis/trunk@15432 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-11 14:44:05 +00:00
borysiasty
19e123f522 fix r15352
git-svn-id: http://svn.osgeo.org/qgis/trunk@15365 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-06 16:58:47 +00:00
jef
f91642fc47 [FEATURE] allow setting CRS for multiple layers at once
git-svn-id: http://svn.osgeo.org/qgis/trunk@15352 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-06 02:18:18 +00:00
timlinux
a75d755cfa Use transparent png rather
git-svn-id: http://svn.osgeo.org/qgis/trunk@15309 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-02 10:16:18 +00:00
timlinux
d453752bf7 Added new images folder for tip images and new tip from Alister Hood which demonstrates how to add a tip with an image. Note the use of alias in the qrc file.
git-svn-id: http://svn.osgeo.org/qgis/trunk@15307 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-02 09:54:44 +00:00
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
dassau
02bbe18a9a small hint where to find the medals at qgis.org
git-svn-id: http://svn.osgeo.org/qgis/trunk@15194 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-02-18 11:30:19 +00:00
dassau
3c42a0fa90 added sponsor medals from 2010 and 2011
git-svn-id: http://svn.osgeo.org/qgis/trunk@15193 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-02-18 11:28:18 +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
gsherman
2a0290f80f Remove developer image as requested
git-svn-id: http://svn.osgeo.org/qgis/trunk@14747 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-23 03:15:55 +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
macho
6ea778d9cc update for splash screen .. hope the ugly frame is gone now
git-svn-id: http://svn.osgeo.org/qgis/trunk@14669 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-14 22:49:08 +00:00
macho
23fe3591a2 new trunk splash.. Wrozlaw Hackfest nearly over
git-svn-id: http://svn.osgeo.org/qgis/trunk@14656 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-14 21:17:56 +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
timlinux
360674442e Show something different for trunk
git-svn-id: http://svn.osgeo.org/qgis/trunk@14543 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-11 11:23:50 +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
timlinux
15ce2ed8f1 Copiapo it the new in thing...
git-svn-id: http://svn.osgeo.org/qgis/trunk@14389 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-17 19:28:54 +00:00
jef
e82a8f8c6a automatic indentation update (r13658-r14312)
git-svn-id: http://svn.osgeo.org/qgis/trunk@14313 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-09-29 20:39:42 +00:00
timlinux
b104ecaa18 New splash for 1.6
git-svn-id: http://svn.osgeo.org/qgis/trunk@14225 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-09-14 13:24:23 +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
timlinux
81dd9405d8 Added SJJB icons - see http://www.sjjb.co.uk/mapicons/introduction
git-svn-id: http://svn.osgeo.org/qgis/trunk@14131 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-23 14:40:16 +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
timlinux
47df2962ea Interim splash screen for trunk
git-svn-id: http://svn.osgeo.org/qgis/trunk@14067 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-11 21:30:58 +00:00
timlinux
5d09df1691 Tidy up north arrows
git-svn-id: http://svn.osgeo.org/qgis/trunk@13978 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-29 01:21:25 +00:00
timlinux
2695fcdaec Added north arrows from Nikos Alexandris
git-svn-id: http://svn.osgeo.org/qgis/trunk@13955 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-24 04:13:29 +00:00
timlinux
2d6defd64c Updated web banner images - version is 1.5 - thanks Milena :-)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13918 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-17 10:04:52 +00:00
timlinux
d95038d01f Updated web banner images
git-svn-id: http://svn.osgeo.org/qgis/trunk@13917 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-17 09:48:25 +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
timlinux
858fe50eda Updated splash for release
git-svn-id: http://svn.osgeo.org/qgis/trunk@13629 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-02 21:19:09 +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
timlinux
289d558a82 New splash for tethys (1.5)
git-svn-id: http://svn.osgeo.org/qgis/trunk@12980 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-02-27 17:19:14 +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
mhugent
39e7009c26 Remove deprecated icon file from list in images.qrc
git-svn-id: http://svn.osgeo.org/qgis/trunk@12802 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-01-20 12:07:47 +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
mhugent
f0bbbb438c add measure angle icon to qrc file again
git-svn-id: http://svn.osgeo.org/qgis/trunk@12714 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-01-08 21:45:53 +00:00