Matthias Kuhn
3cd68999b0
Merge pull request #7698 from m-kuhn/wfsDateTimeNow
...
Support for now() in WFS filters
2018-08-26 07:43:09 +02:00
Martin Dobias
504cd618ad
[FEATURE] 3D maps in print layouts (part 2) - PR #7705
2018-08-25 16:55:38 +02:00
Martin Dobias
02a6b83974
Numbering of 3d map print layout items
2018-08-25 15:32:46 +02:00
Matthias Kuhn
7a91b807d7
Add note about now() being static to help
2018-08-25 13:52:33 +02:00
Matthias Kuhn
980e83ae0d
Remove debug lines
2018-08-25 13:48:38 +02:00
Matthias Kuhn
a97426f14b
Remove project scope
2018-08-25 13:46:55 +02:00
Matthias Kuhn
157c7dcd8f
Add test that now() returns static results
2018-08-25 13:45:49 +02:00
Matthias Kuhn
2a080f017a
Revert "Make now() expression function static"
...
This reverts commit 705771a2222e23497849d820e7e10f1521c3d395.
2018-08-25 13:42:47 +02:00
Martin Dobias
3a0454ff5d
Implement refresh() and setNewItem()
2018-08-25 11:51:42 +02:00
Martin Dobias
7eb5d22e1d
A new button to set camera pose from an existing 3D view
2018-08-25 11:26:58 +02:00
Martin Dobias
0fd2962a04
Increase spin box limits
2018-08-25 10:34:11 +02:00
Martin Dobias
eae59bb275
Fixes to the 3D map widget spin boxes
2018-08-25 10:26:05 +02:00
Martin Dobias
f0dcf7ff1c
Don't forget to load/save background and selection colors
2018-08-25 10:25:32 +02:00
Martin Dobias
d9f67f8816
Move "add 3D map" button just after "add map" button
2018-08-25 09:44:55 +02:00
Matthias Kuhn
6097b13aa2
Merge pull request #7700 from m-kuhn/fixRelations
...
Invalidate relations on layer removal
2018-08-25 08:09:30 +02:00
Matthias Kuhn
960636aa3e
Merge pull request #7704 from m-kuhn/fixSaveRestoreProjectVariables
...
Fix save and restore of some project variables
2018-08-25 08:09:09 +02:00
Nyall Dawson
83feea46a7
[processing] Accept geometry-less layers in more algorithms
...
Fixes #19685
2018-08-25 15:41:13 +10:00
Alexander Bruy
267b049d31
[dbmanager] fix versioning dialog UI (overlapping line edits)
2018-08-25 08:34:24 +03:00
Etienne Trimaille
d65ad453cf
fix array formatting for array_filter
2018-08-25 11:34:42 +10:00
Matthias Kuhn
71ec91e91a
Fix save and restore of some project variables
2018-08-24 18:19:52 +02:00
Martin Dobias
7bdcab67bf
Make the non-preview layout 3D maps renders work again
2018-08-24 18:18:17 +02:00
Matthias Kuhn
38d1c68cfa
Merge pull request #7702 from m-kuhn/relationRecursionCrash
...
Fix crash when relations would be recursively nested
2018-08-24 18:02:25 +02:00
Matthias Kuhn
2a31d38613
Add copy constructor dox
2018-08-24 18:01:47 +02:00
Matthias Kuhn
db4d18c59e
Merge pull request #7701 from DelazJ/patch-2
...
Fix help of some array functions
2018-08-24 17:57:19 +02:00
Martin Dobias
832d27c29e
Make the GUI work without crashing (avoid embedded event loop)
2018-08-24 17:49:06 +02:00
Harrissou Sant-anna
40223db87d
Merge branch 'master' into patch-2
2018-08-24 16:05:15 +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
Matthias Kuhn
79f766afef
Don't crash, please
2018-08-24 15:49:24 +02:00
Matthias Kuhn
4c52faa0df
Fix crash when relations would be recursively nested
...
There is already code, that avoids building up widgets in such a situation. With this patch
it also avoids recursively calling methods on relations which are hidden (because of nesting or other reasons).
2018-08-24 15:39:25 +02:00
Matthias Kuhn
ec4483a51a
Update map and array examples
2018-08-24 14:04:27 +02:00
Matthias Kuhn
7e63093987
Fix test
2018-08-24 13:50:01 +02:00
Matthias Kuhn
308b16b163
range-based for loops
2018-08-24 13:24:13 +02:00
Matthias Kuhn
932e70a756
QgsRelation::isValid will return false if layers are deleted
2018-08-24 13:24:13 +02:00
Matthias Kuhn
86e1382fb0
Make QgsRelation implicitly shared
2018-08-24 13:24:13 +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
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