- 16 Aug, 2016 10 commits
-
-
Wolthera van Hövell authored
This was mostly an experiment, which was succesful in proving to me that the HSL and HSV functions have issues with non-chromatic values. HSY and HSI are more notably slow, so kept HSL as the RGB default. Ref T2337
-
Wolthera van Hövell authored
This should prevent roll-overs, but it doesn't fix the bug I was initially trying to fix, which instead seems to be a bugged HSL function. Ref 2337
-
Wolthera van Hövell authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
These should be added to the release source tarball.
-
Halla Rempt authored
-
Halla Rempt authored
This time for a mingw-build in a real windows vm
-
Dmitry Kazakov authored
That breaks editing of the sliders, because every time the slider changes, it loses input focus.
-
Dmitry Kazakov authored
For some reason it was implemented long ago but not connected anywhere.
-
- 15 Aug, 2016 21 commits
-
-
Wolthera van Hövell authored
I can't get much further here due the inability for kodualcolorbutton to have a display renderer, due MVC. Fun times... Ref T2337
-
Sven Langkamp authored
-
Dmitry Kazakov authored
Fixes T3458 BUG:363080
-
Dmitry Kazakov authored
The properties of the strokes without initializing job should be loaded as well. Fixes T3460 BUG:366595
-
Wolthera van Hövell authored
-
Wolthera van Hövell authored
Will need to change it now...
-
Dmitry Kazakov authored
Ref T3453
-
Dmitry Kazakov authored
Ref T3453
-
Halla Rempt authored
-
Halla Rempt authored
Thanks to Joe for the patch!
-
Halla Rempt authored
The one has nothing to do with the other: * The View/Canvas/Mirror View (hotkey M) that should mirror only the display and only affects the display * The horizontal/vertical mirror painting thing that shows the mirror line(s) and affects painting.
-
Wolthera van Hövell authored
By not allowing the thing to update it self... Ref T2337
-
Dmitry Kazakov authored
Fixes T3276 BUG:363089
-
Wolthera van Hövell authored
Ref T2337
-
Wolthera van Hövell authored
Ref 2337
-
Dmitry Kazakov authored
Boud's fix was absolutely correct. This is just an addition. Fixes T3177 BUG:365120
-
Dmitry Kazakov authored
We should use KisRandomSource for every random number generation in the paintop, not the home-grown implementation based on srand. BUG:362136 Fixes T2369
-
Dmitry Kazakov authored
Wolthera's Hearts preset is a good example of a preset with 0.001 density, which should be covered by the slider :)
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Dmitry Kazakov authored
Patch by: Miroslav Talasek Summary: at first: wavelet decompose is in menu image so as source pixels cant be layer but visible image at the second: new layer group must be added at top not with index 1 (i apologize ;)) Reviewers: rempt, dkazakov Reviewed By: dkazakov Differential Revision: https://phabricator.kde.org/D2429
-
Script Kiddy authored
-
- 14 Aug, 2016 3 commits
-
-
Wolthera van Hövell authored
Ref 2337
-
Wolthera van Hövell authored
Of course, using HSL and HSV brings back our friend the 'wigglyness', so I'll need to do something about that in time. Ref T2337 Ref T2438
-
Wolthera van Hövell authored
These now work fully for the channels. They give nice squares. I made a base class that only deals with the events and the classes, and added a rectangular subclass. This way we can make our circles and wheels and whatever easily. Ref T2337 Ref T2438
-
- 13 Aug, 2016 5 commits
-
-
Scott Petrovic authored
-
Sven Langkamp authored
Fix convert layer to Paint layer logic. If it's a group layer or a layer with layer styles, flatten is used
-
Wolthera van Hövell authored
-
Wolthera van Hövell authored
This is a widget with a button that allows you to select anywhere on the screen. It's not smart enough yet to recognise Krita windows and canvases and to select the color managed value, but it is a nice self contained widget, which I find pretty impressive already. Ref T2337, T2838
-
Halla Rempt authored
A line like QRect rect = temporaryTarget() ? temporaryTarget()->extent() : QRect(); is dangerous, since the paint device might be gone between the check and the use. It's better to get a local shared pointer to the paint device and check that.
-
- 12 Aug, 2016 1 commit
-
-
Dmitry Kazakov authored
Fixes T2755 BUG:363577
-