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
Giuseppe Sucameli
c64b715773
DBManager: added missing required (not implicit) self argument
2012-05-20 18:57:23 +02:00
Giuseppe Sucameli
b4d8a5aea7
DBManager: don't raise any errors while disconnecting signals from destroyed objects
2012-05-20 18:57:23 +02:00
Giuseppe Sucameli
c2118e744f
DBManager: remove label from separators ( fix #5393 )
2012-05-20 18:57:23 +02: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
Giuseppe Sucameli
24e6dac59f
remove the unused DB Manager About dialog .ui
2012-05-03 22:27:06 +02:00
Giuseppe Sucameli
8e55441783
fix #5541
2012-05-03 22:27:01 +02:00
Alexander Bruy
0b8e1130f1
SpatiaLite support in Select by Location tool ( fix #5264 )
2012-05-01 13:53:40 +03:00
Nathan Woodrow
634a56504f
Add convert to subclass for QgsGpsConnection for python bindings
2012-05-01 19:40:11 +10:00
Tim Sutton
0d2230a94b
Merge pull request #131 from etiennesky/zip_qml2
...
[TEST][API]improved qml support for zip layers and more tests
2012-04-30 14:07:22 -07: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
63fa68ec17
new icon from Robert for Tile Index command
2012-04-26 09:32:37 +03:00
Etienne Tourigny
2bd054c8e0
fix .qml file loading in /vsigzip and /vsizip items
2012-04-24 22:27:28 -03:00
Juergen E. Fischer
5e8d129346
bring back internal spatialite for Debian squeeze and Ubuntu lucid, maverick, natty and oneiric
2012-04-24 22:34:50 +02:00
Juergen E. Fischer
c56491b111
fix #4805 :
...
- drop internal spatialite and internal spatialindex
- drop support for debian lenny (no system spatialindex/spatialite there)
2012-04-23 20:51:30 +02:00
Juergen E. Fischer
71d0e4dd19
deprecated QgsCoordinateReferenceSystem::equals: as it might return false
...
eventhough the proj.4 string is equal. PROJ.4 string isn't unique to
CRSes.
2012-04-22 21:11:43 +02:00
Marco Hugentobler
445144ceb5
Remove about dialog in db manager
2012-04-21 20:57:11 +02:00
Marco Hugentobler
2120bb8001
Remove about dialog from gdal tools
2012-04-21 20:57:11 +02:00
Tim Sutton
669ffcbe12
Move deprecated tag from addMapLayers to addMapLayer where it was originally intended to go. Small updates to comments.
2012-04-19 11:25:13 +02:00
Juergen E. Fischer
e5d97f53e2
Revert d7e8ae18 and d637c677c ( fixes #5407 , #5409 and #5410 )
2012-04-19 00:25:40 +02:00
Juergen E. Fischer
7221eaa1f3
fix dbmanager resource dependency and some other warnings
2012-04-17 22:45:33 +02:00
Radim Blazek
d637c677cd
QgsDataSourceURI used for WMS provider, all params are now encoded in URI, removed WMS specific functions from QgsRasterLayer and QgisAppInterface
2012-04-17 17:14:55 +02:00
Alexander Bruy
24924a9e3a
fix About dialog in DB Manager
2012-04-17 16:26:37 +03:00
Alexander Bruy
be6b2a0007
fix broken Points in polygon ( fix #5389 )
2012-04-17 15:25:37 +03:00
Giuseppe Sucameli
3c5b3bbea1
[FEATURE] add DB Manager plugin
2012-04-16 13:31:13 +02:00
Alexander Bruy
51ff2b5413
correctly handle user defined CRSes ( fix #5257 )
2012-04-16 12:31:29 +03:00
Giuseppe Sucameli
f844e2f407
GdalTools: display a friendly message when python-gdal is missing
2012-04-15 13:26:10 +02:00
Juergen E. Fischer
71c4c7f8ce
[API] fix #5014
2012-04-14 20:50:34 +02:00
Juergen E. Fischer
fa07903644
Revert "fixed two SIP warnings about deprecated syntax" as it
...
breaks builds with older SIP versions (Debian squeeze, Ubuntu lucid and
maverick)
2012-04-14 10:45:24 +02:00
Tim Sutton
018071562c
Merge branch 'master' of github.com:qgis/Quantum-GIS
2012-04-13 18:52:53 +02:00
Tim Sutton
cfcf12f121
Small core formatting changes only
2012-04-13 18:52:32 +02:00
Jaka Kranjc
93f7d9ae70
fixed two SIP warnings about deprecated syntax
2012-04-13 16:53:52 +02:00