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 #5223 from boundlessgeo/geom_compatibility_check_r…
…elease-2_18-fix15741 On behalf of Giovanni: Geom compatibility check release 2.18 fixes #15741 #16927
- Loading branch information
Showing
with
343 additions
and 118 deletions.
- +12 −2 python/core/qgsvectordataprovider.sip
- +13 −0 python/core/qgsvectorlayereditbuffer.sip
- +19 −7 src/app/qgisapp.cpp
- +6 −1 src/app/qgsfieldcalculator.cpp
- +4 −0 src/app/qgsmaptooladdpart.cpp
- +4 −2 src/app/qgsmaptooldeletepart.cpp
- +5 −1 src/app/qgsmaptooldeletering.cpp
- +17 −4 src/app/qgsmaptoolsimplify.cpp
- +66 −31 src/core/qgsofflineediting.cpp
- +5 −0 src/core/qgsofflineediting.h
- +27 −0 src/core/qgsvectordataprovider.cpp
- +12 −2 src/core/qgsvectordataprovider.h
- +40 −42 src/core/qgsvectorlayereditbuffer.cpp
- +13 −0 src/core/qgsvectorlayereditbuffer.h
- +26 −17 src/core/qgsvectorlayereditutils.cpp
- +1 −0 src/gui/qgsrelationeditorwidget.cpp
- +5 −1 src/plugins/geometry_checker/ui/qgsgeometrycheckerresulttab.cpp
- +5 −1 src/plugins/geometry_checker/ui/qgsgeometrycheckersetuptab.cpp
- +3 −3 tests/src/core/testqgstracer.cpp
- +60 −4 tests/src/python/test_qgsvectorlayereditbuffer.py
Oops, something went wrong.