42593 Commits

Author SHA1 Message Date
Nyall Dawson
5a14a928cd Fix corrupted text in buttons 2017-10-18 10:25:36 +10:00
Borys Jurgiel
a66566a778 Plugin Manager: Disable focus by tab key for the 'Unistall' and 'Upgrade all' buttons to prevent from accidental execution 2017-10-17 23:30:49 +02:00
Borys Jurgiel
ccb46722f0 Plugin manager layout fixes 2017-10-17 23:14:16 +02:00
Tom Kralidis
cb450fb733 Merge pull request #5391 from tomkralidis/issue-11732
[MetaSearch] update plugin icon (fixes #11732) [needs-docs]
2017-10-17 15:23:04 -04:00
Tom Kralidis
92e5de9e9e [MetaSearch] update plugin icon (fixes #11732) [needs-docs] 2017-10-17 14:29:56 -04:00
Even Rouault
9fdd060322 Remove useless use of binary or 2017-10-17 18:28:59 +02:00
Blottiere Paul
c645479625 Merge pull request #5360 from pblottiere/server_bugfix_ogc_getmap_bbox
[server][bugfix] Fix OGC test getmap bbox
2017-10-17 13:34:20 +01:00
Blottiere Paul
4901f0af05 Merge pull request #5303 from pblottiere/server_bugfix_ogc_queryable_layer
[server][bugfix] Fix OGC test getfeatureinfo:each-queryable-layer
2017-10-17 13:00:40 +01:00
Alessandro Pasotti
b77c11f4c6 Merge pull request #5387 from boundlessgeo/auth_fix_wfs_from_browser
[auth][bugfix] Do not expand authentication URI in browser items
2017-10-17 12:25:40 +02:00
Alessandro Pasotti
f69c9cc685 WFS data items: add level to debug message 2017-10-17 11:52:05 +02:00
Blottiere Paul
a3971ee0cd Update unit tests 2017-10-17 10:17:49 +01:00
Blottiere Paul
592033ac8d Translate error message in exception 2017-10-17 10:16:50 +01:00
Blottiere Paul
2a91452869 Fix error code 2017-10-17 10:16:50 +01:00
Blottiere Paul
24a89288d1 First layer level should not be set to queryable (only sublevels) 2017-10-17 10:16:50 +01:00
rldhont
ab107d0e8c Merge pull request #5297 from dmarteau/wfs_1_1_0
[Server][FEATURE][needs-docs] Support WFS 1.1.0
2017-10-17 10:09:31 +02:00
Borys Jurgiel
db97e2772f Merge pull request #5372 from borysiasty/plugman
[needs-docs] Move the install-plugin-from-ZIP menu action to the plug…
2017-10-17 09:26:22 +02:00
Alessandro Pasotti
bfa6da92f9 [auth][bugfix] Do not expand authentication URI in browser items
This fixes an internally reported bug that affects all versions
>= 2.18.

The bug was caused by too early expansion of the credentials
in the URI.

Needs backporting.
2017-10-17 09:16:22 +02:00
Matthias Kuhn
ba9e0437cc Merge pull request #5386 from m-kuhn/pylintFixes
Pylint fixes
2017-10-17 08:31:48 +02:00
Nyall Dawson
7fbecd365b Lighter borders for projection selector map 2017-10-17 09:31:24 +10:00
Nyall Dawson
92c97df55e Sync canvas extent rect color and center marker color 2017-10-17 09:28:13 +10:00
Nyall Dawson
5b1afd86bc "Loosen" up acceptable parameter for model child inputs
Previously we took a harsher approach to filtering which inputs
were acceptable for child algorithm parameters. E.g. a child algorithm
with a vector layer input would only show outputs from other algorithms
which generated a vector layer output.

But this can needlessly restrict what's possible in models. E.g.
an algorithm which outputs a QgsProcessingOutputFile or
QgsProcessingOutputString could potentially be a valid source
to a vector layer. So we should allow these as possible
inputs for vector layer parameters too.

This commit adds many extra acceptable input types for
child parameters. It will probably expose "corner cases" where
algorithms may get unexpected input types, but these will
not affect existing model stability and can be fixed when
identified.

The payoff is a much more flexible modeler.
2017-10-17 08:55:27 +10:00
Matthias Kuhn
9ff66936cd Add debug output to spatialite test 2017-10-17 00:46:36 +02:00
Matthias Kuhn
262836d5fd Fix too-many-format-args 2017-10-17 00:32:35 +02:00
Matthias Kuhn
f1eba211f6 Fix call to non-existent method 2017-10-17 00:29:23 +02:00
Matthias Kuhn
7aae9454ec Add abstract base method 2017-10-17 00:28:58 +02:00
Matthias Kuhn
b0855e2c41 Fix super call 2017-10-17 00:28:33 +02:00
Matthias Kuhn
506a831565 Fix typo in method name 2017-10-17 00:03:31 +02:00
Matthias Kuhn
b94612dffa Properly raise NotImplementedError 2017-10-17 00:01:48 +02:00
Matthias Kuhn
740f58b1db Remove broken and unused code 2017-10-16 23:55:25 +02:00
Matthias Kuhn
5bf300d79f Fix access to member variable in classmethod 2017-10-16 23:45:55 +02:00
Matthias Kuhn
118e303a8d Fix typo in method call 2017-10-16 23:36:38 +02:00
Matthias Kuhn
23c7517dc9 Migrate processing help to new processing registry 2017-10-16 23:34:34 +02:00
Matthias Kuhn
60db6b0665 Fix member access in postgis.py 2017-10-16 23:34:19 +02:00
Borys Jurgiel
ec57d25a3f Merge branch 'master' of github.com:qgis/QGIS into plugman 2017-10-16 23:27:12 +02:00
Borys Jurgiel
c33dbd96fe Plugin manager: Use QgsFileWidget for installing from zip files 2017-10-16 23:27:02 +02:00
Matthias Kuhn
6538ba0bf2 Fix too-many-format-args 2017-10-16 23:25:13 +02:00
Matthias Kuhn
d793f6c5ab Fix typo in method name 2017-10-16 23:22:09 +02:00
Matthias Kuhn
7c8cdff216 Fix used-before-assignment 2017-10-16 23:21:51 +02:00
Matthias Kuhn
34a9d91488 Fix broken error handling 2017-10-16 23:16:30 +02:00
Matthias Kuhn
28c67e1c01 Remove double-defined __init__ function 2017-10-16 23:05:14 +02:00
Matthias Kuhn
8b3a348b6d Fix file modes 2017-10-16 23:00:53 +02:00
Matthias Kuhn
b010b2a7a9 Remove PyQt4 compatibility layer 2017-10-16 22:34:37 +02:00
Daniele Viganò
a3f7655030 Fix a syntax error in dlg_sql_layer_window.py 2017-10-16 21:46:45 +02:00
Borys Jurgiel
91593257ff Merge branch 'master' of github.com:qgis/QGIS into plugman 2017-10-16 19:02:50 +02:00
Matthias Kuhn
83212e760a [travis] Stabilize spatialite tests 2017-10-16 16:25:35 +02:00
Martin Dobias
c176a8bfb0 Spin box: fix input of double values in locales with non-point decimal separator 2017-10-16 13:13:39 +02:00
Nyall Dawson
54f8825350 Fix processing tests 2017-10-16 20:10:37 +11:00
Nyall Dawson
cc5f7b1dfb Fix doxygen warning 2017-10-16 20:10:37 +11:00
Nyall Dawson
e92e20e613 Move native c++ processing algorithms from core library to analysis
And split into separate files for each algorithm
2017-10-16 20:10:37 +11:00
Matthias Kuhn
8dd8a9be8f Merge pull request #5324 from DelazJ/locale
Remove Locale tab from Options dialog
2017-10-16 10:27:44 +02:00