42323 Commits

Author SHA1 Message Date
Matthias Kuhn
159486515b
Add sanitized landsat2.nc
@rouault
> [landsat2.nc.zip](https://github.com/qgis/QGIS/files/1352514/landsat2.nc.zip)
> "gdal_translate -of NETCDF landsat.tif landsat2.nc" will not work as expected
> since the driver doesn't support creating subdatasets. I have used ncdump +
> manual changing of _FillValue to 0 + ncgen to recreate it. Hopefully it
> should work (untested) Result attached
2017-10-03 17:36:40 +02:00
Matthias Kuhn
52449f915d
Ignore missing logfile 2017-10-03 17:36:39 +02:00
Matthias Kuhn
6d683230de
Disable unstable tests
Parts of the following tests behave unstable because of enironment changes
(distro upgrade, running in docker, ...) or dependency updates.

- qgis_rastersublayertest (Failed)
- PyQgsShapefileProvider (Failed)
- PyQgsWFSProvider (Failed)

They are unlikely to be introduced by the new continuous integration
environment.

Therefore, the affected parts have been disabled. Help by knowledgeable
developers to make the tests more stable or fix real underlying issues.
2017-10-03 17:36:39 +02:00
Martin Dobias
0bffe1c1d6 Added forgotten SIP file 2017-10-03 17:01:54 +02:00
Martin Dobias
5172a339ca Finished unit tests 2017-10-03 17:01:54 +02:00
Martin Dobias
878dfddd3b Refactor CAD editing alignment logic to new QgsCadUtils class 2017-10-03 17:01:54 +02:00
Alessandro Pasotti
afecc21012 [:)] Make a developer happy 2017-10-03 16:34:50 +02:00
Alessandro Pasotti
d102404b5e [bugfix] Do not cache invalid WM(T)S responses
The problem here was that in case of http->https redirect
from a misconfigured server (that advertizes http and then
redirects all request to https) all http redirect requests
were cached, making all subsequent requests to the same
url hit the 301 Moved Permanently reponse page intead of
the redirected content.

