49764 Commits

Author SHA1 Message Date
Harrissou Sant-anna
399bbf1a00
Fix array_to_string description and add default value example 2018-08-24 11:54:34 +02:00
Matthias Kuhn
9dc387fb87 Doxygen since 2018-08-24 11:33:59 +02:00
Harrissou Sant-anna
8e8f4a5ea7
Fixes generate_series examples 2018-08-24 11:28:58 +02:00
Matthias Kuhn
61c3fe4a9d
Merge pull request #7696 from m-kuhn/initializeCaptureModeNone
Initialize capture mode none
2018-08-24 11:28:54 +02:00
Matthias Kuhn
705771a222 Make now() expression function static 2018-08-24 11:19:57 +02:00
Matthias Kuhn
9abd6d33b0 Support for static expression functions in WFS filters 2018-08-24 11:19:57 +02:00
Matthias Kuhn
c709f18831 DateTime support for WFS filters 2018-08-24 11:19:57 +02:00
Mathieu Pellerin
bf0962fa9c
[raster] Remove preexisting pyramid files when over-writing a raster (#7677)
(failing to do so can lead to new raster relying on old pyramid
files, corrupting the rendering)
2018-08-24 15:39:16 +07: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
dea911dcbc Simplify code 2018-08-24 08:41:46 +02:00
Matthias Kuhn
b6fbdec739 Initialize capture mode from layer
When the captureMode is set to CaptureNone, it should be initialized from the layer on create and not only on the first layer change.
2018-08-24 08:41:46 +02:00
Matthias Kuhn
0274bc8645 More test fixes 2018-08-24 08:11:07 +02:00
Matthias Kuhn
2c0de10b57 Fix code style 2018-08-24 07:56:58 +02:00
Matthias Kuhn
cc424f9eaa Fix compilation 2018-08-24 06:10:12 +02:00
Matthias Kuhn
70bf49a18d Adjust tests for array and map expression formatting 2018-08-24 06:09:07 +02:00
Matthias Kuhn
8e1aeda464 More array and map expression formatting 2018-08-24 06:08:35 +02:00
Matthias Kuhn
65fd187da8 Quote keys 2018-08-24 05:52:15 +02:00
Martin Dobias
f08ebab0cf GUI for the 3D map print layout item 2018-08-24 00:07:52 +02:00
Luigi Pirelli
3b29e59885 small fix in parameter description removing spaces 2018-08-24 06:18:51 +10:00
Luigi Pirelli
819a82ad54 added SAGA watershed segmentation execution test 2018-08-24 06:18:51 +10:00
Luigi Pirelli
ad96be96a9 Fix Thershold parameter for SAGA Watershed algorithm 2018-08-24 06:18:51 +10:00
Chris Mayo
2a72eda514 Improve documentation of QgsRasterLayer constructor
- baseName is just passed on to the parent constructor to be the display
   name, use a literal string in the example to avoid misunderstanding.

 - Remove stray bullet.
2018-08-24 06:16:57 +10:00
Matthias Kuhn
907fb55f82 Update tests to new API 2018-08-23 18:38:24 +02:00
Matthias Kuhn
063ccf4283 Move geometry fixes to separate class 2018-08-23 18:38:09 +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
Blottiere Paul
f710a09322 Log into cerr instead of cout 2018-08-23 16:45:08 +01:00
Matthias Kuhn
d93d585b4a Rename checkbox 2018-08-23 17:22:52 +02:00
Matthias Kuhn
d24ffbc401 Add guard 2018-08-23 17:21:18 +02:00
Matthias Kuhn
40d0dfa315 JSON formatting and prefix removal 2018-08-23 16:11:23 +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
4fecc2e90a Code cleanup 2018-08-23 14:48:26 +02:00
Matthias Kuhn
750f63fb6f Adjust representation of arrays and maps in expressions
array representation:

```
array: [ 1, 2, 3 ]
```

before:

```
array: 1, 2, 3
```

map representation:

```
map: { one: 1, two: 2, three: 3 }
```

before

```
map: one: 1, two: 2, three: 3
```
2018-08-23 14:46:41 +02:00
Matthias Kuhn
f69e58f261 Revert to specific setters and getters 2018-08-23 14:24:42 +02:00
Matthias Kuhn
0b96fd9246
Merge pull request #7691 from asiersarasua/master
[i18n] Make string translatable
2018-08-23 14:16:33 +02:00
Matthias Kuhn
283c34ed04 Adjust array representation in help 2018-08-23 14:13:32 +02:00
Matthias Kuhn
5e2a523f60 Fix docstring 2018-08-23 14:13:05 +02:00
Nyall Dawson
de30dc981d Named variables for array_foreach 2018-08-23 21:15:32 +10:00
Nyall Dawson
bb4699e2ea More code tweaks 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
Nyall Dawson
34bb08c156 Minor performance tweak 2018-08-23 21:15:32 +10:00
Nyall Dawson
c7eafc63c2 Fix potential crash when preparing with_variable and no context is set 2018-08-23 21:15:32 +10:00
assar
9bf7c9ec14 [i18n] Make string translatable 2018-08-23 13:05:27 +02: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
db99c77a89 Less manual memory management 2018-08-23 09:28:21 +02:00
Matthias Kuhn
901effca01 Named parameters 2018-08-23 09:21:36 +02:00
Matthias Kuhn
624ac706dd Add array_filter tests 2018-08-23 09:21:26 +02:00
Matthias Kuhn
81587e10dc Add missing class declaration 2018-08-23 09:21:19 +02:00