Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
435 additions
and 154 deletions.
- +26 −0 python/core/qgsauxiliarystorage.sip
- +11 −0 python/core/qgsrulebasedlabeling.sip
- +3 −1 python/core/qgsvectorlayer.sip
- +21 −0 python/core/qgsvectorlayerlabeling.sip
- +7 −29 src/app/qgisapp.cpp
- +77 −42 src/app/qgsmaptoollabel.cpp
- +13 −0 src/app/qgsmaptoollabel.h
- +29 −2 src/app/qgsmaptoolmovelabel.cpp
- +1 −8 src/app/qgsmaptoolpinlabels.cpp
- +9 −0 src/app/qgsmaptoolrotatelabel.cpp
- +70 −67 src/app/qgsmaptoolshowhidelabels.cpp
- +1 −2 src/app/qgsmaptoolshowhidelabels.h
- +57 −1 src/core/qgsauxiliarystorage.cpp
- +26 −0 src/core/qgsauxiliarystorage.h
- +24 −0 src/core/qgsrulebasedlabeling.cpp
- +21 −0 src/core/qgsrulebasedlabeling.h
- +7 −1 src/core/qgsvectorlayer.h
- +1 −1 src/core/qgsvectorlayerdiagramprovider.cpp
- +10 −0 src/core/qgsvectorlayerlabeling.cpp
- +21 −0 src/core/qgsvectorlayerlabeling.h
Oops, something went wrong.