- 05 Apr, 2007 2 commits
-
-
Thomas Zander authored
Make KoShapeContainerModel compile on its own Replace all 'object' references to 'shape' as a long time ago we renamed the classes svn path=/trunk/koffice/; revision=650925
-
Thomas Zander authored
Noted that the KoShapeLayer had a copy paste of a SimpleShapeContainerModel from KoShapeGroup, so splitted that out into its own file and remove the duplicate. svn path=/trunk/koffice/; revision=650915
-
- 21 Mar, 2007 1 commit
-
-
Jan Hambrecht authored
svn path=/trunk/koffice/; revision=645150
-
- 20 Mar, 2007 1 commit
-
-
Thomas Zander authored
Fix bug that adding a shape to a container twice lost nesting info. svn path=/trunk/koffice/; revision=644523
-
- 19 Mar, 2007 1 commit
-
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=644220
-
- 28 Feb, 2007 1 commit
-
-
Thomas Zander authored
apparantly private inner classes are not a smart thing to have an a public and installable header file. svn path=/trunk/koffice/; revision=638066
-
- 22 Feb, 2007 1 commit
-
-
Thomas Zander authored
many changes in flake lead to a big recompile of the whole of koffice. So, lets do this at one go; convert most public classes to use a d-pointer which will result is much less changes in the header files. svn path=/trunk/koffice/; revision=636203
-
- 14 Feb, 2007 1 commit
-
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=633682
-
- 21 Jan, 2007 1 commit
-
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=625998
-
- 07 Jan, 2007 1 commit
-
-
Halla Rempt authored
so as not to inconvenience others) * Fix spello svn path=/trunk/koffice/; revision=620768
-
- 03 Jan, 2007 1 commit
-
-
Thomas Zander authored
The KoShape::shapeChanged virtual hook has always been called when one of the properties of a shape changed; I expanded that by making it also get called when another shape is changed in the bounding rect of the shape to allow a shape to update itself if thats needed. Note that I added a collisionDetection() boolean so there is little impact on performance for those that don't want it. This effectively finishes the runAround of KWord to make sure layouting is changed when a shape is moved above it. svn path=/trunk/koffice/; revision=619584
-
- 02 Jan, 2007 1 commit
-
-
Cyrille Berger authored
fix memory corruption (I think KoShape::setParent should be the one to make the call to KoShapeContainer::addChild/removeChild) svn path=/trunk/koffice/; revision=619196
-
- 29 Dec, 2006 1 commit
-
-
Peter Simonsson authored
* Make KoPAPageBase a KoShapeContainer * Fix drawing of child shapes in KoShapeContainer * Make KoShapeLayer resize correctly depending on the children * Fix adding and removing of child shapes in KoShapeManager Plus everything I've forgotten ;) svn path=/trunk/koffice/; revision=617691
-
- 28 Dec, 2006 1 commit
-
-
Jan Hambrecht authored
has the same container as parent svn path=/trunk/koffice/; revision=617272
-
- 14 Nov, 2006 1 commit
-
-
Thomas Zander authored
rename KoGraphicsContainerModel to KoShapeContainerModel svn path=/trunk/koffice/; revision=604799
-
- 12 Oct, 2006 1 commit
-
-
Jan Hambrecht authored
remove the shape from its former parent shape svn path=/trunk/koffice/; revision=594907
-
- 06 Aug, 2006 1 commit
-
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=570422
-
- 31 Jul, 2006 4 commits
-
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=568304
-
Thomas Zander authored
- 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. svn path=/trunk/koffice/; revision=568286
-
Thomas Zander authored
no position etc. I changed that so now the size and position of a Group will be based on the items contained in it. Add a shape and the size of the group changes. This makes adding shapes tricky; so just use the command. It makes altering the position of the whole group easy; just move the group and all children will move :) svn path=/trunk/koffice/; revision=568208
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=568171
-
- 19 Jul, 2006 1 commit
-
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=564135
-
- 28 Jun, 2006 1 commit
-
-
Thomas Zander authored
- Make KoShape::recalcMatrix no longer virtual, but provide a shapeChanged() hook - Make KoTextShape be aware of multiple shapes using 1 document, as thats what KWord needs - Fix clipping in KoTextShape for paragraphs other then the first svn path=/trunk/koffice/; revision=555850
-
- 25 Jun, 2006 1 commit
-
-
Thomas Zander authored
to compile; so I can't commit every now and then (since it takes 90 min to check if I didn't break anything) * Refactoring kword into part/ * Merge with darcs: Sun Jun 25 09:50:38 CEST 2006 Thomas Zander <zander@kde.org> * add api dox M ./kofficecore/KoProperties.h -1 +50 Sun Jun 25 09:33:00 CEST 2006 Thomas Zander <zander@kde.org> * Cleanup QDebug includes, use kDebug M ./flake/KoCreateShapeStrategy.cpp -3 +1 M ./flake/KoCreateShapesTool.cpp -1 M ./flake/KoInteractionTool.cpp -1 M ./flake/KoRectangleShapeFactory.cpp -1 M ./flake/KoRepaintManager.cpp -1 M ./flake/KoSelection.cpp -1 M ./flake/KoShape.cpp -1 +1 M ./flake/KoShapeContainer.cpp -3 +2 M ./flake/KoShapeManager.cpp -2 +1 M ./flake/KoShapeMoveStrategy.cpp -1 M ./flake/KoShapeResizeStrategy.cpp -2 M ./flake/KoShapeRotateStrategy.cpp -1 M ./flake/KoShapeRubberSelectStrategy.cpp -2 Fri Jun 23 22:09:11 CEST 2006 Thomas Zander <zander@kde.org> * add api docs M ./kofficecore/KoPageLayout.h +2 Fri Jun 23 16:31:23 CEST 2006 Thomas Zander <zander@kde.org> * Allow external document M ./kotext/KoTextShape.cpp -22 +22 M ./kotext/KoTextShape.h -11 +7 M ./kotext/KoTextShapeFactory.cpp -1 +6 Wed Jun 21 09:19:36 CEST 2006 Thomas Zander <zander@kde.org> * Make ID for textShape M ./kotext/KoTextShape.h +2 M ./kotext/KoTextShapeFactory.cpp -1 +1 Tue Jun 20 16:43:47 CEST 2006 Thomas Zander <zander@kde.org> * Fix width/height reporting M ./flake/KoCanvasController.cpp -6 +17 Tue Jun 20 09:47:48 CEST 2006 Thomas Zander <zander@kde.org> * Rename viewToNormal and normalToView to viewToDocument and documentToView (by popular demand) svn path=/trunk/koffice/; revision=554763
-
- 15 Jun, 2006 1 commit
-
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=551836
-
- 11 Jun, 2006 1 commit
-
-
Jan Hambrecht authored
svn path=/trunk/koffice/; revision=550431
-
- 25 May, 2006 1 commit
-
-
Thomas Zander authored
I'm hoping I can find someone else to create cmake stuff :) svn path=/trunk/koffice/; revision=544705
-