Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[FEATURE] Duplicate features including children (one level deep) when…
… relation strength is competition - configuration for the relationsstrength in the relation GUI `[needs-docs]`
- Loading branch information
Showing
with
503 additions
and 40 deletions.
- +22 −0 python/core/qgsrelation.sip
- +42 −0 python/core/qgsvectorlayerutils.sip
- +11 −0 src/app/qgsdiscoverrelationsdlg.cpp
- +8 −0 src/app/qgsrelationadddlg.cpp
- +2 −1 src/app/qgsrelationadddlg.h
- +14 −0 src/app/qgsrelationmanagerdialog.cpp
- +28 −0 src/core/qgsrelation.cpp
- +28 −0 src/core/qgsrelation.h
- +87 −0 src/core/qgsvectorlayerutils.cpp
- +46 −0 src/core/qgsvectorlayerutils.h
- +5 −0 src/ui/qgsdiscoverrelationsdlgbase.ui
- +46 −36 src/ui/qgsrelationadddlgbase.ui
- +7 −2 src/ui/qgsrelationmanagerdialogbase.ui
- +157 −1 tests/src/python/test_qgsvectorlayerutils.py
Oops, something went wrong.