- 08 May, 2014 25 commits
-
-
Halla Rempt authored
It was the only place where it was still used. This also disables the KoResourceBundleManager test for now.
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
(And remove unused m_extractor variable)
-
Dmitry Kazakov authored
Otherwise they will not be listed in the Shortcuts Configuration dialog BUG:332367
-
Halla Rempt authored
Also: change the default extension from .zip to .bundle.
-
Dmitry Kazakov authored
Now there are a bit complex rules of rounding, but they do exactly what the user expects from the tool. BUG:334508
-
Halla Rempt authored
-
Halla Rempt authored
-
Dmitry Kazakov authored
This patch also fixes major code duplications in the KisOutlineGenerator. Now everything is templated. BUG:334408
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
Now the mainwindow-based resource manager must become a dialog.
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
(Don't use Qt modules in the includes)
-
- 07 May, 2014 6 commits
-
-
Arjen Hiemstra authored
-
Halla Rempt authored
The default way of setting width and height from the brush tip image is wrong for the autobrush.
-
Halla Rempt authored
Two more places where I forgot to do that.
-
Halla Rempt authored
-
Script Kiddy authored
-
Script Kiddy authored
-
- 06 May, 2014 2 commits
-
-
Arjen Hiemstra authored
Windows implements its own press and hold behaviour that sends a right click event, so rather than waiting for another press and hold, use the right click to show the tooltip.
-
Arjen Hiemstra authored
-
- 05 May, 2014 5 commits
-
-
Dmitry Kazakov authored
TODO: we need to be able to check whether we are running inside of a calligraconverter or in a gui mode. Firing up message boxes might not be the best idea for a calligraconverter :( BUG:333326 CCMAIL:kimageshop@kde.org
-
Dmitry Kazakov authored
BUG:333234
-
Dmitry Kazakov authored
This makes checking for allChannels more effective in tryObligeChild() and all the composite ops. BUG:333080
-
Dmitry Kazakov authored
Otherwise the filters like Gaussian Blur and Unsharp Mask will not work correctly. BUG:332130
-
Dmitry Kazakov authored
We have two mirroring axes: Horizontal and Vertical. This makes translations easier.
-
- 04 May, 2014 2 commits
-
-
https://bugs.kde.org/show_bug.cgi?id=333485Spencer Brown authored
I've altered the UI code so that Krita changes the composite op in the brush settings as you drag your pen tablet over them. Do you think this a good change to make, or should we just stick with ordinary clicks? Either way there will still be quite a few changes to make to achieve better UI consistency.
-
Script Kiddy authored
-