219 Commits

Author SHA1 Message Date
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
Alexander Bruy
c94269cce2 make "use value from field" available in Random Points tools, also show
only integer fields (fix #4570)
2012-05-22 16:29:00 +03:00
Alexander Bruy
049f5ca83a fix #5617. Patch submitted by Salvatore Larosa, thanks! 2012-05-22 14:22:26 +03:00
Alexander Bruy
a76d629f19 Revert last commit
This reverts commit 5cb6dd7c0b686890cffff1c0d4476dfa2dce57f9.
2012-05-22 14:16:10 +03:00
Alexander Bruy
5cb6dd7c0b store geometries from GeometryCollection in list 2012-05-22 13:38:40 +03:00
Alexander Bruy
4c066e4ce2 partial fix for #5617 from Salvatore Larosa (slightly modified) 2012-05-21 21:24:14 +03:00
Alexander Bruy
d18529fc26 show warning before updating exisiting shapefile (fix #5335) 2012-05-16 17:23:38 +03:00
Alexander Bruy
a1255fce34 minor formatting fixes 2012-05-13 10:46:55 +03:00
slarosa
e9ff072335 Add Multigeometries support in Simplify tool for geomVertexCount function 2012-05-12 20:01:39 +02:00
Alexander Bruy
2607535b3f also add MultiPolygon support in Densify geometry 2012-05-12 14:04:03 +03:00
Alexander Bruy
033d58d454 add MultiLineString support to Densify geometries tool (addresses #5577) 2012-05-12 11:26:22 +03:00
Alexander Bruy
0b8e1130f1 SpatiaLite support in Select by Location tool (fix #5264) 2012-05-01 13:53:40 +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
be6b2a0007 fix broken Points in polygon (fix #5389) 2012-04-17 15:25:37 +03:00