Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Make move label tool an advanced map tool, so that CAD dock constraints
can be applied while moving labels Among other benefits, it makes it easy to move labels in a purely vertical or horizontal direction!
- Loading branch information
Showing
with
55 additions
and 37 deletions.
- +2 −1 src/app/labeling/qgsmaptoolchangelabelproperties.cpp
- +1 −1 src/app/labeling/qgsmaptoolchangelabelproperties.h
- +7 −4 src/app/labeling/qgsmaptoollabel.cpp
- +3 −3 src/app/labeling/qgsmaptoollabel.h
- +19 −9 src/app/labeling/qgsmaptoolmovelabel.cpp
- +4 −3 src/app/labeling/qgsmaptoolmovelabel.h
- +2 −2 src/app/labeling/qgsmaptoolpinlabels.cpp
- +1 −1 src/app/labeling/qgsmaptoolpinlabels.h
- +2 −2 src/app/labeling/qgsmaptoolrotatelabel.cpp
- +1 −1 src/app/labeling/qgsmaptoolrotatelabel.h
- +2 −2 src/app/labeling/qgsmaptoolshowhidelabels.cpp
- +1 −1 src/app/labeling/qgsmaptoolshowhidelabels.h
- +5 −5 src/app/qgisapp.cpp
- +5 −2 tests/src/app/testqgsmaptoollabel.cpp