65991 Commits

Author SHA1 Message Date
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
Denis Rouzaud
07219108ee respect searchable flag in active layer locator filter 2020-09-11 06:55:14 +02:00
vcloarec
89e4d4925a enable QgsMeshTriangulation with SIP and change SIP_CONCAT_PARTS 2020-09-10 20:16:44 -04:00
Denis Rouzaud
5dcca0ec2b
add configuration flags to QgsFields (#38634) 2020-09-10 22:50:29 +02:00
vcloarec
0f60631711 disable analysis/mesh/QgsMeshTriangulation with SIP 2020-09-10 14:50:25 -04:00
vcloarec
209339a0e9 fix spelling 2020-09-10 14:03:11 -04:00
vcloarec
2446e7f0cd minor fixes and add tests 2020-09-10 14:03:11 -04:00
vcloarec
5ffc4f298a some fixes and add tests 2020-09-10 14:03:11 -04:00
vcloarec
abd5fad9dd add more feedback cancellation and fix doc 2020-09-10 14:03:11 -04:00
vcloarec
0f70883b6d test without different CRS
and add some const
2020-09-10 14:03:11 -04:00
vcloarec
836246eab9 fix bad sync with MDAL 2020-09-10 14:03:11 -04:00
vcloarec
8d1c67f3ac fix class/struct 2020-09-10 14:03:11 -04:00
vcloarec
07714f3931 port alg to c++
and minor fixes
2020-09-10 14:03:11 -04:00
vcloarec
2e04ccde7b fix MDAL 2020-09-10 14:03:11 -04:00
vcloarec
b453bb1dbe fix struct/class 2020-09-10 14:03:11 -04:00
vcloarec
9db4032d59 fix sip and doc 2020-09-10 14:03:11 -04:00
vcloarec
a95a40bfdd fixe typo and doc 2020-09-10 14:03:11 -04:00
vcloarec
d2f4c40f8a TIN Mesh creation 2020-09-10 14:03:11 -04:00