65597 Commits

Author SHA1 Message Date
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
Ivan Ivanov
bd81e2f1ff Add tests and fix backwards compatibility 2020-09-11 12:27:41 +03:00
Denis Rouzaud
5941261c4e
add flashing feature to locator filters (#38694) 2020-09-11 10:36:01 +02:00
Ivan Ivanov
cbb47c7d50 Improve help message 2020-09-11 11:10:33 +03:00
Ivan Ivanov
e93be2f4a4 Indentation 2020-09-11 11:10:25 +03:00
Ivan Ivanov
33a64729ec Actually use the "isNewField" flag 2020-09-11 11:01:29 +03:00
Ivan Ivanov
d32369f5ce Translate qgis::fieldcalculator to C++ (simplistic UI) 2020-09-11 10:55:12 +03:00
signedav
899b4d8eda use member to keep state if related layer is in transaction group to set toggleEditing and SaveEdits button visibility
check the "other parent" in transaction group depending on if it's a many-to-many cardinality or one-to-many

fix that it sets toggle-edit and save button to invisible if child layer is in transaction group (even if it's not in the same transaction group like the parent)

Means:
on one-to-many, we check if parent and child are in the same transaction group:
parent-layer (relation->referencedLayer)
child-layer (relation->referencingLayer)

on many-to-many, we check if parent and child and the other parent are in the same transaction group:
parent-layer (relation->referencedLayer)
child-layer / relation-layer (relation->referencingLayer)
other parent layer (nmrelation->referencedLayer)
2020-09-11 09:41:07 +02:00
Juergen E. Fischer
9ef61c5060 translation fix 2020-09-11 09:40:57 +02:00
Denis Rouzaud
fdb8ff34cf
add tests for field restriction in active layer locator filter (#38692) 2020-09-11 09:34:27 +02:00
Denis Rouzaud
14ef69f8a5 fix bug with Qt < 5.12 and Q_FLAG 2020-09-11 09:17:13 +02:00
Denis Rouzaud
4544c9614f QgsField::ConfigurationFlags: add column in source fields table (vector layer properties) 2020-09-11 09:17:13 +02:00
Denis Rouzaud
59ff516976 QgsField::ConfigurationFlags: add read/save in core 2020-09-11 09:16:49 +02:00
Alessandro Pasotti
63d8ee7fab
Merge pull request #38464 from rldhont/trust-layer-metadata-propagation
Trust layer metadata propagation
2020-09-11 09:08:55 +02:00
Ivan Ivanov
c76a32a66f
Parentheses are needed in case the filter expression contains "OR" (#38672) 2020-09-11 09:06:10 +02:00
Denis Rouzaud
c6e28828dd fix missing dox 2020-09-11 08:52:31 +02:00
Denis Rouzaud
6548dff38d also move the creation of weak relation to QgsWeakRelation 2020-09-11 08:52:31 +02:00
Denis Rouzaud
ad9e6a3d82 move the logic of writing weak relations info away from QgsVectorLayer to QgsWeakRelation
and also use QgsRelation::writeXml to avoid an incomplete info if the relation code gets other attributes
2020-09-11 08:52:31 +02:00