Jakob Petsovits commented on merge request !337 at Plasma / PowerDevil
Cherry-pick for the Plasma/6.0 branch: MR !338 (merged)
View ArticleJakob Petsovits accepted merge request !338: kcmodule: Don't crash when a...
The bounds check in the data() method of PowerButtonActionModeland SleepModeModel was incomplete, so passing an invalid indexsuch as -1 (standard value for "not found") could cause a crash.For power...
View ArticleJakob Petsovits deleted project branch work/cherry-pick-8ecf6430 at Plasma / ...
Jakob Petsovits(aedb2529) at 14 Mar 03:32
View ArticleScript Kiddy pushed to project branch Plasma/5.27 at Plasma / PowerDevil
Script Kiddy(1032eac8) at 14 Mar 04:18 GIT_SILENT Sync po/docbooks with svn
View ArticleJakob Petsovits opened merge request !339: kcmodule: Fix the previous fix by ...
Thanks to @broulik for finding this bug, and (in advance) for testing this fix on his system. What happened was that I tested the original patch while on battery, which apparently added just enough...
View ArticleKai Uwe Broulik commented on merge request !339 at Plasma / PowerDevil
My theory is that binding against indexOfValue(...) does not establish a binding to changes in the model itself.Yes, a C++ function call doesn’t re-evaluate when the model changes, it’s not a property...
View ArticleJakob Petsovits opened merge request !339: kcmodule: Revert to binding curren...
Thanks to @broulik for finding this bug, and (in advance) for testing this fix on his system. What happened was that I tested the original patch while on battery, which apparently added just enough...
View ArticleJakob Petsovits commented on merge request !339 at Plasma / PowerDevil
I'm not sure honestly. The items are appended synchronously in the PowerButtonAction constructor, which itself is invoked right in the PowerKCM constructor itself. I have seen async changes in the...
View ArticleKristen McWilliam commented on merge request !339 at Plasma / PowerDevil
Thanks, that is helpful. I've been playing around with the custom combobox on and off, and working with qml can be.. a lot.Qt.binding is definitely useful. 👍
View ArticleAndreas Sturmlechner pushed new project branch work/asturmlechner/missing-dep...
Andreas Sturmlechner(f160ad95) at 16 Mar 10:28 Add missing KF6WindowSystem find_package call
View ArticleAndreas Sturmlechner opened merge request !340: Add missing KF6WindowSystem f...
Follow-up to fd29e77bSigned-off-by: Andreas Sturmlechner asturm@gentoo.org
View ArticleFushan Wen approved merge request !340: Add missing KF6WindowSystem find_pack...
Follow-up to fd29e77bSigned-off-by: Andreas Sturmlechner asturm@gentoo.org
View ArticleAndreas Sturmlechner pushed to project branch master at Plasma / PowerDevil
Andreas Sturmlechner(f160ad95) at 16 Mar 11:21 Add missing KF6WindowSystem find_package call
View ArticleAndreas Sturmlechner accepted merge request !340: Add missing KF6WindowSystem...
Follow-up to fd29e77bSigned-off-by: Andreas Sturmlechner asturm@gentoo.org
View ArticleAndreas Sturmlechner deleted project branch work/asturmlechner/missing-dep at...
Andreas Sturmlechner(f160ad95) at 16 Mar 11:21
View ArticleJakob Petsovits accepted merge request !327: daemon: Move brightness animatio...
Now that the ddcutil backend doesn't have a use for it, we mightas well make it owned by the only class that still has a use for it.This MR came out of !324 which hopefully can become a little simpler...
View ArticleNicolas Fella approved merge request !324: daemon: Add a per-display DisplayB...
Both BacklightBrightness and DDCutilDisplay now derive from this. ScreenBrightnessController now updates a list of DisplayBrightness objects made possible by a new DDCutilBrightness::displaysChanged...
View ArticleJakob Petsovits pushed to project branch master at Plasma / PowerDevil
Jakob Petsovits(637bd181) at 16 Mar 23:15 daemon: Emit a signal when a DDC display stops supporting brightness
View ArticleJakob Petsovits accepted merge request !325: daemon: Emit a signal when a DDC...
We now remove the display from our list when receiving the signal,instead of relying on subsequent brightness calls to manuallycheck and remove unsupported displays every time.This MR came out of !324...
View Article