Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #5448 from signedav/relationshipstrength
Duplication Feature and its relating Features
- Loading branch information
Showing
with
507 additions
and 40 deletions.
- +22 −0 python/core/qgsrelation.sip
- +44 −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
- +48 −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.