signedav
5f4acded15
some more fixes
...
Removed QmlExpression from api
On activation of template box, we overwrite the text in the GUI
The preview is loaded including expression values on start
Takes expression instead of currentText from ExpressionWidget - means it delivers fields in quotes
2018-09-06 07:57:17 +02:00
signedav
4504845311
moved QmlExpression back to header
2018-09-05 17:07:43 +02:00
signedav
76df5b022d
docs and replacement of qmlexpression
2018-09-05 15:59:01 +02:00
signedav
ae1333dc06
preview feature
2018-09-05 11:01:33 +02:00
signedav
df8862bc40
return if no widget
2018-09-05 11:01:33 +02:00
signedav
d6c0899828
fixed qml example
2018-09-05 11:01:33 +02:00
signedav
5e1df29066
remove unused qmlwidget class
...
because using qquickwidget directly
2018-09-05 11:01:33 +02:00
signedav
ae3176fef7
docstrings and beautification
2018-09-05 11:01:33 +02:00
signedav
4ad7067348
layout
2018-09-05 11:01:33 +02:00
signedav
561ea3b0ba
improved gui handling
2018-09-05 11:01:33 +02:00
signedav
ccdd4df5ce
expressions on qml widget
2018-09-05 11:01:33 +02:00
signedav
abbe5c5205
expressions
2018-09-05 11:01:33 +02:00
signedav
3d8d3ac6c6
layout and expressions
2018-09-05 11:01:32 +02:00
signedav
6ac41b42d9
preview
2018-09-05 11:01:32 +02:00
signedav
7fd8732061
open on drop
2018-09-05 11:01:32 +02:00
signedav
bb6702fc34
basics with configurable code and attributes
2018-09-05 11:01:32 +02:00
signedav
016b0cb76a
get attributes from current feature
...
by feature.attribute("outlet_1")
2018-09-05 11:01:32 +02:00
signedav
e8e32fab64
Configuration and display
...
works in basic - no attributs. no handy configurator.
2018-09-05 11:01:32 +02:00
Matthias Kuhn
f41aaa79cb
Yay, more QML!
2018-09-05 11:01:32 +02:00
Matthias Kuhn
35898f9f0e
Modernize
2018-09-05 11:01:32 +02:00
Matthias Kuhn
a780febb42
Add some configuration
2018-09-05 11:01:32 +02:00
Matthias Kuhn
493bdb1bf2
f
2018-09-05 11:01:32 +02:00
Matthias Kuhn
ae68549186
Initial work on QML widget configuration
2018-09-05 11:01:32 +02:00
Matthias Kuhn
a5d7c1708c
Make string translatable
2018-09-05 11:01:32 +02:00
Matthias Kuhn
5acd33b32d
Work in progress
2018-09-05 11:01:32 +02:00
nirvn
1c8eadcdcc
[3d] When first applying a 3D map settings from a dock, also copy its camera settings
2018-09-05 14:51:37 +07:00
Matthias Kuhn
f875bb77b4
Merge pull request #7792 from m-kuhn/threadsafefeaturesource
...
Add threadsafe method to get featuresource from layer
2018-09-05 08:13:44 +02:00
Matthias Kuhn
86f429375d
Doxygen
2018-09-05 06:42:59 +02:00
Matthias Kuhn
26626ea3d8
Fix test
2018-09-05 06:42:51 +02:00
Nyall Dawson
969c7c550f
Capitalization
2018-09-05 13:55:47 +10:00
Matthias Kuhn
e23167ee3d
Fix some test issues
2018-09-05 05:32:37 +02:00
Nyall Dawson
f79d86edab
[processing] Port string widget wrapper to new c++ class
2018-09-05 13:14:50 +10:00
Nyall Dawson
e10d16e1da
Merge pull request #7659 from lbartoletti/reverseLine
...
[needs-docs][FEATURE] Add reverse line maptools AKA swap direction
2018-09-05 08:59:49 +10:00
Juergen E. Fischer
1f918583e8
debian packaging: include Qt53DExtra headers removed on debian/ubuntu
2018-09-05 00:47:15 +02:00
Nyall Dawson
d449d41503
Don't crash when writing invalid variants via QgsXmlUtils
2018-09-05 08:11:48 +10:00
Nyall Dawson
2041cad0c0
[wfs] Fix some race conditions
2018-09-05 07:55:19 +10:00
Nyall Dawson
0b4694fbee
More efficient case insensitive string comparison
2018-09-05 07:54:35 +10:00
Matthias Kuhn
75bb5c40a7
Add test for QgsVectorLayerUtils::getFeatureSource
2018-09-04 22:07:33 +02:00
Matthias Kuhn
44ce8977d9
Use QPointer instead of QWeakPointer
2018-09-04 22:05:56 +02:00
Nyall Dawson
3014bbf357
Fix build warnings
2018-09-05 05:54:11 +10:00
Matthias Kuhn
ded7978fab
Merge pull request #7790 from m-kuhn/featureid
...
Move QgsFeatureId to own header
2018-09-04 21:31:00 +02:00
Nyall Dawson
8af1c3f9f0
Respect nodata values in ::sample() for gdal provider
2018-09-05 05:24:51 +10:00
Matthias Kuhn
b85f1ed269
One more forward declaration
2018-09-04 20:49:25 +02:00
Harrissou Sant-anna
34632714a2
Remove "fix geometries" algorithm advice from the filter vertices description
...
given that it actually drops M values
2018-09-05 04:10:43 +10:00
Matthias Kuhn
f85d1c1657
Sometimes we still need to include qgsfeature.h
2018-09-04 20:02:40 +02:00
Matthias Kuhn
d2d348b273
Add forward declaration
2018-09-04 19:45:59 +02:00
Matthias Kuhn
cf5523f84c
Add missing declaration
2018-09-04 19:08:11 +02:00
Luigi Pirelli
580ecafa32
Merge pull request #7396 from luipir/rastercalculator_model_fix
...
[processing] Rebirth RasterCalculator in Modeler. Fixes #19302
2018-09-04 18:13:04 +02:00
Matthias Kuhn
907fe38448
Fix typo
2018-09-04 17:48:37 +02:00
Matthias Kuhn
51fd516c94
Add missing qgsrectangle.h includes
2018-09-04 17:19:04 +02:00