Juergen E. Fischer
08cd87be44
processing: (redundant) translation string fixes
2014-06-20 09:58:53 +02:00
Alexander Bruy
23900ba55d
follow up e4f410b58
2014-04-26 19:20:40 +03:00
Matthias Kuhn
e4f410b589
[ftools] S'part to M'part with non-string columns and NULL values
...
Fix #8625
2014-01-30 23:59:31 +01:00
Salvatore Larosa
fb4409b24e
[ftools] fixes #8988
2013-11-03 15:05:11 +01:00
Salvatore Larosa
1deaeb0f7a
[ftools] disable add to canvas checkbox ìf out file is not selected
2013-11-03 15:04:46 +01:00
Alexander Bruy
e72088cddb
[fTools] homogenize UI (contributed by Salvatore Larosa)
2013-09-12 19:21:48 +03:00
Salvatore Larosa
0878fca4a1
[ftools] fix export/add geometry tool: refresh attributes map
2013-08-08 13:01:02 +02:00
Salvatore Larosa
7748102579
[ftools] fix polygon from layer extent tool:
...
with the "Calculate extent for each feature separately" option ticked, it generates a python error.
2013-08-06 00:17:30 +02:00
Juergen E. Fischer
b697371834
fix #8198
2013-06-29 19:28:23 +02:00
Matthias Kuhn
b96f67b838
[ftools] Fix "Polygon from layer extent" ( #8074 )
2013-06-16 11:06:11 +02:00
Alexander Bruy
a75563f299
more SIP updates for fTools
2013-06-03 16:16:04 +04:00
vinayan
58737b6831
[ Fix #7360 ] - Fix Dealauney to vector api changes
2013-04-15 18:03:26 +05:30
Alexander Bruy
1294190e77
fix Export geometry info tool ( fix #7354 )
2013-03-14 17:54:09 +04:00
Juergen E. Fischer
a86622b32c
fix #7179
2013-02-19 10:04:12 +01:00
Juergen E. Fischer
76d1403ebb
ftools api updates
2013-02-07 00:31:34 +01:00
Juergen E. Fischer
b35a45625f
fTools: fix add/export geometry columns
2013-02-06 00:13:36 +01:00
Juergen E. Fischer
7f7b5dd63e
more fTools api updates
2013-02-03 21:18:39 +01:00
Juergen E. Fischer
2f23b1e83b
first take on porting ftools to vector iterator api
2013-02-01 01:04:21 +01:00
Juergen E. Fischer
28ca48c4cf
more API updates to the python plugins
2013-01-04 23:02:44 +01:00
Juergen E. Fischer
9721736fd8
remove trailing blanks
2012-12-10 00:12:07 +01:00
Salvatore Larosa
1341a5537e
fix #2733
2012-05-29 18:36:19 +02:00
Juergen E. Fischer
d751036823
validation/geometry/threading fixes:
...
- fTools/polygon centroids: catch missing centroid with invalid geometry
(fixes #4963 )
- fTools/validate geometry:
* fix final position of progress bar
* don't use isGeosValid()
* zoom to feature on locationless errors (including OTFR support)
* store/restore dialog position
- QgsGeometry(Validator):
* log GEOS exceptions
* (closed) rings need at least 4 points not 3
* log error when geometry can't be exported to GEOS
* don't produce "geometry is valid" error
- improve logging from threads
* keep message output from main thread as popup
* log message from threads to message log (fixes crash on python error
in thread)
2012-05-25 14:08:58 +02:00
Alexander Bruy
d18529fc26
show warning before updating exisiting shapefile ( fix #5335 )
2012-05-16 17:23:38 +03:00
Alexander Bruy
d3a50e8bcb
add multipoint geometry support to Export/Add geometry column. Thanks to
...
Salvatore for investigating issue
2012-04-29 15:04:58 +03:00
Alexander Bruy
c89fec8e75
[FEATURE] fTools: allow to calculate extent not only for whole layer but
...
for individual features too
2012-03-06 20:33:46 +02:00
Alexander Bruy
3c7354e3d8
fix geometry column export when used calculation on ellipsoid
2012-03-01 13:02:00 +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
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
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
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
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
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
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
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
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
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
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
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
21a8a9e4f3
Much faster centroid computation, and simplified code. Also adds Alexander Bruy as fTools contributor.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13314 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-04-15 00:29:39 +00:00
cfarmer
fae4a08a8c
Uses Qt functions to determine output file name and path correctly (all? ftools output files should now be loaded with correct layer name). Fixes #2498 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13034 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-09 00:52:39 +00:00
cfarmer
1f0d1afa9a
Simplify geometry tool now works properly for multipart features. Note: tool now uses builtin simplify function from QgsGeometry (i.e. should be noticeably faster). Fixes #2493 and #2499 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@13033 c8812cc2-4d05-0410-92ff-de0c093fc19c
2010-03-09 00:22:34 +00:00
jef
90fe58308b
ftools i18n update
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12655 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-12-31 09:57:28 +00:00
jef
b426569724
fix #2056
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@12283 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-11-29 12:29:00 +00:00
jef
95ca955748
remove tons of pyuic4, pyrcc4 generated files and create them when building (apply #1877 )
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@11401 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-08-16 22:40:48 +00:00