6113 Commits

Author SHA1 Message Date
Matthias Kuhn
980e83ae0d Remove debug lines 2018-08-25 13:48:38 +02:00
Matthias Kuhn
157c7dcd8f Add test that now() returns static results 2018-08-25 13:45:49 +02:00
rldhont
3626cf11a0 [Server][Feature][needs-docs] Testing that exceptions are not cached 2018-08-24 17:36:59 +02:00
Matthias Kuhn
31fadd1c00
Merge pull request #7692 from m-kuhn/arrayRep
Adjust representation of arrays and maps in expressions
2018-08-24 15:51:14 +02:00
rldhont
6cb9997a0d [Server][Feature][needs-docs] Enhancing WMTS GetTile parameters check with tests 2018-08-24 15:50:29 +02:00
rldhont
ba246532b1 [Server][Feature][needs-docs] Enhancing TileMatrixSetLimits 2018-08-24 15:05:52 +02:00
Matthias Kuhn
7e63093987 Fix test 2018-08-24 13:50:01 +02:00
Matthias Kuhn
a5a6f0058a
Merge pull request #7672 from m-kuhn/geomCheckerAutoFixes
Add automatical fixes for geometries
2018-08-24 12:32:44 +02:00
Matthias Kuhn
f9da596462 QVariantMaps always have string keys 2018-08-24 08:47:23 +02:00
Matthias Kuhn
04cdc9bf30
Merge pull request #7694 from signedav/trans_extends
Improvements of translation-featurs of .qgs project data
2018-08-24 08:43:13 +02:00
Matthias Kuhn
0274bc8645 More test fixes 2018-08-24 08:11:07 +02:00
Matthias Kuhn
70bf49a18d Adjust tests for array and map expression formatting 2018-08-24 06:09:07 +02:00
Matthias Kuhn
907fb55f82 Update tests to new API 2018-08-23 18:38:24 +02:00
signedav
5ef079970d Value Relation implementation
Values in the Value Relation widgets can be translated now - means changed.
So the setting-change is made to get translated values over another layer.
2018-08-23 17:51:53 +02:00
Matthias Kuhn
51ec333199
Merge pull request #7688 from m-kuhn/array_filter
Add array_filter expression function
2018-08-23 15:54:21 +02:00
Matthias Kuhn
d9e59e28a9 Concentration please 2018-08-23 15:14:24 +02:00
Matthias Kuhn
f69e58f261 Revert to specific setters and getters 2018-08-23 14:24:42 +02:00
Nyall Dawson
de30dc981d Named variables for array_foreach 2018-08-23 21:15:32 +10:00
Nyall Dawson
89cd7858e5 Used named parameters for with_variable function 2018-08-23 21:15:32 +10:00
Matthias Kuhn
61faf797ca Test fixes 2018-08-23 11:32:00 +02:00
Mathieu Pellerin
6196fd3753
[vector writer] Return actual layer name used
This is needed as some OGR drivers will modify the provided layer name
(e.g. the KML driver replaces dashes with underscores).
2018-08-23 15:02:28 +07:00
Matthias Kuhn
624ac706dd Add array_filter tests 2018-08-23 09:21:26 +02:00
Etienne Trimaille
0a20621191 [FEATURE] add foreach expression for arrays 2018-08-23 12:32:32 +10:00
Nyall Dawson
16b58b97f6 Unit tests for QgsMapLayerProxyModel 2018-08-23 06:39:12 +10:00
Loïc Bartoletti
fb45c27afe Fix error with circularstringz on travis. 2018-08-22 10:24:11 +02:00
Alessandro Pasotti
6fba9b0b6d
Merge pull request #7674 from elpaso/bugfix-19611-ogr-overwrite-gpkg
[bugfix] Vector file writer: also check for layername before giving up
2018-08-22 10:12:43 +02:00
Alessandro Pasotti
fbfb0bc8a5 Fix test 2018-08-22 09:40:46 +02:00
Alessandro Pasotti
f4daa8cb60 Added providerUriParams to QgsVectorFileWriter::PreparedWriterDetails
Also added a test for the uri parsing
2018-08-22 08:59:48 +02:00
Matthias Kuhn
8a2e919752 Apply new GeometryOptions setter and getter to tests 2018-08-22 07:27:29 +02:00
Nyall Dawson
0d1a9819d4 Add qFloor, qCeil, qSqrt to banned keywords 2018-08-22 06:39:28 +10:00
Etienne Trimaille
5bc848c057 add map_layers variable for MapLayoutItem 2018-08-22 05:16:04 +10:00
Alessandro Pasotti
abc96ce291 [bugfix] Vector file writer: also check for layername before giving up
while (over)writing gpkg &C from vector file writer

With tests

Fixes #19611 - Cannot save selected features back to the same GeoPackage
2018-08-21 19:32:00 +02:00
Matthias Kuhn
c49ec67c4a Add tests for precision and removeDuplicateNodes 2018-08-21 17:57:41 +02:00
Stéphane Brunner
bc6ea8cb86
Merge pull request #7669 from sbrunner/wfs-namespace
Add tests on WFS GetFeature with right namespace
2018-08-21 16:09:02 +02:00
rldhont
c9409e5150 [Server][Feature][needs-docs] Update Cache manager API 2018-08-21 15:11:53 +02:00
rldhont
2075141af9 [Server] Fixing tests 2018-08-21 15:11:51 +02:00
rldhont
65f9c91e8e [Server] Fixing spelling and doc coverage 2018-08-21 14:11:50 +02:00
Martin Dobias
2e56fadcd1 Add 3D map print layout item
So far this is just support in the layout framework, not yet exposed to the GUI.
2018-08-21 12:59:47 +02:00
Stéphane Brunner
eab6440d96 Add tests on WFS GetFeature with right namespace 2018-08-21 11:18:33 +02:00
Loïc Bartoletti
81974f9670 Add reverse line maptools 2018-08-20 14:59:44 +02:00
Martin Dobias
26631b3d44 Rename faceIsActive() to isFaceActive() 2018-08-20 11:56:27 +02:00
Peter Petrik
419ec1f736 [mesh] fix bug in rendering datasets with inactive faces 2018-08-20 11:56:27 +02:00
rldhont
9463d04d54 [Server][Feature][needs-docs] Update cache manager tests for images (tiles) 2018-08-20 11:23:51 +02:00
rldhont
385de9db00 [Server][Feature][needs-docs] Create WMTS service Tests 2018-08-20 11:23:50 +02:00
rldhont
066f84fd28 [Server][Feature][needs-docs] Using QByteArray in Cache Manager, fixing capabilities pointer and enhancing tests 2018-08-20 11:20:21 +02:00
rldhont
9bd23b5ac3 [Server][Feature][needs-docs] Server Cache can be manage by plugins
First commit to add a way to manage the QGIS Server cache with plugins.

In this commit only GetCapabilities document can be cached by plugins.
2018-08-20 11:20:21 +02:00
nirvn
3c3cc43010 [FEATURE] Add generate_series(start,stop,step) expression function
The function creates an array containing a sequence of numbers.
2018-08-20 11:56:49 +07:00
Nyall Dawson
1d62de3f1b Replace use of deprecated methods 2018-08-18 16:53:32 +10:00
Matthias Kuhn
ce87662393
Merge pull request #7612 from elpaso/bugfix-19441-rulerenderer-exp-depth
Bugfix 19441 rulerenderer exp depth
2018-08-17 14:06:28 +02:00
nirvn
3b861f22f9 Add additional decodeUri tests 2018-08-16 16:46:01 +07:00