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
cfarmer
aacd9f60a9
fix typo in simply_geometry function
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10833 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-05-21 12:34:23 +00:00
cfarmer
7f4f03e60a
fixes output attributes for delaunay triangulation function
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10513 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-09 00:47:55 +00:00
cfarmer
8d6af9ec7a
udpates to centroid function, should work with any and all projections
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10503 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-04-07 23:07:09 +00:00
cfarmer
f36f14d507
Fixes polygon centroids tool, updates version number and about dialog
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10422 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-26 21:25:03 +00:00
cfarmer
f882040718
add two new tools - polygon from layer extent - delaunay triangulaltion
...
changes to menu item - sampling tools -> research tools
git-svn-id: http://svn.osgeo.org/qgis/trunk@10265 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-03-09 00:20:39 +00:00
jef
79febc8a97
cleanup line endings and some typos in fTools
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10080 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-02-01 15:44:02 +00:00
cfarmer
cb449d0627
change ftools directory to fTools
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@10074 c8812cc2-4d05-0410-92ff-de0c093fc19c
2009-01-31 20:01:11 +00:00