vcloarec
09c73433dd
move QgsMeshLayerProperties to GUI
2020-09-14 15:55:18 +10:00
Nyall Dawson
c192b04e7c
Fix data defined expressions cannot use fields in vector tile renderer
2020-09-14 12:42:49 +10:00
Nyall Dawson
229c240b59
Correctly parse 'match' interpolation list values during conversion
2020-09-14 12:42:49 +10:00
Nyall Dawson
91598c7849
Fix incorrect rows are removed when removing vector tile renderer/labeling rules
2020-09-14 12:42:49 +10:00
Nyall Dawson
d214e637fc
Show preview icons in rule based labeling list of rules and vector tile
...
labeling list of rules
Makes it MUCH easier to identify specific rules in the list, and matches
appearance with the rule based renderer/vector tile renderer list appearances.
2020-09-14 11:32:49 +10:00
Nyall Dawson
7cd51dc944
Fix warning
2020-09-14 08:58:48 +10:00
nirvn
3a00572461
Convert label shields
2020-09-14 08:57:35 +10:00
nirvn
06f00da53c
Convert text-rotation-alignment:viewport for line labels
2020-09-14 08:57:35 +10:00
Mathieu Pellerin
31b2b89c4e
Address review
2020-09-14 08:57:35 +10:00
nirvn
b898ec2e1c
Convert interpolated fill pattern sprites
2020-09-14 08:57:35 +10:00
nirvn
73e73c0319
Convert interpolated icon marker sprites
2020-09-14 08:57:35 +10:00
nirvn
499d1a6644
Convert label text-offset for line placement
2020-09-14 08:57:35 +10:00
olivierdalang
3d0017e6d3
[rotated_ticks] allow to input decimal numbers in skip low angled param
2020-09-14 08:44:28 +10:00
olivierdalang
ca873438b2
[rotated_ticks] add a tolerance for skip low angled ticks parameter
2020-09-14 08:44:28 +10:00
Matthias Kuhn
a53dae2c90
Fix indentation
2020-09-14 08:43:31 +10:00
Nyall Dawson
4eeb1b6ebd
Fix sip bindings
2020-09-14 08:43:31 +10:00
Mathieu Pellerin
c88548d382
Update expected test results
2020-09-14 08:42:46 +10:00
nirvn
5acde82ce4
Fix stops parsing
2020-09-14 08:42:46 +10:00
Juergen E. Fischer
2181b72062
fix build (followup 425637efa0)
2020-09-13 12:08:14 +02:00
Matthias Kuhn
2a3fdf14e8
Merge pull request #38714 from m-kuhn/speedup_ogc_tests
...
Speedup ogc tests
2020-09-13 10:23:43 +02:00
Matthias Kuhn
1d37f2621c
[ogc tests] No need to build tests
2020-09-12 10:03:47 +02:00
Matthias Kuhn
6a62f70019
[ogc tests] Remove ccache
...
Github cache is immutable.
It's useful for caching static dependencies like pip, but not for dynamic caches like ccache.
It has a 0% hit rate and only adds overhead at the moment.
To be revisited when github caching improves.
2020-09-12 10:03:47 +02:00
Matthias Kuhn
d5350c618c
Merge pull request #37602 from rduivenvoorde/console_base_class
...
Add/use simple BaseClass to Python Console classes
2020-09-12 08:53:15 +02:00
Matthias Kuhn
836b79b94f
Merge pull request #38710 from vcloarec/fixeExportLayerProperties
...
fix include for gui export
2020-09-12 08:52:43 +02:00
Nyall Dawson
4eca15337c
Fix build warning
2020-09-12 08:53:33 +10:00
Harrissou Sant-anna
6da5db1985
Add geometry overlay functions to a group
2020-09-12 08:41:19 +10:00
vcloarec
425637efa0
fix include for gui export
2020-09-11 18:36:31 -04:00
Blottiere Paul
d857db174a
Update ignore file for spell check
2020-09-12 05:29:18 +10:00
Blottiere Paul
a7df5c95c5
Remove unused project
2020-09-12 05:29:18 +10:00
tomasMizera
f7aa5ef46a
Expose field name to widget
2020-09-11 20:19:29 +02:00
tomasMizera
265740fd5a
get rid of model types and cache
2020-09-11 20:19:29 +02:00
tomasMizera
7c005d7c07
fix docu problems
2020-09-11 20:19:29 +02:00
tomasMizera
4c86bc083b
nit changes
2020-09-11 20:19:29 +02:00
tomasMizera
d2f422d24b
documentation, licence header and renaming
2020-09-11 20:19:29 +02:00
tomasMizera
54660aaf0b
remove old valuerelation model
2020-09-11 20:19:29 +02:00
tomasMizera
fda6324823
astyle check
2020-09-11 20:19:29 +02:00
tomasMizera
2bdff7d44b
use new features model instead of valuerelation model in qml
2020-09-11 20:19:29 +02:00
tomasMizera
fa8f2d0b96
Add features model - cpp
2020-09-11 20:19:29 +02:00
Matthias Kuhn
1a83d21912
Merge pull request #38700 from DiGro/patch-6
...
Removed superfluous bracket
2020-09-11 17:02:33 +02:00
signedav
c9c01fd90f
Merge pull request #38678 from signedav/fix-relationeditor-flags
...
Fix visible state of buttons in the Relation Editor Widget
2020-09-11 16:21:41 +02:00
Matthias Kuhn
3bea2e702e
Merge pull request #38695 from suricactus/alg_fieldcalc_cpp_simple
...
Translate qgis::fieldcalculator to C++
2020-09-11 15:41:24 +02:00
Matthias Kuhn
a46acb4169
Merge pull request #38405 from olivierdalang/refFunctionsRebase
...
[feature][expression] refFunction port to core
2020-09-11 15:40:02 +02:00
DiGro
1c2b4ae2b0
Removed superfluous bracket
...
Line 74 : (active layer locator filter))" should be; (active layer locator filter)"
Removed one superfluous bracket
2020-09-11 14:02:27 +02:00
vsklencar
24a605abc1
[QgsQuick] Some more optimalization according app window
2020-09-11 13:45:12 +02:00
vsklencar
7aa18dab5e
[QgsQuick] Support for custom formats and strings
2020-09-11 13:45:12 +02:00
vsklencar
3fc61a49da
[QgsQuick] Date time widget - adjusted for small screens
2020-09-11 13:45:12 +02:00
vsklencar
4e6acb6da3
[QgsQuick] Datetime widget - spelling and banned keywords fix
2020-09-11 13:45:12 +02:00
vsklencar
75795a3370
[QgsQuick] Date time widget improvements
2020-09-11 13:45:12 +02:00
Martin Dobias
7cbf80ff5c
Merge pull request #38309 from vcloarec/TINMeshCreaton
...
TIN Mesh creation
2020-09-11 13:41:19 +02:00
signedav
9ccbeb3217
default value for mButtonsVisibility on initialization since it's used when creating a widget with no settings (because of an autogenerated form)
2020-09-11 13:40:17 +02:00