Juergen E. Fischer
e6167d2424
fix #4523 :
...
- make geometry validation optional: none, QGIS and GEOS
- move internal validation to QgsGeometryValidator thread
- cache wkt in QgsCoordinateReferenceSystem
- fTools: leave progress of geometry validatation at 100%
- move coordinate capture to vector menu
2012-01-03 05:17:16 +01:00
Alexander Bruy
42a09af84b
[BACKPORT] display CRS in fTools as authid-description pair
2011-12-23 18:43:13 +02:00
Alexander Bruy
a20cec3824
[BACPORT] fix Merge shapefile to one crash when used layers mode
2011-12-17 14:32:25 +02:00
Alexander Bruy
f61988e77e
[BACKPORT] sort layers and fields alphabetically in fTools ( fix #4412 )
2011-12-14 12:21:34 +02:00
Alexander Bruy
1a7d90992a
remove debug output from fTools (again)
2011-12-10 12:58:05 +02:00
Alexander Bruy
81346a4ebe
remove some debug output from fTools
2011-12-09 17:18:04 +02:00
Alexander Bruy
a129207dea
[BACKPORT] don't change cursor to hourglass for fTools that runs in
...
separate thread
2011-12-05 16:39:11 +02:00
Alexander Bruy
a00ef42a75
[BACKPORT] run Split vector layer tool in separate thread to prevent UI
...
blocking
2011-12-05 16:35:04 +02:00
Alexander Bruy
33b7e314bc
[BACKPORT] Union and Symetrical difference works only on whole layer
2011-11-12 22:16:50 +02:00
Alexander Bruy
7cd2850da5
[BACKPORT] fix holes in Union output ( fix #3581 )
2011-11-12 22:12:56 +02:00
Alexander Bruy
d3fe1941fd
[BACKPORT] fTools: update layers lists after adding new layer to TOC ( fix #4318 )
2011-11-12 13:05:27 +02:00
Alexander Bruy
c1050fee68
[BACKPORT] remove executable flag from fTools sources
2011-11-12 12:57:35 +02:00
Alexander Bruy
ad1a4e2cde
[FEATURE] Densify geometries tool for fTools ( fix #3628 ). Still without
...
icon
2011-11-12 12:50:51 +02:00
Alexander Bruy
48112cc1bc
[FEATURE] Build spatial index tool for fTools (see #2779 ). Currently
...
without icon
2011-11-12 12:42:30 +02:00
Alexander Bruy
aa121bf67a
[BACKPORT] increase maximum points count in Random Points tool
2011-08-04 18:21:56 +03:00
Alexander Bruy
ccea540242
[BACKPORT]fix RandomPoints crash when there are NULL values in
...
attributes
2011-07-29 19:57:22 +03:00
Juergen E. Fischer
bf4d8874d1
implement #3850
2011-05-27 19:29:20 +02:00
Alexander Bruy
6327b2e224
allow merging shapefiles with different attribute tables ( fix #3010 )
2011-05-12 19:42:24 +03:00
Alexander Bruy
8eac180f06
Display current filename in progressbar when merging and add option to
...
select encoding for input files
2011-05-11 20:09:08 +03:00
alexbruy
6dc6ac7e0e
fix progressbar behaviour in Merge shapefiles tool
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15777 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-04-20 13:23:12 +00:00
alexbruy
3c0f834e6e
extend default field width in fTools Export/Add Geometry column to fix #3500
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15739 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-04-17 05:49:15 +00:00
jef
48900197bc
fix #3661
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15610 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-26 22:29:20 +00:00
cfarmer
242c315116
fixes problem with output type when using multipart to singleparts tool. Thanks to Luiz Motta for the fix.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15451 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-12 15:51:20 +00:00
cfarmer
c08e1a424f
dummy commit to reflect changes to address #3148 : writing output with conflicting field names now handled gracefully by writer (or caught ahead of time by fTools)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15385 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-08 00:09:39 +00:00
cfarmer
b4880375ed
python/plugins/fTools/tools/doJoinAttributes.py
...
python/plugins/fTools/tools/frmJoinAttributes.ui
python/plugins/fTools/tools/doReProject.py
python/plugins/fTools/tools/frmReProject.ui
python/plugins/fTools/ftools_help.xsl
python/plugins/fTools/doAbout.py
python/plugins/fTools/frmAbout.ui
python/plugins/fTools/__init__.py
python/plugins/fTools/CMakeLists.txt
python/plugins/fTools/fTools.py
python/plugins/fTools/ftools_help.xml
git-svn-id: http://svn.osgeo.org/qgis/trunk@15384 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-07 23:29:15 +00:00
alexbruy
8d1b9e5853
add option to select shapefile geometry in merge shapes tool
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15370 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-06 19:35:26 +00:00
borysiasty
c85fe42b60
revert r15340 as it doesn't solve anything
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15341 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-05 15:58:21 +00:00
borysiasty
2712098f56
fix #3362
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15340 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-05 15:46:37 +00:00
alexbruy
d9533d424f
use crs() instead of deprecated srs()
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15322 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-03 17:27:25 +00:00
alexbruy
3c8d31dd13
get uniquie values from provider instead of using own function
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15320 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-03 12:30:06 +00:00
cfarmer
9bea2bc5e9
removes symbology which may cause problems with new/old symbology
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15292 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-02-28 22:40:23 +00:00
cfarmer
84bab934f9
[FEATURE] Adds 'Lines to polygons' tool to fTools. Thanks to Piotr Pociask for the patch.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15290 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-02-28 22:35:47 +00:00
cfarmer
8781ff4ce4
adds marker at location of geometry errors
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15289 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-02-28 22:31:07 +00:00
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
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
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