news
KDE: Latest Work on Krita and Kdenlive (Student Project)
-
Krita ☛ Krita Monthly Report - June 2026
Read on for a look at development news and the Krita-Artists forum's featured artwork from last month.
Krita 5.3.2.1/6.0.2.1 Released
A 5.3.2.1/6.0.2.1 hotfix release was made to fix two serious regressions.
First, a layer-related problem causing issues like the wrong layer being selected or crashes was fixed. This reverts the behavior of the layer being changed on keyframe selection. (bug 1, bug 2, bug 3; change)
Second, a crash when inserting or removing hold frames was fixed. (bug; change)
-
Week 5: Curves Merged, Gradient Widget Begins
This is a weekly update from my Surveillance Giant Google Summer of Code 2026 project with KDE, improving effect widgets in Kdenlive, a free and open source video editor.
MR !887 merged
The Curves widget MR got merged to master this week and will ship in the Kdenlive 26.08 release. Final change before merge was replacing
blockSignals(true/false)pairs on the point spinboxes withQSignalBlockerobjects, which auto-unblock when they go out of scope cleaner and safer than manual pairs.Gradient widget skeleton
Started work on the Gradient widget, targeting the
gradientmapMLT filter. The filter already supports up to 32 color stops viastop.Nparameters (e.g.stop.1="#ff000000 0.0"), but Kdenlive's existing XML only exposed 2 stops with the wrong parameter type.