- 15 Dec, 2009 1 commit
-
-
Casper Boemann authored
svn path=/trunk/koffice/; revision=1062566
-
- 14 Dec, 2009 4 commits
-
-
Jan Hambrecht authored
svn path=/trunk/koffice/; revision=1062348
-
Script Kiddy authored
svn path=/trunk/koffice/; revision=1062320
-
Vera Lukman authored
Hovered recent color is highlighted. I am trying to find a way to make it glows, just like the standard Qt widget, but I haven't figured out how yet. svn path=/trunk/koffice/; revision=1062178
-
Vera Lukman authored
I am trying to fix a crasher bug but I am not even sure what the cause of it. It would be great if someone can help me to analyze the problem. I suspect that it has something to do with the pop up palette, but because it is a concurrency problem so it is very hard to verify. To produce the bug, pop the palette then click the color button a few times, close krita main window. I have the traceback, anyone who is interested can mail me to get it. The traceback is not very helpful though. svn path=/trunk/koffice/; revision=1062168
-
- 13 Dec, 2009 15 commits
-
-
Jarosław Staniek authored
build (msvc) svn path=/trunk/koffice/; revision=1062157
-
Jan Hambrecht authored
svn path=/trunk/koffice/; revision=1062047
-
Thomas Zander authored
Rename KoPathShape::pointCountSubpath() -> subpathPointCount() Rename KoPathShape::fromQPainterPath() -> KoPathShape::createShapeFromPainterPath() svn path=/trunk/koffice/; revision=1062011
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=1062000
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=1061999
-
Thomas Zander authored
* fixed several api docs issues, like using very short abbreviated vars * Coding style check * Move some code on the KoCanvasController to the private. svn path=/trunk/koffice/; revision=1061998
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=1061971
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=1061970
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=1061933
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=1061932
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=1061931
-
Thomas Zander authored
Also remove the friend there, which is a bit ugly and the removal showed one bug in the API; KoShape::setCollisionDetection() was protected while it should be public. Fixed that too. Moved the private methods to the private object. svn path=/trunk/koffice/; revision=1061930
-
Vera Lukman authored
Hovered favorite brush is now highlighted, probably selected brush should be highlighted too. I changed some define constants because I read that define macros should be avoided. svn path=/trunk/koffice/; revision=1061921
-
Thorsten Zachmann authored
svn path=/trunk/koffice/; revision=1061803
-
Carlos Licea authored
svn path=/trunk/koffice/; revision=1061779
-
- 12 Dec, 2009 8 commits
-
-
Halla Rempt authored
When creating a new image, only create all pixels at the start for the new layer if the layer is semi-transparent, otherwise use the default pixel. This saves some memory in the most common use-case. svn path=/trunk/koffice/; revision=1061654
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=1061653
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=1061652
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=1061651
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=1061650
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=1061648
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=1061646
-
Thomas Zander authored
Added the handlesCount() method and made the set/getters for handles protected per Thorstens suggestions. I also noticed a lot of viruals that were never overridden, so lets remove those since a virual is a LOT slower than not being virtual. Adding/removing a virtual is binary incompatible, so better do it now. svn path=/trunk/koffice/; revision=1061561
-
- 11 Dec, 2009 12 commits
-
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=1061505
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=1061504
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=1061503
-
Thomas Zander authored
We should not use setFoo() with 2 arguments which won't have a matching getter. So use connectFirst/connectSecond() instead. The problem was partly detected by the author who returned a QPair<> which kind of works, but is suboptimal. With the non-setter we can make the API even easier by just splitting the two values we want into firstShape(); firstConnectionIndex(); and the same for second* svn path=/trunk/koffice/; revision=1061502
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=1061501
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=1061500
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=1061499
-
Thomas Zander authored
This meant making the connection shape share the dpointer. svn path=/trunk/koffice/; revision=1061498
-
Bernhard Rosenkraenzer authored
svn path=/trunk/koffice/; revision=1061381
-
Bernhard Rosenkraenzer authored
svn path=/trunk/koffice/; revision=1061366
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=1061256
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=1061253
-