- 29 Jul, 2019 5 commits
-
-
Ivan Yossi authored
Remove unused variables
-
Ivan Yossi authored
Unused variables
-
Ivan Yossi authored
Local variable 'format' will be copied despite being returned by name
-
Ivan Yossi 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"
-
- 28 Jul, 2019 4 commits
-
-
Karl Ove Hufthammer authored
The Rec.709 profiles were wrongly referred to as having filenames ending with ‘bt709’ instead of ‘rec709’. The reference to non-existing profiles was confusing, and when selecting a Rec.709 profile, the relevant information wasn’t even displayed.
-
Wolthera van Hövell authored
-
Wolthera van Hövell authored
The behaviour is now that on 8bit downscaling is always disabled. On sixteen bit it is only possible when outputting to grayscale, which is consistent with the actual code in kis_channel_seperation.
-
Karl Ove Hufthammer authored
The string is used when rendering animations.
-
- 26 Jul, 2019 2 commits
-
-
Halla Rempt authored
-
Halla Rempt authored
-
- 25 Jul, 2019 1 commit
-
-
Emmet O'Neill authored
Fixes a small bug with the ctrl-picker (kis_tool_paint) that allows for the active foreground color to be non-opaque. Not associated with an existing bug report.
-
- 24 Jul, 2019 1 commit
-
-
Halla Rempt authored
-
- 23 Jul, 2019 12 commits
-
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
14:39:49 Committing stage finish to cache 14:39:55 Exporting org.kde.krita-stable to repo 14:39:55 error: 'krita/4.2' is not a valid branch name: Branch can't contain / 14:39:55 Export failed: Child process exited with code 1
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Karl Ove Hufthammer authored
-
- 22 Jul, 2019 5 commits
-
-
Halla Rempt authored
-
Halla Rempt authored
-
Halla Rempt authored
-
Ivan Yossi authored
BUG:409909
-
Ivan Yossi authored
BUG:410034
-
- 21 Jul, 2019 3 commits
-
-
Agata Cacko authored
Before this commit, brush size slider wasn't updated. This patch fixes this behaviour. Looks like at the same time m_resources *doesn't* contain a specific key while m_updateMediators does and needs this connectResource thing. The key in question is 6007 with KisPaintOpPresetSP value, which means it's "CurrentPaintOpPreset". This probably needs some more investigation. This fix will hide the issue for users though. It is based on revert of the commit 7c2fce1d. BUG:408331
-
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"
-
Script Kiddy authored
-
- 20 Jul, 2019 1 commit
-
-
Ivan Yossi authored
QImage::Format_Grayscale16 added in Qt 5.13 fixes: 7a90f280
-
- 19 Jul, 2019 6 commits
-
-
Halla Rempt authored
This tries its best to keep the colormodel of the qimage, now that qimage can also have 16 bit integer or float channels.
-
Halla Rempt authored
-
Halla Rempt authored
BUG:409714 This means we no longer load 16 bit ppm files, but that should be fixed in a next commit, since QImage supports 16 bit these days.
-
Agata Cacko authored
Before this commit there was a crash if the default (last used) color model was not CMYK, but the user wanted to create a CMYK file. Color profiles didn't get updated, so Krita tried to create a document with an incompatible color profile which resulted in crash. This commit ensures the correct color model is used. BUG:409916
-
Agata Cacko authored
New name is consistent with the change of the name in SAI2 and shows the purpose of the blending mode better.
-
Halla Rempt authored
BUG:409697
-