cfarmer
9f1a59f679
fix bug where k+1 closest feature are measured in point distance tool
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15153 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-02-10 17:32:07 +00:00
cfarmer
01893af455
allow for more precise grid dimentions in vector grid tool
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15152 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-02-10 17:30:43 +00:00
cfarmer
2868eea8dc
quick fix for problem when assigning crs of existing layer
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15151 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-02-10 17:28:26 +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
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
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
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
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
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
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
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
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
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
cfarmer
e2d0f00623
Select by location now works on full layer extent. Fixes #2210 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13915 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-14 09:52:13 +00:00
cfarmer
771fe9aaa1
Patch to fix (second problem) #2735 . Patch thanks to brushtyler.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13885 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-04 18:03:34 +00:00
jef
6c79e997f7
new fix for #2836
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13876 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-02 15:01:11 +00:00
jef
cc8ba684c9
revert r13855
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13875 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-07-02 14:33:48 +00:00
cfarmer
9c2efef7fc
patch to fix additional problem with #2430 thanks to brushtyler
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13861 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-30 22:54:16 +00:00
cfarmer
6f3384df41
fixes #2430 and speeds up random point generation on top of vectors significantly
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13860 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-30 22:50:17 +00:00
cfarmer
9060b5a904
patch from alex to fix #2735
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13859 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-30 22:49:20 +00:00
jef
121931ba1c
fix #2836
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13855 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-30 18:35:36 +00:00
jef
8b729f30c6
fix #2844
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13854 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-30 18:26:36 +00:00
jef
de1c494546
fix for #2833 and #2843
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13846 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-30 00:02:45 +00:00
jef
230aced5dd
fix #2833
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13785 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-23 09:31:09 +00:00
cfarmer
76d2a8fd4e
adds spin box to choose the number of nodes to approximate a circle for the buffer tool
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13729 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-06-13 22:46:00 +00:00
cfarmer
a7a8a29948
Fix output folder selection for split vector layers tool. Patch from alexbruy. Fixes #2725 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13527 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-18 19:01:38 +00:00
cfarmer
30caf1ae30
Fix merge all functionality in singleparts to multipart ftools function. Fixes #2550 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13506 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-16 19:11:12 +00:00
cfarmer
31817beb09
More specific warnings for geoprocessing tools when missing crs are detected. Addresses #2547 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13503 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-16 16:26:11 +00:00
jef
dfcc09f12d
fix ftools typo
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13498 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-16 11:19:13 +00:00
jef
9d206cc8fa
translation string fixes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13496 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-15 22:44:34 +00:00
cfarmer
f4760f23bf
New warning when creating empty multipart layer; Ok button disabled on all functions while running; General bug fixes. Fixes #2260 , #2057 , and #1986 . Another great patch from alexbruy :-)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13481 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-13 22:55:59 +00:00
cfarmer
7f7a5ac29c
Quick typo fix.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13480 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-13 22:52:11 +00:00
cfarmer
29756ec45a
Some simple bug fixes. Fixes #2695 . Patch from alexbruy.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13479 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-13 22:48:49 +00:00
cfarmer
b2dc354952
now supports fields containing non-ascii chars. Fixes #2496 . Patch from alexbruy
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13478 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-13 22:44:46 +00:00
cfarmer
b168560ba8
now supports fields containing Cyrillics. Fixes #2566 . Patch from alexbruy
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13477 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-05-13 22:42:42 +00:00