301 Commits

Author SHA1 Message Date
brushtyler
8133a995d1 allowing unicode error messages
git-svn-id: http://svn.osgeo.org/qgis/trunk@15051 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-01-15 12:49:35 +00:00
brushtyler
d688368031 fixed minor issue refreshing extent
git-svn-id: http://svn.osgeo.org/qgis/trunk@14977 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-27 17:12:10 +00:00
brushtyler
1650e86b10 define extent for grid analisys, to fix #3332
git-svn-id: http://svn.osgeo.org/qgis/trunk@14976 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-27 16:55:17 +00:00
brushtyler
6fcb671a4d create VRT with recurse scan of dirs, to fix #3095
some code cleanup, 
updated labels when in batch mode to follow up the QGis HIG guideline


git-svn-id: http://svn.osgeo.org/qgis/trunk@14963 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-22 03:25:14 +00:00
cfarmer
5e0752fc6e Adds median value to summary when joining layers with numeric data
git-svn-id: http://svn.osgeo.org/qgis/trunk@14953 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-21 01:52:42 +00:00
brushtyler
4a4fea398b Added separate option to BuildVRT tool, to fix #3180
git-svn-id: http://svn.osgeo.org/qgis/trunk@14939 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-20 03:58:14 +00:00
brushtyler
8ab9d1d5b7 allow multiple values in proximity tool,
allow multiple no-data values in warp tool, 
fixed error in retrieving srs



