47821 Commits

Author SHA1 Message Date
Nyall Dawson
be73c9605f Spelling 2018-05-11 11:29:34 +10:00
Nyall Dawson
0d520456ea [processing][gdal] Fix conversion of non-EPSG crs parameters
to GDAL compatible strings
2018-05-11 11:29:34 +10:00
Juergen E. Fischer
6b67708166 add libyaml-tiny-perl & python-autopep8 to debian deps 2018-05-11 01:43:43 +02:00
Juergen E. Fischer
a9b663ec0c osgeo4w: include PGEO_DRIVER_TEMPLATE and OGR_SKIP in qgis.vars
(fixes #18234)
2018-05-11 01:27:06 +02:00
Denis Rouzaud
6459d24e5a allow to reset prefixes in settings 2018-05-10 16:11:27 -04:00
Denis Rouzaud
0a0de2ec9f use multimap to allow using the same prefix for several filters 2018-05-10 15:51:07 -04:00
Martin Dobias
b6a26464d4
Merge pull request #6961 from wonder-sk/union-single-layer
[FEATURE] Union algorithm with a single layer
2018-05-10 14:46:38 -04:00
Juergen E. Fischer
9690d8061e add mdal provider to debian and osgeo4w packages 2018-05-10 20:18:46 +02:00
Juergen E. Fischer
968b50f4f0 expression help: support optional parameters and defaults 2018-05-10 20:15:39 +02:00
Martin Dobias
c3279ee544 Add a note about version added for new functions in testing module 2018-05-10 14:10:10 -04:00
Matthias Kuhn
9e1be6e8bd
Merge pull request #6966 from kannes/patch-1
add optional segments argument in buffer function docs
2018-05-10 17:57:00 +02:00
Hannes
e8d1099ff3
add optional segments argument
text taken from single_sided_buffer
2018-05-10 16:58:12 +02:00
Peter Petrik
85f42e7d46 remove build noise from output 2018-05-10 08:08:37 -04:00
Martin Dobias
191b0d4768 union: throw an exception if the second layer is specified but not valid 2018-05-10 07:45:34 -04:00
Martin Dobias
7df062ba63 Updates from Nyall's review 2018-05-10 06:50:58 -04:00
Martin Dobias
aa2b1e9834 Add test for single layer union 2018-05-10 06:50:57 -04:00
Martin Dobias
ef145afca6 Add support for unordered comparison of features of layers
This is useful when an algorithm returns features in no particular order
and sorting features by attributes does not help because there may be
features with the same attributes, giving non-unique sorting orders.
2018-05-10 06:50:57 -04:00
Martin Dobias
73d10afe31 Processing tests: allow topological geometry tests instead of exact tests
This is useful with geometry algorithms when the order of the coordinates of produced
geometries does not need to be exactly the same every time, but the output is still
topologically equivalent.
2018-05-10 06:50:57 -04:00
Martin Dobias
64b8c7250c [FEATURE] Union algorithm for single layer
Resolves all overlapping geometries just like GRASS or Arc do.

So now we have two variants of union:
- union(A) - does union within geometries of one layer
- union(A,B) - does union between geometries of two layers

For union(A,B) algorithm if there are overlaps among geometries of layer A or among geometries of layer B,
these are not resolved: one needs to do union(union(A,B)) to resolve all overlaps, i.e. run single layer
union(X) on the produced result X=union(A,B)

This should also address issues raised in #17131
2018-05-10 06:50:57 -04:00
Nyall Dawson
c738bcf7af [processing] Don't skip null parameter values when converting
parameters to pythong strings

We need to include these, in order to differentiate unspecified
parameters from parameters set to null values
2018-05-10 15:48:20 +10:00
Nyall Dawson
d05f95f7d5 [processing] Ensure unset parameters are translated to Python
None values when representing parameters as pythong strings
2018-05-10 15:48:20 +10:00
Juergen E. Fischer
e55bb558a6 cosmetics on 9e7e927b9c 2018-05-09 21:55:13 +02:00
Denis Rouzaud
37e9f3abca allow customizing prefix of locator filters 2018-05-09 14:59:58 -04:00
Denis Rouzaud
4c92de9e98
Merge pull request #6505 from 3nids/form_url
[FEATURE] Allow to use a URL for a custom attribute form (UI file)
2018-05-09 10:58:17 -08:00
Denis Rouzaud
5d7a6c18ec remove useless API break 2018-05-09 14:02:51 -04:00
Jürgen Fischer
d99a27f432
Merge pull request #6958 from agauvrit-tis/patch-1
[FEATURE] Add DisplayVersion value in Uninstallkey
2018-05-09 17:22:48 +02:00
Denis Rouzaud
16497ee42c fix edit form test with local HTTP server 2018-05-09 11:04:29 -04:00
Denis Rouzaud
8e20996ddc simplify netwotk content fetcher registry
kudos @wonder-sk
2018-05-09 11:04:29 -04:00
Denis Rouzaud
30b7fd183c use QgsNetworkContentFetcherRegistry 2018-05-09 11:01:59 -04:00
Denis Rouzaud
c04ca96910 use QStringLiteral 2018-05-09 11:01:59 -04:00
Denis Rouzaud
5089d389b4 fix spelling 2018-05-09 11:01:59 -04:00
Denis Rouzaud
d413c8829a add UI form for testing 2018-05-09 11:01:59 -04:00
Denis Rouzaud
18699299ab [FEATURE ] allow to use URLs for attribute forms 2018-05-09 11:01:59 -04:00
Alexandre
9e7e927b9c
Add DisplayVersion value in Uninstallkey
The DisplayVersion value in Uninstallkey registry hive (Software\Microsoft\Windows\CurrentVersion\Uninstall) is mandatory for deployment software, it allows them to check quickly from standard registry path the currently installed version.

The VersionNumber value is already stored in Software\QGIS (version)\ hive but that's not a standard for deployment solutions.
2018-05-09 16:22:42 +02:00
Alessandro Pasotti
d06043f723
Merge pull request #6952 from elpaso/DelazJ-symbolselectorHelpShow
Delaz j symbolselector help show
2018-05-09 08:04:02 +02:00
Matthias Kuhn
29489e1056
Merge pull request #6865 from PeterPetrik/qgsquick_1_canvas_merge
[FEATURE] Introduction of QGIS Quick library
2018-05-09 07:40:01 +02:00
nirvn
c1ac975382 Small property icon improvements 2018-05-09 11:21:51 +07:00
Felis Pimeja
85660db91f Vectorized remaining propertyicons
List of icons^
gdal.png
network_and_proxy.png
locale.png
join.png
transparency.png
pyramids.png
overlay.png
map_tools.png
histogram.png
digitizing.png
attributes.png
2018-05-09 11:21:51 +07:00
Nyall Dawson
cbbaf9c283 Fix build warning 2018-05-09 13:44:01 +10:00
Martin Dobias
819ae6f31a Fix test that checked an exception from QgsSpatialIndex constructor 2018-05-08 20:28:27 -04:00
Martin Dobias
914cefff95 Fix crash when creating spatial index from empty layer
libspatialindex library throws an exception when trying to bulk load spatial index
and it is given an empty input data stream
2018-05-08 20:28:27 -04:00
Peter Petrik
b2188d4f02 use smart pointer for QgsQuickMapSettings in map canvas 2018-05-08 19:04:56 +02:00
Alessandro Pasotti
85d60f2bac Merge branch 'symbolselectorHelpShow' of https://github.com/DelazJ/QGIS into DelazJ-symbolselectorHelpShow 2018-05-08 18:15:51 +02:00
Alessandro Pasotti
f2304c1b15
Merge pull request #6764 from tudorbarascu/featureinfo_values
server tests for GetFeatureinfo different widget values
2018-05-08 15:24:40 +02:00
Tisham Dhar
83218c9eef Find Spatialindex library in osgeo4w64 bit 2018-05-08 21:10:09 +10:00
Tudor Bărăscu
90355f0e2d address comments and add @unittest.expectedFailure to test 2018-05-08 13:44:16 +03:00
Nyall Dawson
10475a6adf Really accept strings for arrow data defined properties 2018-05-08 20:38:08 +10:00
Harrissou Sant-anna
79035acd64 The Arrow type and head type are string inputs in DD
and not integer (fixes #16215)
2018-05-08 20:38:08 +10:00
Matthias Kuhn
be6a763b2f
Merge pull request #6949 from m-kuhn/wms_overwrite_parent_boundingBoxes
Wms overwrite parent bounding boxes
2018-05-08 11:49:38 +02:00
Matthias Kuhn
2ee479eb97
Fix codestyle 2018-05-08 11:00:15 +02:00