- 22 Dec, 2016 11 commits
-
-
Halla Rempt authored
-
Halla Rempt authored
This seems to happen in the change tracker, according to the backtrace for this bug. Well, we don't need no changetracker in Krita (it's not the thing that's used for undo), so remove all this highly complex code and let's hope that tonight's nightly build on https://ci.appveyor.com/project/alvinhochun/krita/build/artifacts doesn't crash anymore.
-
Halla Rempt authored
It's off by default, and people who enable it do so on their risk.
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
If you'd create an image, and then without changing brush preset would try to use that image as a new stamp, it would fail because the preset editor was initialized before the image was added to to the viewmanager.
-
Halla Rempt authored
Note: when you later add a tag with the same name as a system tag, then the default resources will appear to be tagged with that tag again.
-
Halla Rempt authored
Otherwise it won't work...
-
Halla Rempt authored
-
Halla Rempt authored
As it was in 2.9; the change to 1.0 probably wasn't intentional, but caused by not changing Qt's default value.
-
- 21 Dec, 2016 4 commits
-
-
Halla Rempt authored
No idea why his name wasn't in the export...
-
Dmitry Kazakov authored
-
Dmitry Kazakov authored
1) Now you can deselect with *any* selection tool: rectangular, elliptical, outline. 2) Now you can also deselect with your tablet stylus, because there is a small tolerance level for considering your new selection as a click. If you made a selection that is smaller than 5 (view) pixels, then it is considered as a click and the tool deselects everything. 3) One can configure the click-tolerance level with a config option 'SelectionViewSizeMinimum' CC:kimageshop@kde.org # Conflicts: # libs/image/kis_algebra_2d.h
-
Dmitry Kazakov authored
This is a special mode of the outline selection tool. If you press Ctrl while dragging the cursor, you can raise the stylus from the tablet surface and have a bit of rest. Then just continue the selection from the arbitrary point and the new selection segment will be connected to the older one with a straight line. This shortcut basically temporary switches outline tool into polygonal tool. That is extremely useful for painters who do flat-filled art. CC:kimageshop@kde.org
-
- 20 Dec, 2016 7 commits
-
-
Nicholas LaPointe authored
Although this generally seems to work fine, I have noticed two minor problems that I'm not sure how to solve: * Using the hotkey after reordering layers will cause the wrong layer to be selected. This is because activateNodeImpl() gets called when a layer is moved around in the stack. * Bug 373741 ("Drawing while switching between layers with PgUp/PgDown results in a layer acting like it's in a locked group") applies and is easier to reproduce (at step 2, hold the hotkey instead of alternating page-up and page-down). Differential Revision: https://phabricator.kde.org/D3750 Ref T1734
-
Nicholas LaPointe authored
16-bit float XYZ was reporting "XYZ (32-bit float/channel)"
-
Nicholas LaPointe authored
XyzF16ColorSpace::colorDepthId() would return Float32BitsColorDepthID. This caused Krita to segfault when you created a document using the XYZ color model with 16-bit float depth. It was possible to convert a layer to use the same properties, but an assertion would fail when trying to reopen it. Differential Revision: https://phabricator.kde.org/D3752
-
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
lock() call requests all the strokes to finish, which is not what we want during autosave. Therefore, we just forbid autosave while some action is running. This patch will also fix some bugs with random hickups when doing strokes (when autosave does something in the background).
-
Halla Rempt authored
That way, people can access all their disks more easily.
-
Script Kiddy authored
-
- 16 Dec, 2016 4 commits
-
-
Halla Rempt authored
-
Halla Rempt authored
-
Yuri Chornoivan authored
-
Yuri Chornoivan authored
-
- 15 Dec, 2016 4 commits
-
-
-
Halla Rempt authored
-
Halla Rempt authored
Coffeeeeee, I want coffee.
-
- 14 Dec, 2016 3 commits
-
-
Dmitry Kazakov authored
-
Halla Rempt authored
-
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"
-
- 13 Dec, 2016 5 commits
-
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
I haven't managed to find time to optimize the performance more, so give people a choice which version to use. The config key is popuppalette/usevisualcolorselector If it's set to true, the new color selector is used.
-
- 12 Dec, 2016 2 commits
-
-
Alexander Potashev authored
Reviewers: dkazakov, rempt Reviewed By: rempt Differential Revision: https://phabricator.kde.org/D3645
-
Halla Rempt authored
Patch by David Marquant. Thanks!
-