49924 Commits

Author SHA1 Message Date
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
rldhont
355a3871fc [Server][Feature][needs-docs] Add ability to define min. scale for WMTS 2018-08-23 14:30:45 +02:00
rldhont
df03b63bc4 [Server][Feature][needs-docs] Add ability to define ResourceURL for WMTS 2018-08-23 14:30:45 +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
rldhont
d9095e0b1e [Server] Various code cleaning for server cache manager and WMTS service 2018-08-23 11:30:36 +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
Alessandro Pasotti
64e817482a
Merge pull request #7680 from elpaso/bugfix-19651-load-style-from-qml
Load style from QML when provider supports stored styles
2018-08-23 08:05:04 +02:00
Matthias Kuhn
edc272481f Add array_filter expression function 2018-08-23 07:02:41 +02:00
Etienne Trimaille
0a20621191 [FEATURE] add foreach expression for arrays 2018-08-23 12:32:32 +10:00
Nyall Dawson
2d5499bfd1 [layouts] Default to more modern scalebar settings
Use 2 segments/0 left segments by default
2018-08-23 06:39:32 +10:00
Nyall Dawson
8c5938a967 [layouts] Add search filter box to 'add layer to legend' dialog
Helps with finding specific layers in large projects
2018-08-23 06:39:12 +10:00
Nyall Dawson
16b58b97f6 Unit tests for QgsMapLayerProxyModel 2018-08-23 06:39:12 +10:00
Nyall Dawson
51a63b98fb Allow QgsMapLayerProxyModel to be filtered by string 2018-08-23 06:39:12 +10:00
Nyall Dawson
5582a57918 [layouts] Sort layers by name in 'add layer' to legend dialog
Because it's hard to find specific layers when the layers are
listed in project order
2018-08-23 06:39:12 +10:00
Denis Rouzaud
ea2ab53482 fix QgsGeometry API doc for 3.x for get/set methods 2018-08-23 06:38:58 +10:00
Juergen E. Fischer
a3cc83a399 fix translation string (followup 9d5d49eb6) 2018-08-22 21:16:22 +02:00
Juergen E. Fischer
6b5d645440 fix b37832ab1 2018-08-22 20:33:53 +02:00
signedav
c6b05b994b sourcelanguage instead of targetlanguage
it generates a general ts file instead of a file per targetlanguage
2018-08-22 16:57:35 +02:00
signedav
3334b86e22 empty translations in ts file
and if empty in qm file take source value
2018-08-22 15:47:05 +02:00
Denis Rouzaud
2c13e53873
add a Q_PROPERTY for geometry in QgsFeature (#7682) 2018-08-22 14:36:04 +03:00