volaya
0035c97f5b
Merge pull request #3725 from arnaud-morvan/processing_geometry_predicate
...
[processing] Remove parameter geometry predicate
2016-12-13 15:58:16 +01:00
rldhont
9f2657414b
Fix WMS 1.3. compliance: distort image if width/height ratio of bbox is different to WIDTH/HEIGHT of requested image
...
Not decrease but increase image
2016-12-13 15:52:40 +01:00
Alessandro Pasotti
f48f90ead0
Merge pull request #3864 from elpaso/downloader-fixes-bad-network
...
[BUGFIX] Fixed a crash on bad network protocol
2016-12-13 15:50:57 +01:00
Alessandro Pasotti
9d9d162ddf
Disabled C++ test (use python instead)
2016-12-13 15:03:20 +01:00
Alexander Bruy
01d5233d9e
Merge branch 'remove_grass_6'
2016-12-13 15:56:00 +02:00
Alexander Bruy
ed0e39e08b
[processing] also remove GRASS 6 from tests
2016-12-13 15:55:30 +02:00
Alexander Bruy
a861320abf
[processing] fix CMakeLists.txt
2016-12-13 15:55:21 +02:00
volaya
170a94680d
[processing] removed grass6 provider
2016-12-13 15:55:21 +02:00
Alessandro Pasotti
6f534c5f8e
[BUGFIX] Fixed a crash on bad network protocol
2016-12-13 14:07:23 +01:00
rldhont
56633baffc
[QGIS Server] CITE WMS 130 Test project
...
Add a project for OGC CITE WMS 130 tests
2016-12-13 13:07:51 +01:00
Alexander Bruy
e63ee670a4
[processing] maintain options order
2016-12-13 12:44:29 +02:00
Alexander Bruy
85e692ec40
[processing] add algorithm for calculating shortest path from multiple
...
start points defined by vector layer
2016-12-13 10:46:35 +02:00
Alexander Bruy
2f70f1f75c
[processing] add algorithm for calculating shortest path to multiple end
...
points defined by vector layer
2016-12-13 10:46:35 +02:00
Alexander Bruy
729567db35
[processing] save travel cost to output attribute table
2016-12-13 10:46:35 +02:00
Alexander Bruy
16c92dd1e8
[processing] write start and end points to output attribute table
2016-12-13 10:46:35 +02:00
Alexander Bruy
aa3c7ccad2
[processing] add algorithm for calculating service areas from point
...
layer
Add start point coordinates to outputs
2016-12-13 10:46:35 +02:00
Alexander Bruy
d1349f72a5
[processing] output service area as polygon and as multipoint
2016-12-13 10:46:34 +02:00
Alexander Bruy
b2a01c57af
[processing] rename network analysis algs to reflect their inputs type
2016-12-13 10:46:34 +02:00
Alexander Bruy
ce342b0f87
[FEATURE] remove RoadGraph plugin
...
tagged as feature to not forget mention this in docs and changelog
2016-12-13 10:46:34 +02:00
Alexander Bruy
ab823c4c66
[processing] add tests for network analysis algorithms
...
Tests dissabled for now, as algorithms require access to QGIS iface.
2016-12-13 10:46:34 +02:00
Alexander Bruy
77ecfb93e0
[processing] add service area algorithm
2016-12-13 10:46:34 +02:00
Alexander Bruy
9319fc65a3
[processing] also calculate fastest path
2016-12-13 10:46:33 +02:00
Alexander Bruy
5b9d11bf81
[processing] remove unused variables
2016-12-13 10:46:33 +02:00
Alexander Bruy
fd5f641030
[processing] reword algorithm name and some parameter descriptions
2016-12-13 10:46:33 +02:00
Alexander Bruy
f25cb146e1
[processing] add icon for network analysis algorithm
2016-12-13 10:46:33 +02:00
Alexander Bruy
0823bb4b2a
[processing] adopt algorithm to changes in QGIS API
2016-12-13 10:46:33 +02:00
Alexander Bruy
a60048c126
[processing] add shortest path algorithm to Processing
2016-12-13 10:46:32 +02:00
Mathieu Pellerin
a8b9723cbc
[FEATURE] allow customization of line spacing for legend item labels ( #3632 )
...
* [FEATURE] allow customization of line spacing for legend item labels
* add test for legend line spacing and update control images
2016-12-13 12:09:13 +07:00
Nyall Dawson
dc509f458f
Fix bad import
2016-12-13 13:49:00 +10:00
Nyall Dawson
d7b0244e68
Disable another intermittent task manager test
2016-12-13 06:58:22 +10:00
volaya
4c31bc407e
[processing] config dialog: only save menu configuration if needed
...
Conflicts:
python/plugins/processing/gui/ConfigDialog.py
2016-12-12 15:25:07 +01:00
arnaud.morvan@camptocamp.com
322a565b8b
[processing] Remove ParameterGeometryPredicate
2016-12-12 15:21:16 +01:00
arnaud.morvan@camptocamp.com
ecb25c4105
[processing] Remove ParamaterGeometryPredicate from SelectByLocation algorithm
2016-12-12 15:21:16 +01:00
arnaud.morvan@camptocamp.com
09035a4dab
[processing] Remove ParamaterGeometryPredicate from ExtractByLocation algorithm
2016-12-12 15:21:15 +01:00
arnaud.morvan@camptocamp.com
955563f99a
[processing] Remove ParamaterGeometryPredicate from SpatialJoin algorithm
2016-12-12 15:21:15 +01:00
volaya
f852603f07
[processing] fixes for SAGA folder configuration
...
This tries to address some problem with previously set SAGA paths, by always showing the SAGA path config value, and by trying to ruin a built in copy of SAGA if the current SAGA folder is wrong (as it usually happens when updating QGIS)
2016-12-12 15:20:56 +01:00
arnaud.morvan@camptocamp.com
65a4e97a75
[processing] Support options as (value, text) in ParameterSelection
2016-12-12 15:12:55 +01:00
rldhont
7028eee198
Merge pull request #3809 from pblottiere/render
...
replace QgsMapRenderer
2016-12-12 14:07:37 +01:00
rldhont
29a05dfa9c
Adapt WFS capabilties in server test for WMS 1.3.0 compliance
2016-12-12 14:06:14 +01:00
Werner Macho
9bd8c7b3ad
[TRANS] Adding Translatorname
...
Adding new chinese traditional translator
2016-12-12 10:21:01 +01:00
Nyall Dawson
7bc7647957
More flaky test disabling
2016-12-12 17:47:34 +10:00
Nyall Dawson
caa0d500af
Fix spelling of orthoganilize
2016-12-12 17:47:12 +10:00
Blottiere Paul
8cda1bbb79
fix getLegendGraphics when BBox parameter is used
2016-12-12 08:16:18 +01:00
Blottiere Paul
f3a5c98178
remove QgsMapRenderer
2016-12-12 07:50:22 +01:00
Martin Dobias
5228cc5fb4
One more fix for doc test
2016-12-12 10:34:03 +08:00
Martin Dobias
d60f94bf5d
Fix doc coverage test
2016-12-12 09:54:05 +08:00
Nyall Dawson
b4d49133df
Temporarily disable flaky part of test
2016-12-12 09:19:46 +10:00
Martin Dobias
556582979a
Rename QgsLegendModelV2 to QgsLegendModel
2016-12-12 03:27:14 +08:00
Martin Dobias
c783be1d04
Rename QgsComposerLegendStyle to QgsLegendStyle
2016-12-12 03:23:02 +08:00
Martin Dobias
3efc28d07b
Remove legacy class QgsComposerLegendItem and subclasses
2016-12-12 02:42:04 +08:00