43199 Commits

Author SHA1 Message Date
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
Matthias Kuhn
957f6abeed
Move private methods implementation to header 2017-10-26 17:38:50 +02:00
Matthias Kuhn
7c5f910de3
Fix build with Qt 5.5 2017-10-26 17:36:21 +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
Matthias Kuhn
9c24818d78
Load some entries by default in relation reference widget 2017-10-26 16:56:37 +02:00
Matthias Kuhn
fd772dc081
Relation reference widget make current entry bold 2017-10-26 16:56:06 +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
Matthias Kuhn
d676035227
QgsFeatureListComboBox GUI enhancements 2017-10-26 16:31:10 +02:00
Matthias Kuhn
e63da88090
NULL value is gray and italic 2017-10-26 16:30:44 +02:00
Matthias Kuhn
95ddaa8c1e
Fix build warning 2017-10-26 16:30:13 +02:00
Matthias Kuhn
7ec35e0859
Add a selectOnFocus property to QgsFilterLineEdit 2017-10-26 16:29:46 +02:00
Matthias Kuhn
026769269c
fixup 7811f38e480aabae9a1c068f4da766da4dc7b0f8 2017-10-26 16:23:29 +02:00
Marco Hugentobler
7d84782546 Add unittest for featureinfo request using the parameter with_geometry 2017-10-26 16:10:40 +02:00
Marco Hugentobler
49a1a5a09f Remove geometries from unit test output (is now only added if requested) 2017-10-26 15:34:14 +02:00
Matthias Kuhn
c07050b800
Fix todo 2017-10-26 15:33:02 +02:00
Matthias Kuhn
c661ab1090
Allow using NULL values 2017-10-26 15:31:50 +02:00
Matthias Kuhn
2a185a0c9b
Re-Enable chained filters 2017-10-26 15:30:41 +02:00
Matthias Kuhn
98bad05051
Only restore selection if it exists 2017-10-26 15:30:41 +02:00
Matthias Kuhn
ef2d17f956
No forced rendering on startup 2017-10-26 15:30:40 +02:00
Matthias Kuhn
ff759f67c5
[travis] fold docker information 2017-10-26 15:30:40 +02:00
Matthias Kuhn
bcf93146db
Fix building tests 2017-10-26 15:30:40 +02:00
Matthias Kuhn
0b090fe141
Doxyfixes 2017-10-26 15:30:40 +02:00
Matthias Kuhn
51c5e8a063
Fix build 2017-10-26 15:30:40 +02:00
Matthias Kuhn
035fc46ada
Qt < 5.6 compatibility 2017-10-26 15:30:40 +02:00
Matthias Kuhn
a2b79d47b9
Optimize request for QgsFeatureFilterModel 2017-10-26 15:30:39 +02:00
Matthias Kuhn
a15c183aeb
More doxymentation 2017-10-26 15:30:39 +02:00
Matthias Kuhn
d8b641b591
Doxymentation 2017-10-26 15:30:39 +02:00
Matthias Kuhn
5c32db94fd
Make QgsRelationReferenceWidget background threaded 2017-10-26 15:30:39 +02:00
Matthias Kuhn
e90301725c
Add tests for QgsFeatureListComboBox and friends 2017-10-26 15:30:39 +02:00
Matthias Kuhn
7811f38e48
[FEATURE] Add QgsFeatureListComboBox with live-filter-capabilities 2017-10-26 15:30:38 +02: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
Marco Hugentobler
5bd63b7e17 [FEATURE]: Fetch geometry and maptip in feature info only if requested by the client 2017-10-26 13:15:48 +02:00
Mathieu Pellerin
2383edbe00 [property override btn] integer64 (instead of unknown type) for longlong 2017-10-26 17:36:36 +07:00