Juergen E. Fischer
8f25bcfd20
fix #7172
2013-02-18 00:27:30 +01:00
Juergen E. Fischer
d8ec492dec
fix #7172 and #7174
2013-02-17 22:21:34 +01:00
Juergen E. Fischer
ddaded8ebb
fix #7171
2013-02-17 11:10:48 +01:00
Juergen E. Fischer
92cbf8f506
ftools api update ( fixes #7130 )
2013-02-09 20:59:54 +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
2a2d9444cf
more api updates in ftools
2013-02-02 17:51:02 +01:00
Juergen E. Fischer
b74cb5fe4a
fTools: fix error basic statistics
2013-02-01 12:05:16 +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
298f0c000e
cleanup doIntersectLines.py and fix #7021
2013-01-25 20:40:20 +01:00
Alexander Bruy
07772f13f6
fix output of the eliminate slivers polygon tool (fix 6925). Patch by
...
Bernhard Strobl
2013-01-22 12:22:17 +04:00
Salvatore Larosa
5b06de9935
fix #4534
2013-01-08 10:24:07 +01:00
Juergen E. Fischer
28ca48c4cf
more API updates to the python plugins
2013-01-04 23:02:44 +01:00
Juergen E. Fischer
1bda31d4b3
fTools: replace QgsRectangle.expand with .scale
2013-01-04 01:25:02 +01:00
Juergen E. Fischer
f75803ea80
python plugins: replace QgsMapRenderer.destinationSrs() with destinationCrs() ( closes #6391 )
2013-01-04 00:51:41 +01:00
Bernhard Ströbl
aef3f345fb
fix #6925
...
fTools' eliminate now works if the polygon to merge with has an id of 0
2013-01-03 09:29:13 +01:00
Juergen E. Fischer
ce6aab704f
fix #5251
2012-12-29 22:16:48 +01:00
Alexander Bruy
e742d5e63e
fix python plugins after API cleanup
2012-12-24 11:48:08 +02:00
Juergen E. Fischer
9721736fd8
remove trailing blanks
2012-12-10 00:12:07 +01:00
Juergen E. Fischer
44aa83b6af
fix 45a933a4
2012-12-02 01:37:35 +01:00
Juergen E. Fischer
45a933a456
german translation update
2012-12-02 01:16:22 +01:00
Alexander Bruy
24e259bdb3
[FEATURE] Possibility to save error messages as shapefile from check
...
geometry validity tool. Contributed by Salvatore Larosa
2012-11-26 10:42:15 +02:00
Alexander Bruy
a2d434700d
[FEATURE] Eliminate tool for fTools, contributed by Bernhard Strobl
2012-11-09 20:15:44 +02:00
sanak
05aca2b695
add line layer support for dissolve function.
2012-11-09 20:50:12 +09:00
Sandro Santilli
b892a021af
Allow running fTools plugin from build dir
...
See http://hub.qgis.org/issues/5879
2012-10-23 22:09:06 +02:00
Alexander Bruy
297c8aaa33
fix #6530
2012-10-18 18:44:12 +03:00
Juergen E. Fischer
e7f40bdea4
add more copyrights
2012-10-06 13:32:08 +02:00
Alexander Bruy
3e8e6978ee
add license headers to some fTools files
2012-10-04 14:00:35 +03:00
Alexander Bruy
3305ccda50
fix #6151
2012-08-03 20:13:46 +03:00
Alexander Bruy
ad9cb9d194
allow create grid without specifying base layer ( fix #6109 )
2012-07-29 11:27:11 +03:00
Juergen E. Fischer
74e1b849fe
fix #5976
2012-07-09 13:34:03 +02:00
Salvatore Larosa
e27ce7c75f
fix #5861
2012-06-25 16:16:13 +02:00
Alexander Bruy
cad4b0cdf1
fix Define current projection when identical CRSes selected
2012-06-19 17:28:07 +03:00
coyotte508
dceefca2a8
Improved dissolve per field-value
2012-06-15 18:27:52 +02:00
Alexander Bruy
53684682f2
run Points in Polygon in separate thread and don't block QGIS main
...
window (addresses #5162 )
2012-05-31 14:24:33 +03:00
Salvatore Larosa
1341a5537e
fix #2733
2012-05-29 18:36:19 +02:00
Alexander Bruy
369b32e5e5
update field list on each layer list update ( fix #5655 )
2012-05-28 19:18:43 +03:00
Salvatore Larosa
df79503cae
fix #3549
2012-05-26 14:27:48 +02:00
Juergen E. Fischer
45474ac7dc
fix #4521
2012-05-25 19:24:56 +02:00
Juergen E. Fischer
0246816e64
sip bindings: add /Transfer/ to QgsMapCanvas::mapRenderer()
...
(otherwise mc.mapRenderer().hasCrsTransformEnabled() can crash)
2012-05-25 15:42:18 +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
alexbruy
b8bf86bb00
Merge pull request #148 from slarosa/master
...
minor fixes in fTools GUI
2012-05-25 02:07:52 -07:00
slarosa
474e04b027
minor fixes in gui fTools
2012-05-25 00:05:57 +02:00
Juergen E. Fischer
a442b89c71
fTools: fix handling of locationless geometry errors ( fixes #4396 )
2012-05-24 21:27:20 +02:00
Alexander Bruy
f998a44a31
some fixes in geoprocessing tools (hope this will fix database support)
2012-05-23 19:52:54 +03:00
Alexander Bruy
7200ea23f1
make Clip tool work with SpatiaLite layers ( fix #4571 )
2012-05-23 16:38:53 +03:00
Alexander Bruy
53cd1d44a0
make Dissolve tool work with SpatiaLite (addresses #4571 )
2012-05-23 16:25:04 +03:00
Alexander Bruy
c367a35ce9
create vector grid in layer CRS ( fix #5204 )
2012-05-22 17:52:15 +03:00
Alexander Bruy
860f3708bb
correctly handle WMS rasters in Random Points tool ( fix #5202 )
2012-05-22 16:29:00 +03:00