volaya
2fda177c0e
[processing] fied issue with grass icons slowing down toolbox
...
fixes #15550
2016-09-21 13:26:40 +02:00
Tom Kralidis
26b61a2d7c
Merge pull request #3515 from rcoup/patch-1
...
MetaSearch: Update LINZ Data Service default URL
2016-09-21 06:43:45 -04:00
Nyall Dawson
88e4410af1
Require Qt >= 5.5
2016-09-21 09:12:54 +10:00
Robert Coup
db0b787e4e
MetaSearch: Update LINZ Data Service default URL
...
The existing CSW URL is still supported for backwards compatibility, but `/services/csw/` is the preferred path going forward. They're backed by the same code and results will be identical.
Current url is shown at eg. https://data.linz.govt.nz/layer/767-nz-topo50-maps/webservices/
2016-09-20 13:00:48 +01:00
Mathieu Pellerin
cd1d44be9d
[db manager] python3 support ( #3512 )
2016-09-20 09:34:36 +02:00
rldhont
3661bc39db
[Processing] bugfix: intersection QGIS algorithm
...
fixing this by testing int_com.
```
Traceback (most recent call last):
File "C:/PROGRA~1/QGIS2~1.17/apps/qgis/./python/plugins\processing\core\GeoAlgorithm.py", line 203, in execute
self.processAlgorithm(progress)
File "C:/PROGRA~1/QGIS2~1.17/apps/qgis/./python/plugins\processing\algs\qgis\Intersection.py", line 100, in processAlgorithm
int_geom = QgsGeometry(int_com.difference(int_sym))
```
AttributeError: 'NoneType' object has no attribute 'difference'
2016-09-19 10:29:03 +02:00
Sandro Santilli
91052d5496
Use nullSymbol for label-only layers in topology viewer
2016-09-16 13:41:23 +02:00
Nyall Dawson
7f9cc87f85
Merge pull request #3494 from nyalldawson/deprecated
...
Remove remaining deprecated methods
2016-09-16 21:02:25 +10:00
Alexander Bruy
75269d66b9
[processing] allow all field types as unique ID field in Mean coords alg
2016-09-16 12:43:08 +03:00
Alexander Bruy
8bf95fea5e
[processing] refactor ogr buffer algorithm
2016-09-16 12:03:45 +03:00
Alexander Bruy
6f6979ab0b
[processing] remove obsolete methods
2016-09-15 19:50:51 +03:00
Alexander Bruy
11f8aa2319
[processing] fix search by alg name ( fix #15562 )
2016-09-15 19:50:51 +03:00
Bernhard Ströbl
4fc29de41c
[processing] Fix typos
2016-09-15 13:34:13 +02:00
Bernhard Ströbl
631d262490
[processing] Update description for dissolve
2016-09-15 13:33:15 +02:00
rldhont
30b6e7e615
GdalTools: In widgetBatchBase runItem method, refreshArgs is not a SIGNAL
...
The commit 9db908ccbc2257d466c0593738944a08cea8a8bc GdalTools: new style signals generates a regression
In the widgetBatchBase runItem method, refreshArgs is not a SIGNAL
2016-09-15 11:52:17 +02:00
Nyall Dawson
fe65063c2b
Remove many deprecated methods
2016-09-15 18:34:15 +10:00
Alexander Bruy
d393734bd3
[processing] correct error message ( fix #15511 )
2016-09-15 11:11:51 +03:00
Alexander Bruy
9acb52db83
fix indentation
2016-09-14 16:55:20 +03:00
Alexander Bruy
9077398c4e
[processing] split offset curve and single-side buffer alg into two separate algs
2016-09-14 16:53:34 +03:00
Alexander Bruy
cac3b2ddfa
[processing] refactor offset curve GDAL algorithm ( fix #15478 )
2016-09-14 16:38:35 +03:00
Alexander Bruy
89774abed3
[processing] fix substitution of the original layers in GDAL commands
2016-09-14 16:24:02 +03:00
Alexander Bruy
2466083790
[processing] use hex representation of uuid
2016-09-14 16:23:19 +03:00
Alexander Bruy
519e76c79f
[processing] add test for gdalinfo algorithm
2016-09-14 15:55:14 +03:00
Alexander Bruy
2d561f5739
[processing] remove obsolete OGRAlgorithm class
2016-09-14 15:53:10 +03:00
Alexander Bruy
8ac1460d0e
[processing] fix progress reporting ( fix #15521 )
2016-09-14 09:20:10 +03:00
Nyall Dawson
5617dbc612
Revert "[processing] cache icons to speed up toolbox rendering"
...
This reverts commit d265f3334142853a7f04fbda5bf6a62e3b5f672d.
Was causing failure on Travis
2016-09-14 06:42:04 +10:00
Matthias Kuhn
9215fca239
Merge pull request #3481 from GeoCat/master
...
- Replaced use of deprecated QgsMapCanvas attribute "mapRenderer" by mapSettings
2016-09-13 21:09:04 +02:00
volaya
d265f33341
[processing] cache icons to speed up toolbox rendering
...
fixes #15550
2016-09-13 10:09:01 +02:00
doublebyte1
7d4d9ab46c
- Replaced use of deprecated QgsMapCanvas attribute "mapRenderer" by mapSettings
2016-09-12 11:52:55 +02:00
volaya
074d22f6f4
Merge pull request #3471 from arnaud-morvan/processing_geometry_predicate_as_commandline
...
[Processing] Fix ParameterGeometryPredicate.getValueAsCommandLineParameter
2016-09-12 08:32:13 +02:00
Juergen E. Fischer
6b8130d54d
remove pngs which are available as svg
...
(cherry picked from commit 1cbb842feb393b7bab2b31b2e970c48816c58d3c)
2016-09-11 22:33:41 +02:00
arnaud.morvan@camptocamp.com
d85de7ccd8
Fix ParameterGeometryPredicate.getValueAsCommandLineParameter
2016-09-08 19:44:45 +02:00
Hugo Mercier
5c3a43e286
Fix spatialite access with python3
2016-09-05 13:43:00 +02:00
volaya
f38e03b37d
Merge pull request #3454 from arnaud-morvan/processing_modeler_parameter_extent
...
[Processing] Fix on extent parameter in modeler parameters dialog
2016-09-05 09:04:34 +02:00
volaya
8de9757f54
Merge pull request #3456 from arnaud-morvan/processing_apply_use_coverge_on_execution
...
[Processing] Calculate min coverage on execution
2016-09-05 09:03:06 +02:00
Nyall Dawson
eba6101357
Fix broken python save/open dialogs under PyQt5
...
Will break stuff under PyQt4... oh well, better stuff working on Qt5
then Qt4
2016-09-05 11:41:49 +10:00
Nyall Dawson
0ead08b5b0
Fix incorrect QtGui import
2016-09-05 09:50:34 +10:00
arnaud.morvan@camptocamp.com
c369710667
Calculate min coverage on execution
2016-09-04 17:58:17 +02:00
arnaud.morvan@camptocamp.com
b18cfc99e6
Fix on extent parameter in modeler parameters dialog
2016-09-04 16:33:43 +02:00
Juergen E. Fischer
474b9d86b2
processing: use main vector menu translation ( fixes #14535 )
...
(cherry picked from commit 11289a0d973e6e4a3f7f81972dd08f2e6d82941e)
2016-09-03 20:19:43 +02:00
Nyall Dawson
8107856cc5
Merge pull request #3450 from nyalldawson/smoooooth
...
[FEATURE] Extra control when smoothing geometries
2016-09-03 09:38:37 +10:00
Nyall Dawson
795b52e906
Followup 80653c7, add missed algorithm
2016-09-03 08:50:23 +10:00
Nyall Dawson
4d60d0cdb5
[FEATURE] Add option to QgsGeometry::smooth to not smooth
...
segments shorter than a certain threshold or sharp corners
with an angle exceeding a threshold
Expose the angle threshold to processing smooth algorithm
Also:
- optimise QgsGeometry::smooth for new geometry classes
- Fix smooth does not work with geometries containing Z/M
2016-09-03 08:31:33 +10:00
epifanio
4aac75ff9b
fix typo
...
fix typo in python/plugins/processing/algs/qgis/Polygonize.py
2016-09-02 10:33:45 -04:00
volaya
7ddaf9039d
Merge pull request #3430 from alexbruy/output-vector
...
[processing] support for explicit output vector types
2016-09-02 08:40:37 +02:00
Alexander Bruy
65db336eaf
[processing] move some constants to the dataobjects module
2016-09-02 09:28:45 +03:00
Alexander Bruy
80653c7aff
[processing] adopt native algs to use output geomerty
2016-09-02 09:28:32 +03:00
Alexander Bruy
13cd4c944f
[processing] split some native algs to take advantage of explicit output types
2016-09-02 09:28:32 +03:00
Alexander Bruy
12d6e15fda
[processing] support for output geometry types in scripts and modeler
2016-09-02 09:28:32 +03:00
Alexander Bruy
7e26124c2b
[processing] support for output geometry types (work in progress)
2016-09-02 09:28:32 +03:00