42127 Commits

Author SHA1 Message Date
Blottiere Paul
ea96031405 Add tests 2017-10-06 17:16:41 +01:00
Blottiere Paul
924ce81790 Fixes #17234 save/load styles from Postgres when a service file is used 2017-10-06 17:16:24 +01:00
Harrissou Sant-anna
d1a9d3f1cf Remove the unneeded close button on select by expression (#5273)
fixes #17207
2017-10-04 14:46:20 +02:00
Matthias Kuhn
7428516d20
Less executable files in codebase 2017-10-04 14:38:27 +02:00
Matthias Kuhn
1cdbbf4d7f
Private classes should not be exported 2017-10-04 12:16:26 +02:00
Matthias Kuhn
4d1fea0b04
CMakeLists.txt does not need to be executable 2017-10-04 12:16:25 +02:00
Matthias Kuhn
70dc92c4f2
conversions.sip does not need to be executable 2017-10-04 12:16:25 +02:00
rldhont
3e45f997a6 Merge pull request #4912 from dmarteau/svg-marker-size
[FEATURE][needs-docs] Svg marker size: change aspect ratio
2017-10-04 12:02:32 +02:00
Matthias Kuhn
c764d9c177 Merge pull request #5256 from qgis/docker2
[travis] Use docker to run test
2017-10-04 11:11:52 +02:00
Harrissou Sant-anna
1ed95f4855 Fix Select tools switch settings 2017-10-04 17:06:37 +10:00
Nyall Dawson
83fdc5d3cb Fix windows build 2017-10-04 09:46:03 +10:00
Nyall Dawson
38fd985390 Fix build warning 2017-10-04 09:40:18 +10:00
Nyall Dawson
4f34f9442c Added better version info to QgsRectangle::buffered 2017-10-04 09:05:21 +10:00
Martin Dobias
7874d4b6d6 Merge pull request #5183 from wonder-sk/cad-utils
Refactor CAD editing alignment logic to new QgsCadUtils class
2017-10-04 00:04:03 +02:00
Alessandro Pasotti
9256d00606 Merge pull request #5289 from boundlessgeo/bugfix_16427
[bugfix] Do not cache invalid WM(T)S responses
2017-10-03 17:58:35 +02:00
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
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
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
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