| Summary: | Lift/Gamma/Gain effect is doing some weird stuff while adjusting the sliders | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | rjs205 <robjamespogi> |
| Component: | Video Effects & Transitions | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | diekuhrannte |
| Priority: | NOR | ||
| Version First Reported In: | git-master | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | https://invent.kde.org/multimedia/kdenlive/-/commit/79dae6dcd0c81d94956aa58b17fde752cc121eb3 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Video of the bug in action | ||
|
Description
rjs205
2023-08-01 06:20:42 UTC
Created attachment 160660 [details]
Video of the bug in action
Yes, it is a known bug - and should be solved with 23.08.0 - but unfortunately it is still not. The problem occurs when the sliders have already been changed, then the "reset effect" was made. After that, the slider only causes the image to turn light-yellow or dark-blue. Look here: https://bugs.kde.org/show_bug.cgi?id=436762 Git commit 48515473d3d2d3b193dee7342585be9ae13fee66 by Jean-Baptiste Mardelle. Committed on 25/09/2023 at 18:40. Pushed by mardelle into branch 'master'. Fix multiple issues with Lift/Gamma/Gain undo Related: bug 462406 M +2 -2 src/assets/keyframes/model/keyframemodel.cpp M +2 -1 src/assets/keyframes/model/keyframemodel.hpp M +17 -0 src/assets/keyframes/model/keyframemodellist.cpp M +9 -1 src/assets/keyframes/model/keyframemodellist.hpp M +61 -0 src/assets/model/assetcommand.cpp M +23 -0 src/assets/model/assetcommand.hpp M +38 -19 src/assets/view/widgets/colorwheel.cpp M +4 -3 src/assets/view/widgets/colorwheel.h M +13 -13 src/assets/view/widgets/keyframewidget.cpp M +13 -7 src/assets/view/widgets/lumaliftgainparam.cpp M +4 -4 src/assets/view/widgets/lumaliftgainparam.hpp M +10 -0 src/utils/qcolorutils.cpp M +3 -0 src/utils/qcolorutils.h https://invent.kde.org/multimedia/kdenlive/-/commit/48515473d3d2d3b193dee7342585be9ae13fee66 Git commit 79dae6dcd0c81d94956aa58b17fde752cc121eb3 by Jean-Baptiste Mardelle. Committed on 03/10/2023 at 11:27. Pushed by mardelle into branch 'release/23.08'. Fix multiple issues with Lift/Gamma/Gain undo Related: bug 462406 M +2 -2 src/assets/keyframes/model/keyframemodel.cpp M +2 -1 src/assets/keyframes/model/keyframemodel.hpp M +17 -0 src/assets/keyframes/model/keyframemodellist.cpp M +9 -1 src/assets/keyframes/model/keyframemodellist.hpp M +61 -0 src/assets/model/assetcommand.cpp M +23 -0 src/assets/model/assetcommand.hpp M +38 -19 src/assets/view/widgets/colorwheel.cpp M +4 -3 src/assets/view/widgets/colorwheel.h M +13 -13 src/assets/view/widgets/keyframewidget.cpp M +13 -7 src/assets/view/widgets/lumaliftgainparam.cpp M +4 -4 src/assets/view/widgets/lumaliftgainparam.hpp M +10 -0 src/utils/qcolorutils.cpp M +3 -0 src/utils/qcolorutils.h https://invent.kde.org/multimedia/kdenlive/-/commit/79dae6dcd0c81d94956aa58b17fde752cc121eb3 |