git-svn-id: http://svn.osgeo.org/qgis/trunk@14938 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-20 03:34:51 +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
brushtyler
ad407f511b Managed the render flag in batch tools to avoid waste of time loading many layers, to fix #3254
git-svn-id: http://svn.osgeo.org/qgis/trunk@14875 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-09 00:53:56 +00:00
alexbruy
d45d038598 fix error in median value calculation
git-svn-id: http://svn.osgeo.org/qgis/trunk@14851 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-06 17:31:52 +00:00
timlinux
9d8d09bfd3 Fix poor english on gdal job completion dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@14829 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-12-02 21:35:43 +00:00
cfarmer
33ea700da4 some quick fixes to voronoi and delaunay tools
git-svn-id: http://svn.osgeo.org/qgis/trunk@14758 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-24 18:57:45 +00:00
cfarmer
45ded4ce09 adds option to use selected features only; addresses #2476
git-svn-id: http://svn.osgeo.org/qgis/trunk@14746 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-23 01:17:17 +00:00
cfarmer
fac2a3cc56 add some copywrite info
git-svn-id: http://svn.osgeo.org/qgis/trunk@14745 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-22 23:00:05 +00:00
cfarmer
8710328b43 [FEATURE] Adds voronoi polygon tool to Vector menu, addresses #2825; Also (partially) addresses #2546
git-svn-id: http://svn.osgeo.org/qgis/trunk@14744 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-22 22:49:39 +00:00
cfarmer
94ffa634e7 Removes extraneous minimum distance option (not currently a real option) from random points tool. Addresses #3213
git-svn-id: http://svn.osgeo.org/qgis/trunk@14734 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-21 22:33:42 +00:00
alexbruy
e2e17b4694 add missed GUI elements in GdalTools settings dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@14692 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-16 20:33:34 +00:00
alexbruy
2f85efe477 add new simplify tool to the fTools. Completed changes introduced in r14678
git-svn-id: http://svn.osgeo.org/qgis/trunk@14686 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-15 17:06:08 +00:00
cfarmer
3182ee40cc commit missing files for new simplify implementation by alexbruy
git-svn-id: http://svn.osgeo.org/qgis/trunk@14678 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-15 00:33:57 +00:00
cfarmer
7e75080176 change shortcut for vector menu from V (and e) to t... again
git-svn-id: http://svn.osgeo.org/qgis/trunk@14677 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-15 00:18:46 +00:00
cfarmer
6eee9684df change shortcut for vector menu from V to e (conflict with View)
git-svn-id: http://svn.osgeo.org/qgis/trunk@14676 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-15 00:16:45 +00:00
brushtyler
5fe962a149 created the Raster menu and moved the "raster calculator" to it
git-svn-id: http://svn.osgeo.org/qgis/trunk@14675 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-15 00:13:59 +00:00
cfarmer
9ab5f7de22 adds option to specify encoding for input tables. addresses #2628
git-svn-id: http://svn.osgeo.org/qgis/trunk@14670 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-14 22:49:46 +00:00
cfarmer
6bd3183945 quick typo fix
git-svn-id: http://svn.osgeo.org/qgis/trunk@14640 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-14 14:20:21 +00:00
cfarmer
f084b2c772 patch from alexbruy to make sure check_geometry works with current version of qgis (previous commit required SIP SIP >= 4.9.
git-svn-id: http://svn.osgeo.org/qgis/trunk@14639 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-14 14:02:42 +00:00
alexbruy
209fa1bba4 Add warning when no output file selected in the Merge tool in fTools. Fix #3210
git-svn-id: http://svn.osgeo.org/qgis/trunk@14634 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-14 09:56:52 +00:00
alexbruy
1c99de498c option to select separate shapefiles for merging with fTools
git-svn-id: http://svn.osgeo.org/qgis/trunk@14616 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-13 18:31:14 +00:00
cfarmer
ee601b0462 [FEATURE] completely new geometry checking tool for fTools. Significantly (big time) faster, more relevant error messages, and now supports zooming to errors. Thanks to jef for the new QgsGeometry.validateGeometry function. Fixes #3169 and #2611.
git-svn-id: http://svn.osgeo.org/qgis/trunk@14606 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-13 17:30:06 +00:00
borysiasty
195bcd0277 Plugin installer - fix typo
git-svn-id: http://svn.osgeo.org/qgis/trunk@14581 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-13 10:10:46 +00:00
borysiasty
295ab1b982 Plugin Installer update. New features: Upgrade All button, plugin count in the window title and Horst's repository
git-svn-id: http://svn.osgeo.org/qgis/trunk@14577 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-12 20:07:39 +00:00
rduivenvoorde
28605e9358 no OUTLINECOLOR if outlinestyle is None (thanks Michele De Santis)
git-svn-id: http://svn.osgeo.org/qgis/trunk@14547 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-11 19:02:29 +00:00
borysiasty
137298525d fix Python error when unloading the OSM plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@14545 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-11 18:36:08 +00:00
brushtyler
404d0aee46 Allow users to open the local gdal documentation by clicking on the Help button, to fix #3040
git-svn-id: http://svn.osgeo.org/qgis/trunk@14544 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-11 15:33:29 +00:00
borysiasty
bdd7a877bd git-svn-id: http://svn.osgeo.org/qgis/trunk@14541 c8812cc2-4d05-0410-92ff-de0c093fc19c 2010-11-11 06:08:19 +00:00
cfarmer
faa3eb8356 updates to union tool: more checks on GEOS processing; when geometry collection created, take only relevant geometries; should address #3071 (and possibly #3013); also adds ability to run almost all geoprocessing tools on almost all geometry types
git-svn-id: http://svn.osgeo.org/qgis/trunk@14537 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-08 23:17:19 +00:00
cfarmer
fb942e6a53 quick fix for exporting the geometry of 2.5D features, fixes #3149
git-svn-id: http://svn.osgeo.org/qgis/trunk@14536 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-08 23:06:50 +00:00
brushtyler
838b614df5 split extent on comma in GdalTools Merge tool, to fix #3092
git-svn-id: http://svn.osgeo.org/qgis/trunk@14513 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-05 13:35:23 +00:00
borysiasty
5bcdfb00e1 Plugin installer update
git-svn-id: http://svn.osgeo.org/qgis/trunk@14472 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-11-01 00:52:20 +00:00
borysiasty
bd65124802 Plugin installer update
git-svn-id: http://svn.osgeo.org/qgis/trunk@14471 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-31 23:36:26 +00:00
jef
4b6a6aa502 rollback accidentally commit file of r14465
git-svn-id: http://svn.osgeo.org/qgis/trunk@14466 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-31 18:04:50 +00:00
jef
7f2b541326 fix r14462
git-svn-id: http://svn.osgeo.org/qgis/trunk@14465 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-31 17:56:42 +00:00
wonder
b21f5e6efc Fix occasionally appearing bug in OSM plugin (#3150, #3076, #3025)
git-svn-id: http://svn.osgeo.org/qgis/trunk@14453 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-30 10:00:31 +00:00
brushtyler
6253fb72fe applied the patch suggested in ticket #3151,
fix in translate to use the GdalTools_utils to get the crs, 
managed invalid extent in merge tool


git-svn-id: http://svn.osgeo.org/qgis/trunk@14450 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-10-29 22:07:56 +00:00
brushtyler
0423390f4d applied patch attached to #2932 to improve build overviews (gdaltools).
Thanks to Duarte!


git-svn-id: http://svn.osgeo.org/qgis/trunk@14105 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-18 10:24:34 +00:00
brushtyler
62d1637fd6 fixed nodata max and min value
corrected the spinboxes width
fixed issue using Arc/Info ASCII Grid as output format 


git-svn-id: http://svn.osgeo.org/qgis/trunk@14074 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-13 01:00:58 +00:00
jef
d61b908071 fix some typos
git-svn-id: http://svn.osgeo.org/qgis/trunk@14044 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-10 20:18:41 +00:00
brushtyler
d08f7cdb06 Applied patch from #2930: improve GdalTools Translate dialog.
Contributed by Duarte Carreira, thanks!


git-svn-id: http://svn.osgeo.org/qgis/trunk@14020 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-06 16:43:14 +00:00
brushtyler
504ae2fdb7 aligned to GdalTools v1.2.8
git-svn-id: http://svn.osgeo.org/qgis/trunk@14019 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-08-06 16:15:15 +00:00
alexbruy
72c7def022 allow users to enter path to shapefiles manually in Merge shapefiles tool (apply #2897)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13963 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-25 16:14:36 +00:00
rduivenvoorde
5394fddc4f removed obsolete &SERVICE=WMS from status-message for mode=map url
git-svn-id: http://svn.osgeo.org/qgis/trunk@13954 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-23 15:28:50 +00:00