Matthias Kuhn
507649ddbd
Readd qgsfeature.h to CMakeLists.txt
2018-09-04 16:19:26 +02:00
Matthias Kuhn
db45686804
Adjust core_auto.sip
2018-09-04 15:55:29 +02:00
Matthias Kuhn
2015defa12
Add missing qgspointxy.h includes
2018-09-04 15:54:29 +02:00
Matthias Kuhn
26fee72881
Include qgsgeometry.h where required
2018-09-04 15:20:59 +02:00
Matthias Kuhn
1bfc2785c9
Remove unrequired qgsfeature.h includes
2018-09-04 14:55:21 +02:00
Matthias Kuhn
99c4b59a97
Include qgis_sip.h
2018-09-04 13:49:35 +02:00
Matthias Kuhn
e35e83065f
Include qgsfeatureid.h instead of redefining
2018-09-03 07:55:39 +02:00
Matthias Kuhn
74fb0fabc6
Move QgsFeatureId to own header
2018-09-03 07:54:37 +02:00
Matthias Kuhn
a6e0e39bcd
Merge pull request #7712 from m-kuhn/fixTheFix
...
Initialize
2018-08-26 13:37:22 +02:00
Matthias Kuhn
02b4f83b90
Initialize
2018-08-26 12:14:55 +02:00
Alexander Bruy
821a8ff0b5
[processing] fix incorrect output names
2018-08-26 11:26:07 +03:00
Matthias Kuhn
3c23bff681
Merge pull request #7710 from m-kuhn/fixTheFix
...
Fix the fix from yesterday
2018-08-26 09:10:45 +02:00
Matthias Kuhn
bc3a0c0033
Clean code
2018-08-26 09:08:07 +02:00
Matthias Kuhn
43afffc4a6
Revert "Simplify code"
...
This reverts commit dea911dcbcdaf8f725c2d99eb4a854936f043ef7.
2018-08-26 09:08:07 +02:00
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