Alexander Bruy
54b2cd2c52
fix Intersect lines tool
2012-02-14 17:00:00 +02:00
Alexander Bruy
f827095642
fix Densify tool
2012-02-03 14:04:05 +02:00
Alexander Bruy
42617a0721
fTools: option to select create new shape or update existing layer when
...
exporting geometry column
2012-02-02 20:17:58 +02:00
Alexander Bruy
8fda99366b
[FATURE] fTools: option to export geometry column using layer CRS,
...
project CRS or ellipsoid
2012-02-02 20:17:58 +02:00
Juergen E. Fischer
c25ae5635c
even more font propagation
2012-01-26 00:54:56 +01:00
VKa
0498c95546
Fix Union tool to produce correct attribute table ( fix #4567 )
2012-01-11 14:51:57 +02:00
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
8b8d22ea22
new gis theme icon for Merge shapefiles tool. Thanks to Robert
2011-12-22 12:36:57 +02:00
Alexander Bruy
9f8f86db5e
introduced new plugin metadata entry "category". Show hint based on
...
category in Plugin Manager and update all core plugins respectively
2011-12-20 19:47:09 +02:00
Alexander Bruy
aa2e69a94d
quick temporary fix for fTools to work with new Vector menu
2011-12-20 19:47:08 +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
26528def45
[BACKPORT] don't block QGIS main window when running Merge shapefiles
...
tool. Partially addresses #4383
2011-11-12 13:00:57 +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
b74a515e94
cmake: replace deprecated SUBDIRS with ADD_SUBDIRECTORY
2011-05-27 22:45:08 +02: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
alexbruy
d8b56da8b2
display correct fTools version in About dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15319 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-03 12:20:34 +00:00
cfarmer
44441dec33
update version number again
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15304 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-03-01 09:14:12 +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
1fc2bd1dcf
Increases QGIS minimum version, and increases fTools version
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@15291 c8812cc2-4d05-0410-92ff-de0c093fc19c
2011-02-28 22:37:08 +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