43033 Commits

Author SHA1 Message Date
Blottiere Paul
8562bfa9b9 Add some tests for GetPrint with OPACITIES 2017-10-27 09:48:14 +01:00
Blottiere Paul
dfe48d13c8 Fix parameter decoding with post method and urlencoded 2017-10-27 09:48:14 +01:00
Alessandro Pasotti
89f62821a0 [auth] Added test cases for expired CAs and client certs 2017-10-27 09:35:24 +02:00
Matthias Kuhn
19e212c161 Merge pull request #5469 from m-kuhn/constraintsOnForms
[FEATURE] Show comments as tooltips on form
2017-10-27 09:05:59 +02:00
Nyall Dawson
68179e224c Merge pull request #5475 from nyalldawson/snap_to_grid
[FEATURE][processing] Native c++ snap to grid algorithm
2017-10-27 17:19:37 +11:00
Nyall Dawson
4372ac2658 [FEATURE][processing] Native c++ snap to grid algorithm
With support for snapping Z/M values, keeping curves
2017-10-27 15:16:15 +10:00
Nyall Dawson
c67e39812d Improvements to QgsAbstractGeometry::snappedToGrid
- Fix loss of coordinates when not rounding a particular dimension
- Don't segmentize curved geometries
- Add extra unit tests
- Make createEmptyWithSameType() protected and skip from Python bindings.
This method relies on low-level manipulation of the returned geometry
which we do not want to expose as public/fixed API
2017-10-27 14:37:35 +10:00
Mathieu Pellerin
edecd49b00 [FEATURE][welcome page] Add pin/unpin to list actions (fixes #16394) 2017-10-27 11:08:37 +07:00
Harrissou Sant-anna
30aa5f5f96 Allow double typed values in algorithm
Also homogenize the output name
2017-10-27 13:09:39 +11:00
Martí Angelats i Ribera
3f5b11bffe Make asGridified and newSameType (helper function) 2017-10-27 11:22:47 +10:00
Larry Shaffer
99b1c74c4e [auth] Update test certs/keys and add README
* Add expired root/issuer CAs and client cert chains
* Add wildcard server *.qgis.test SSL cert

[ci skip]
2017-10-26 17:36:33 -06:00
Nyall Dawson
131b15f2a7 Merge pull request #5472 from nyalldawson/grid_renderer
Grid renderer
2017-10-27 10:23:21 +11:00
Nyall Dawson
b80160a628 Merge pull request #5464 from lbartoletti/improve_triangle
Improve triangle
2017-10-27 08:47:41 +11:00
Nyall Dawson
d4e8470ad4 Minor fixups, add tests 2017-10-27 07:45:40 +10:00
myarjunar
ff2ade9843 [FEATURE] add grid renderer for points displacement. funded by Kartoza 2017-10-27 07:06:07 +10:00
Tim Sutton
0a615b6022 Update cmake contact to use info@qgis.org instead of my email (#5470) 2017-10-26 22:50:10 +02:00
lbartoletti
a86800b7ff Fix tests forgotten in testqgsexpression.cpp 2017-10-26 22:37:52 +02:00
Larry Shaffer
8501053a0d Merge pull request #5463 from boundlessgeo/BD-2507-pki-bundle-validation
[auth] PKI bundle validation utility function
2017-10-26 13:52:57 -06:00
Larry Shaffer
3210f8546a Merge pull request #5401 from boundlessgeo/pkcs8-to-pkcs1
[auth] Convert PKCS8 to PKCS1 private keys (for macOS)
2017-10-26 12:42:12 -06:00
Matthias Kuhn
869fc604b0
Show comments as tooltips on form
Let's face it, where we need the information is not in the layer
properties configuration, it's when we enter the data.
2017-10-26 20:03:16 +02:00
Larry Shaffer
ef7a29dc53 [auth] Keep sensitive debug data commented out 2017-10-26 11:13:04 -06:00
Alessandro Pasotti
11ce639a68 [auth] Access authmanager through application 2017-10-26 18:48:20 +02:00
Alessandro Pasotti
ffb29035c7 [auth] Remove Diffie Hellman from validated keys
Because Qt does not support DH
2017-10-26 18:26:47 +02:00
Alessandro Pasotti
89166a0d2e [auth] Add utility method to validate a PKI bundle 2017-10-26 18:26:47 +02:00
Alessandro Pasotti
f1eba3a849 [auth] Add validatePKIBundle 2017-10-26 18:24:35 +02:00
Alessandro Pasotti
287d1f751f [auth] Add test with client cert 2017-10-26 18:24:35 +02:00
Alessandro Pasotti
e036fc86ec Typo in a comment 2017-10-26 18:24:35 +02:00
Alessandro Pasotti
0557b394d8 Add documentation for the hostName argument 2017-10-26 18:24:35 +02:00
Alessandro Pasotti
006260b95d [auth] Add tests for the certificate chain validation routine 2017-10-26 18:24:35 +02:00
Alessandro Pasotti
368b0df24e [auth] Add certificate chain validation routine 2017-10-26 18:24:35 +02:00
Alessandro Pasotti
e20e0764c9 [auth] Add PEM test certificate chain 2017-10-26 18:24:35 +02:00
Matthias Kuhn
1ae0857d4b Merge pull request #5458 from daniviga/rpm-3d
Enable 3D support in RPM
2017-10-26 18:09:41 +02:00
Alessandro Pasotti
92b3b5bcbc Merge pull request #5446 from boundlessgeo/BD-2279-authmanager-singleton
[auth] Authmanager singleton API removal
2017-10-26 17:31:04 +02:00
Blottiere Paul
d414822f47 Merge pull request #5400 from pblottiere/server_bugfix_visible
[server][bugfix] Fix regression by adding visible tag to layer's node in GetProjectSettings
2017-10-26 15:55:34 +01:00
Blottiere Paul
1c9f9df0ea Add test 2017-10-26 14:27:05 +01:00
Blottiere Paul
3c9e7190ee Fixes regression by adding visible tag to layer's node 2017-10-26 13:51:16 +01:00
lbartoletti
9adf215af4 more z/m test 2017-10-26 14:37:13 +02:00
Mathieu Pellerin
d40447e7d0 [FEATURE][welcome page] remove from list action (fixes #13722) 2017-10-26 19:25:49 +07:00
lbartoletti
6bcbbeb708 - A triangle can have double points or colinear points, my bad. It is a
degenerate triangle
- remove duplicate tests (triangle2())
2017-10-26 13:30:32 +02:00
Daniele Viganò
40c0b0b353 Force qca-qt5-ossl as a requirement for RPM 2017-10-26 13:21:01 +02:00
Mathieu Pellerin
2383edbe00 [property override btn] integer64 (instead of unknown type) for longlong 2017-10-26 17:36:36 +07:00
Daniele Viganò
32fa6f8e42 Enable 3D support only for Fedora > 26 (waiting for Qt 5.9) 2017-10-26 12:34:27 +02:00
Matthias Kuhn
d31f0940e1
Update sip 2017-10-26 12:25:50 +02:00
Nyall Dawson
034baf1b53 Merge pull request #5436 from alexbruy/processing-gdal-memory
[processing] correctly handle layers without attributes in GDAL-based geoprocessing algorithms (fix #17287)
2017-10-26 20:19:12 +11:00
Alessandro Pasotti
c780ab9bd2 [auth] Minor comment rewording 2017-10-26 11:11:56 +02:00
Alessandro Pasotti
5571a878b1 [auth] bulletproof QgsAuthManager singleton to make server happy 2017-10-26 11:10:17 +02:00
Martin Dobias
8c325206fc Add skirts to hide cracks between adjacent terrain tiles
This adds user configurable skirt height to DEM terrain generator.
Skirts are vertical walls at the edges of each terrain tile that make
cracks (discontinuities) much less apparent.

If there are visible cracks in terrain in the 3D view, try increasing skirt height.
The ideal skirt height depends on the scale of the map and range of altitudes.
2017-10-26 11:06:36 +02:00
Matthias Kuhn
ba75123f4f Merge pull request #5443 from m-kuhn/iteratorTimeout
[feature] Allow to specify timeout when requesting features
2017-10-26 10:55:23 +02:00
Matthias Kuhn
ace8b064c9
Add API doc 2017-10-26 10:54:27 +02:00
Daniele Viganò
62f0603f6d Add 3D support in RPM build 2017-10-26 10:46:22 +02:00