- 31 Jul, 2007 5 commits
-
-
Thomas Zander authored
need to pass an endline and there will be a space placed between arguments automatically. This means that everywhere we added those manually we get duplicates, so lets get rid of those. oh; here is the perl script I used; (regexps rock!) #!/usr/bin/perl -ni s/(kDebug\s*\(.*?)(\s*<<\s*endl\s*;)/$1;/; while(s/(kDebug\s*\(.*)((\\n|\s+)\")/$1"/s) {} print $_; svn path=/trunk/koffice/; revision=694641
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=694640
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=694632
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=694631
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=694617
-
- 30 Jul, 2007 15 commits
-
-
Jan Hambrecht authored
handling because the actual pattern images had to be written too. So the KoShapeSavingContext now has functions to add the pixmaps and write them later to the odf store. I added a helper class KoShapeStyleWriter for handling the shape style adding and writing of the office:styles styles for convienience. Added a new StyleFillImage style type to KoGenStyle for fill-image styles. svn path=/trunk/koffice/; revision=694516
-
Sebastian Sauer authored
svn path=/trunk/koffice/; revision=694485
-
Emanuele Tamponi authored
boud's advice, and compile all tests before committing :-) Sorry for the inconvenience. svn path=/trunk/koffice/; revision=694461
-
Emanuele Tamponi authored
svn path=/trunk/koffice/; revision=694459
-
Halla Rempt authored
a KisNodeFacade (so there's only one entry point for adding, removing and moving layers, like KisImage is now), complete with unittest. The unittests still fail, but that's just because there's no implementation yet :-). svn path=/trunk/koffice/; revision=694441
-
Emanuele Tamponi authored
It mixes correctly almost all colors. Do not be surprised that yellow and blue give gray instead of green: just "correct" them so that they're less "pure". That's an obvious point, since in real paints, yellow and blue give green just because they're not pure. The same with other mixtures. I'll change the basic palette with a more realistic one soon. This commit disable the whole illuminant-reflectance implementation, because it's not finished and it doesn't work as good as I want to. So the mixer uses a more basic "RGB/KS" color space, that uses RGB values as reflectances and then convert it to Kubelka Munk without any extra calculation. It's a pretty good approach until I finish the "real thing" (tm). I removed (definitively) gmm matrices and std::vectors. The first because I do not need the features of gmm, the second because they're too slow (once I removed them, my mixer started to be smoothly fast again). The mixer (temporarly) doesn't depend on glpk (GNU Linear Programming Kit), until I reimplement the illuminant-reflectance color spaces. So... enjoy something quite interesting, finally! :-) svn path=/trunk/koffice/; revision=694438
-
Cyrille Berger authored
svn path=/trunk/koffice/; revision=694412
-
Sven Langkamp authored
svn path=/trunk/koffice/; revision=694402
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=694289
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=694287
-
Thomas Zander authored
with all the dynamic casts and checks, just do that one time at activation and store the results. This fixes the problem that if you had a shape as a child of a group, you could only partly edit it due to inconsistent calls to the currentSelection() svn path=/trunk/koffice/; revision=694212
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=694207
-
Harald Sitter authored
svn path=/trunk/koffice/; revision=694204
-
Cyrille Berger authored
svn path=/trunk/koffice/; revision=694155
-
Cyrille Berger authored
svn path=/trunk/koffice/; revision=694153
-
- 29 Jul, 2007 8 commits
-
-
Sven Langkamp authored
svn path=/trunk/koffice/; revision=694041
-
Halla Rempt authored
working, then I'm going to add layer and mask nodes. svn path=/trunk/koffice/; revision=694018
-
Laurent Montel authored
svn path=/trunk/koffice/; revision=693902
-
Laurent Montel authored
svn path=/trunk/koffice/; revision=693901
-
Peter Simonsson authored
* left click on canvas creates new control point, right click an end point. This means connections should be more or less on par with what could be done with kivio 1.x svn path=/trunk/koffice/; revision=693870
-
Pino Toscano authored
svn path=/trunk/koffice/; revision=693852
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=693849
-
Peter Simonsson authored
* Use the actual connection when painting in the tool. svn path=/trunk/koffice/; revision=693846
-
- 28 Jul, 2007 12 commits
-
-
Jan Hambrecht authored
which prevents shapes with e.g. no stroke style to load the stroke of the previuos loaded shape which still is in the stack CCMAIL:t.zachmann@zagge.de svn path=/trunk/koffice/; revision=693756
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=693598
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=693593
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=693589
-
Thomas Zander authored
Fix a copy/paste error. svn path=/trunk/koffice/; revision=693585
-
Peter Simonsson authored
svn path=/trunk/koffice/; revision=693583
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=693579
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=693573
-
Peter Simonsson authored
svn path=/trunk/koffice/; revision=693551
-
Peter Simonsson authored
svn path=/trunk/koffice/; revision=693549
-
Thomas Zander authored
svn path=/trunk/koffice/; revision=693536
-
Thorsten Zachmann authored
svn path=/trunk/koffice/; revision=693513
-