SVN commit 568286 by zander: Constify viewConverter, and by dependency also; - KoShape (and inheriting classes) paint, paintDecoration - KoShapeManager paint - KoZoomHandler Also I fixed the group command; its wrong to use the initial bounding rect and add to that if the initial has no objects. M +1 -1 karbon/core/vlayer.h M +5 -10 karbon/widgets/vcanvas.cc M +0 -1 karbon/widgets/vcanvas.h M +1 -1 kword/part/frame/tests/TestDocumentLayout.h M +1 -1 kword/part/tests/TestPageManager.h M +81 -0 libs/flake/KoCommand.cpp M +2 -0 libs/flake/KoCommand.h M +1 -1 libs/flake/KoPathShape.cpp M +1 -1 libs/flake/KoPathShape.h M +1 -1 libs/flake/KoRectangleShape.cpp M +1 -1 libs/flake/KoRectangleShape.h M +2 -1 libs/flake/KoSelection.cpp M +1 -1 libs/flake/KoSelection.h M +2 -2 libs/flake/KoShape.cpp M +3 -3 libs/flake/KoShape.h M +1 -1 libs/flake/KoShapeBorderModel.h M +32 -1 libs/flake/KoShapeContainer.cpp M +5 -2 libs/flake/KoShapeContainer.h M +25 -1 libs/flake/KoShapeGroup.cpp M +3 -1 libs/flake/KoShapeGroup.h M +1 -1 libs/flake/KoShapeManager.cpp M +1 -1 libs/flake/KoShapeManager.h M +1 -1 libs/flake/KoShapeMoveStrategy.cpp M +4 -4 libs/flake/KoViewConverter.h M +3 -3 libs/flake/tests/MockShapes.h M +5 -5 libs/kofficeui/KoShapeSelector.cpp M +4 -4 libs/kofficeui/KoShapeSelector.h M +4 -4 libs/kofficeui/KoZoomHandler.cpp M +4 -4 libs/kofficeui/KoZoomHandler.h M +1 -1 libs/kotext/KoTextShape.cpp M +1 -1 libs/kotext/KoTextShape.h M +1 -1 shapes/regularpolygon/KoRegularPolygonShape.cpp M +1 -1 shapes/regularpolygon/KoRegularPolygonShape.h