Fixes #16427 WMTS rendering problems in 2.18 and Master
2017-10-03 15:20:43 +02:00
Mathieu Pellerin
22d4d22b93 fix highlight showing when hidden (#5278) 2017-10-03 16:17:22 +07:00
Pete King
da4cfd5777 Update and vectorize the DB manager icon (#5262) 2017-10-03 16:03:47 +07:00
Nyall Dawson
b27382d011 [processing] Fix history doesn't correctly escape values
Fixes #17229
2017-10-03 19:01:13 +10:00
Juergen E. Fischer
9cbff3af3f translation string fix 2017-10-03 10:01:57 +02:00
Nyall Dawson
8d6f4467a2 Fix duplicate WFS item in browser (fixes #17176) 2017-10-03 17:12:56 +10:00
Alessandro Pasotti
191942abf0 [auth] Proxy settings use the new auth settings dialog 2017-10-03 09:12:28 +02:00
Blottiere Paul
8a09a197cc Merge pull request #5150 from pblottiere/server_bugfix_ogc_getfeatureinfo_invalid_format
[server][bugfix] Fix OGC test getfeatureinfo:invalid-info_format
2017-10-03 06:24:46 +01:00
Nyall Dawson
58f64bb4af Merge pull request #5276 from nyalldawson/build_dep
Update some Windows build instructions
2017-10-03 10:21:46 +10:00
Juergen E. Fischer
f3a4a6b2ec debian packaging: add 3d for sid and artful 2017-10-02 23:58:37 +02:00
Martin Dobias
68bb68d176 [FEATURE] QGIS 3D (pull request #5203) 2017-10-02 23:02:37 +02:00
Alessandro Pasotti
c856ba3ec2 [auth] XYX use the new authentication widget 2017-10-02 17:26:59 +02:00
Alessandro Pasotti
4e4a660a51 [auth] PG uses the new authentication widget 2017-10-02 17:12:14 +02:00
Alessandro Pasotti
f09e5b16e0 [auth] Renamed setters to better follow Qt5 conventions 2017-10-02 17:12:02 +02:00
Alessandro Pasotti
6378042bd1 [auth] DB2 use the new authentication widget 2017-10-02 16:40:07 +02:00
Alessandro Pasotti
dfdf2ceeac [auth] Added support for "Store" checkboxes 2017-10-02 16:39:31 +02:00
Matthias Kuhn
143c4bf677 Merge pull request #5275 from daniviga/qgis3-rpm
Initial RPM sources update for QGIS3
2017-10-02 16:16:15 +02:00
Alessandro Pasotti
7ee03a6a0b [auth] Use new auth settings widget in http connections dialogs 2017-10-02 14:44:18 +02:00
Alessandro Pasotti
c57b9e7e73 [auth] Tests for new setters methods 2017-10-02 14:44:01 +02:00
Alessandro Pasotti
7c0ac6e2b9 [auth][cosmetic] Moved method 2017-10-02 14:43:22 +02:00
Alessandro Pasotti
317cb7a181 [auth] Removed group box wrapper 2017-10-02 14:26:40 +02:00
Alessandro Pasotti
bdddc3ba66 [auth] Added setters to the auth settings widget
Also:
- removed wrapper goupBox for added flexibility
- explicit connections
2017-10-02 14:26:40 +02:00
Alessandro Pasotti
2fa68110e3 Merge pull request #5279 from boundlessgeo/auth_widget_signals
[auth] Use explicit signal connections in auth settings widget
2017-10-02 14:03:29 +02:00
Alessandro Pasotti
feeec8e0bf [auth] Use explicit signal connections 2017-10-02 12:26:15 +02:00
Matthias Kuhn
11eb9cfe57
Show actions menu in feature form
Fix #16889
2017-10-02 09:44:50 +02:00
Mathieu Pellerin
471204dd4d [style dock] fix wrong label settings when switching layers
(fixes #17029)
2017-10-02 14:19:58 +07:00
Alessandro Pasotti
5bdb605fda Merge pull request #5270 from boundlessgeo/auth_widget2
[auth][needs-docs] Authentication widget
2017-10-02 09:18:00 +02:00
Daniele Viganò
524c7915e8 Update qgis-mime.xml for RPM, replace wrong ext in buildrpms.sh 2017-10-02 09:12:34 +02:00
Daniele Viganò
3caf61a896 Force vim syntax in rpm/qgis.spec.template 2017-10-02 08:55:21 +02:00
Matthias Kuhn
65bade9d05
Typo fix 2017-10-02 08:52:09 +02:00
Matthias Kuhn
f781b4f4b5
Add missing break 2017-10-02 08:52:09 +02:00
Blottiere Paul
60fd763621 Merge pull request #5157 from pblottiere/server_bugfix_ogc_invalid_querylayers
[server][bugfix] Fix OGC test getfeatureinfo:invalid-query_layers
2017-10-02 04:37:35 +01:00
Nyall Dawson
d1018cbe2b Merge pull request #5268 from nyalldawson/flash2
[FEATURE] Flash features
2017-10-02 11:33:02 +10:00
Nyall Dawson
2326334cb3 Update INSTALL 2017-10-02 11:30:12 +10:00
Nyall Dawson
4330120223 Update references to Qt4 in msys build instructions to Qt5
(untested)
2017-10-02 11:21:49 +10:00
Nyall Dawson
078d68fb7f Update ancient cmake download link 2017-10-02 11:19:23 +10:00
Nyall Dawson
6e14917a3a Explicitly mention that Python3 is a compulsory build dependancy 2017-10-02 11:17:25 +10:00
Nyall Dawson
93a5a84967 Add python3-six to windows build deps
It's required for building the expression context help
2017-10-02 11:14:47 +10:00
Nyall Dawson
d922b5540e Fix some gcc build warnings 2017-10-02 10:56:47 +10:00
Nyall Dawson
d22bfca939 Avoid some unnecessary build warnings when WITH_BINDINGS is off 2017-10-02 10:56:28 +10:00
Nyall Dawson
5b6f02ecde Refine flash features API
Use a QgsCoordinateReferenceSystem object instead of
QgsVectorLayer to make API more flexible
2017-10-02 10:28:07 +10:00
Nyall Dawson
dfe0cbafad Use a clone of the renderer for attribute table model
Fixes potential crash
2017-10-02 09:52:18 +10:00
Nyall Dawson
a874faf6a3 Fix rubber band doesn't like geometries with Z/M 2017-10-02 09:52:18 +10:00