- 18 Dec, 2005 4 commits
-
-
Melchior Franz authored
svn path=/trunk/koffice/; revision=489432
-
Casper Boemann authored
Thanks Bart for finding it. svn path=/trunk/koffice/; revision=489380
-
Casper Boemann authored
We now preserve colorspace during internal cut and paste. And we give the user some options on paste from external applications. The settings-colormanagement has been reworked to reflect the changes. svn path=/trunk/koffice/; revision=489378
-
Peter Simonsson authored
svn path=/trunk/koffice/; revision=489313
-
- 17 Dec, 2005 1 commit
-
-
Bart Coppens authored
Improvements in the handling of embedding of KOfficepart layers in Krita. Currently the initial rect is hardcoded to 255x255, instead of the entire image, but this makes it a lot easier to switch from and to embedded layers. Still doesn't work very well yet, but it's somewhat more usable than before. svn path=/trunk/koffice/; revision=489213
-
- 15 Dec, 2005 2 commits
-
-
Melchior Franz authored
svn path=/trunk/koffice/; revision=488679
-
Casper Boemann authored
colorspace. svn path=/trunk/koffice/; revision=488653
-
- 14 Dec, 2005 2 commits
-
-
Casper Boemann authored
the new statup dialog This removes the old dialog, and the mess of having to select an empty document. The new widget is just the old dialog in new disguise. But a new thing is that the colorspace is taken form settings->workingColorSpace and that default resolution is saved for next time the dialog is shown. All in all a very nice and very visible improvement. svn path=/trunk/koffice/; revision=488563
-
Halla Rempt authored
them. svn path=/trunk/koffice/; revision=488540
-
- 13 Dec, 2005 1 commit
-
-
David Faure authored
virtual QPoint applyViewTransformations( const QPoint& ) const; virtual QPoint reverseViewTransformations( const QPoint& ) const; to KoView. The goal is to replace the matrix() virtual, which isn't flexible enough to handle e.g. kword's preview mode with 4 pages per row. I hope this doesn't break other koffice apps (embedding in kspread still seems to work, at least when not using rotations. I doubt it fully worked with rotations before this commit?). Anyhow, please double check if any regressions are introduced in child doc handling. Also made the KoPoint(QPoint) constructor explicit to avoid surprises. Commented out some unused methods in KoChild. This commit is BIC, make sure to recompile all koffice apps after upgrading lib. CCMAIL: koffice-devel@kde.org svn path=/trunk/koffice/; revision=488240
-
- 12 Dec, 2005 1 commit
-
-
David Faure authored
in KoDocumentChild soon), and renamed the files to start with K while being at it. svn path=/trunk/koffice/; revision=487956
-
- 09 Dec, 2005 1 commit
-
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=486894
-
- 04 Dec, 2005 1 commit
-
-
Casper Boemann authored
though - selection marque not redrawn correctly. Made KoView::canvas() const. Also made changes to subclasses, and in krita the canvas() method was renamed to kiscanvas() svn path=/trunk/koffice/; revision=485457
-
- 03 Dec, 2005 1 commit
-
-
Cyrille Berger authored
- move enums of kis_channelinfo.h inside the KisChannelInfo, mostly to avoid any conflict with multiple definitions when using libjpeg svn path=/trunk/koffice/; revision=485252
-
- 01 Dec, 2005 1 commit
-
-
Casper Boemann authored
It still needs adaption in the applications This is done for krita. The framework is more or less stolen from KSpread, but the acceleration calculation is new. And the use of signals and events are new too. svn path=/trunk/koffice/; revision=484755
-
- 30 Nov, 2005 1 commit
-
-
David Faure authored
Does anyone want me to stop before I convert the other libs too? Consistency is good but constant recompiles are not, I guess... If you get "KoStore.h not found" in your app simply update lib/store, nothing else needed. svn path=/trunk/koffice/; revision=484393
-
- 27 Nov, 2005 4 commits
-
-
Bart Coppens authored
Using the tablet, a click to start dragging on a scrollbar would trigger a click event to the KisCanvas, with all the ugly looking consequences svn path=/trunk/koffice/; revision=483735
-
Casper Boemann authored
thanks to Melchior FRANZ for pointing it out svn path=/trunk/koffice/; revision=483726
-
Bart Coppens authored
Very basic support to save animated image pipe brushes to file from multi layered images. For now, hardcoded Incremental mode, but that shouldn't be too hard to change. Multidimensionality will probably be for much later, if it's possible to display that intuitively to the user at all... svn path=/trunk/koffice/; revision=483662
-
Casper Boemann authored
It's colorspace independent, but only works in non GL mode. Also it is highly experimental, but this is something for you to play with. The effect is turned on/off via the checkbox in the layer docker svn path=/trunk/koffice/; revision=483651
-
- 25 Nov, 2005 1 commit
-
-
Bart Coppens authored
Brushes can now be saved to file (currently only regular image brushes), and this is used by a new tab page in the brushes control frame. This tab provides users with a basic interface to add brushes permanently to their list of brushes, the brushes being created from the current image. The basic functionality is all there, the fancier stuff (pipe brushes and so) will get added later :-) svn path=/trunk/koffice/; revision=483308
-
- 19 Nov, 2005 2 commits
-
-
Stephan Binner authored
i18n style guide fixes, eg http://developer.kde.org/documentation/standards/kde/style/basics/labels.html svn path=/trunk/koffice/; revision=481490
-
Stephan Binner authored
svn path=/trunk/koffice/; revision=481434
-
- 16 Nov, 2005 1 commit
-
-
Halla Rempt authored
svn path=/trunk/koffice/; revision=480861
-
- 13 Nov, 2005 2 commits
-
-
Bart Coppens authored
Finally readd the code so that when you switch to a layer with the Wet cs, the wet paintop appears in the paintop box, and that it disappears when you switch away. svn path=/trunk/koffice/; revision=480241
-
Bart Coppens authored
Add a system that can, if needed, automatically perform actions on a paint device at creation time. This is used so that if the user creates a new layer with the Wet colorstrategy it will automatically get a texture assigned to it. This removes the need for seperate initialization by the user. svn path=/trunk/koffice/; revision=480123
-
- 12 Nov, 2005 1 commit
-
-
Bart Coppens authored
svn path=/trunk/koffice/; revision=479995
-
- 09 Nov, 2005 2 commits
-
-
Adrian Page authored
Unbind the texture as a workaround for the ATI driver crashing when the canvas context is made current after the textures have been deleted due to an image resize/crop. BUG: 115876 svn path=/trunk/koffice/; revision=479294
-
Halla Rempt authored
created. I don't save it yet, though. svn path=/trunk/koffice/; revision=479260
-
- 07 Nov, 2005 1 commit
-
-
Casper Boemann authored
So now we can actually adjust the individual channels with curves To do this kcurve now stores curves as qptrlist of qpair and allows get/set of curves. svn path=/trunk/koffice/; revision=478797
-
- 06 Nov, 2005 1 commit
-
-
Bart Coppens authored
Add a quickHelp string to tools so that they can inform about their use, and how modifier keys affect their behaviour. Currently, this information is displayed (if available) in the tab widget of the KisToolPaint derived tools under a small button as a WhatsThis popup. svn path=/trunk/koffice/; revision=478332
-
- 05 Nov, 2005 2 commits
-
-
Bart Coppens authored
* Draw the brush outline for the duplicate tool on the place where we will be (or are) copying from, giving a nice visual feedback to the user svn path=/trunk/koffice/; revision=478021
-
Peter Simonsson authored
svn path=/trunk/koffice/; revision=477965
-
- 03 Nov, 2005 1 commit
-
-
Halla Rempt authored
* Separate the debug areas into its own header. Let's make kis-global as small as possible :-) svn path=/trunk/koffice/; revision=477235
-
- 02 Nov, 2005 1 commit
-
-
Halla Rempt authored
* Fix apidox errors & add some more documentation (at least, _I_ don't get any errors anymore) * Update the TODO (it's smaller now!) * Tools now have an empty widget if they don't have a widget -- still need to fix the captioning for non-paint tools. * Add a primitive dcop interface to KisColorSpace. It should now be possible to write a dcop client that inverts a paint device but I don't know how to do that. svn path=/trunk/koffice/; revision=476894
-
- 30 Oct, 2005 5 commits
-
-
Adrian Page authored
svn path=/trunk/koffice/; revision=475790
-
Cyrille Berger authored
- small fix : when at minimum size the toolbar was half hidden, and the ImageView a little bit hidden svn path=/trunk/koffice/; revision=475759
-
Laurent Montel authored
svn path=/trunk/koffice/; revision=475758
-
Laurent Montel authored
svn path=/trunk/koffice/; revision=475754
-
Jakub Stachowski authored
svn path=/trunk/koffice/; revision=475751
-