Jonathan Riddell pushed to project branch Plasma/6.3 at Plasma / PowerDevil
Jonathan Riddell(88c720a4) at 06 Feb 10:45 update version for new release
View ArticleIsmael Asensio pushed new project branch work/iasensio/applet-keyboard-up at...
Ismael Asensio(a6ef9406) at 07 Feb 19:35 applets/battery: Fix navigation keyboard cycle for the Up key
View ArticleIsmael Asensio opened merge request !507: applets/battery: Fix navigation...
When on the first item of the battery list, trying to force focusto the header item fails, probably because it is wrapped within aColumn.Just setting it to null works in this case, since it...
View ArticleIsmael Asensio pushed new project branch work/iasensio/applet-keyboard-space...
Ismael Asensio(d541dac0) at 07 Feb 19:43 applets/battery: Fix Space Key on inhibition buttons
View ArticleIsmael Asensio opened merge request !508: applets/battery: Fix Space Key on...
The buttons to enable/disable inhibitions already handle the spacekey automatically. Do not handle it in Key.onPressed to avoid adouble click event, which cancels the first one.
View ArticleKai Uwe Broulik commented on merge request !507 at Plasma / PowerDevil
Doesn't it take into visible on its own too?
View ArticleIsmael Asensio pushed to project branch work/iasensio/applet-keyboard-space...
Ismael Asensio(72c567f8) at 07 Feb 19:58 applets/battery: Fix Space Key on inhibition buttons
View ArticleIsmael Asensio commented on merge request !507 at Plasma / PowerDevil
You're totally right. Removed the whole visible conditionTo be fair, the header item cannot even be hidden anymore (we show a placeholder message instead IIRC), but for correctness I just forced it to...
View ArticleIsmael Asensio pushed to project branch work/iasensio/applet-keyboard-up at...
Ismael Asensio(458e5afd) at 07 Feb 20:04 applets/battery: Fix navigation keyboard cycle for the Up key
View ArticleIyán Méndez Veiga opened merge request !509: Prevent PowerDevil from stopping...
This is a workaround for Bug 486067 until a proper fix is merged.Credits to Thomas Baag for proposing the fix in Bug 487743.This issue started with commit fe9e90f5Before this patch:$ journalctl -b -u...
View ArticleDavid Edmundson commented on merge request !509 at Plasma / PowerDevil
Merging hacks always results in costing us much more in the long run.
View ArticleIyán Méndez Veiga commented on merge request !509 at Plasma / PowerDevil
I understand, but also in an ideal world regressions are caught by unit tests when doing refactoring, or fixed when reported (and confirmed) by some people during the Beta release. Since world is not...
View ArticleNate Graham commented on merge request !509 at Plasma / PowerDevil
@littlesweet would you be able to take a look and see if you can identify the root cause in fe9e90f5, so we can fix that? If we do have the ability to fix the underlying issue; I agree with David that...
View ArticleJakob Petsovits commented on merge request !509 at Plasma / PowerDevil
This issue started with commit fe9e90f5I appreciate the work done on bisecting this issue. I still don't agree with the analysis though. This commit is a relatively straightforward factoring-out of...
View ArticleJakob Petsovits pushed new project branch work/jpetso/dell-charge-limits at...
Jakob Petsovits(95e59f86) at 08 Feb 20:34 daemon: Write to charge_types file if it exists for a given battery
View ArticleJakob Petsovits pushed to project branch work/jpetso/dell-charge-limits at...
Jakob Petsovits(bb3843f7) at 08 Feb 20:37 daemon: Fix charge threshold support for Dell laptops, maybe more
View ArticleJakob Petsovits opened merge request !510: daemon: Fix charge threshold...
Commit messageSome kernel drivers expose charge_types in addition to start/endcharge thresholds for power supply batteries. A prominent exampleis the dell_laptop starting with Linux 6.12, which...
View ArticleKai Uwe Broulik opened merge request !517: kcm: Set buddyFor mnemonics at...
The default buddy is the item the Kirigami.FormData is attached to.When it's wrapped on a layout, set the buddy explicitly to thefirst/relevant control.Seems Qt doesnt’t set Qt::StrongFocus for...
View ArticleKai Uwe Broulik pushed new project branch work/kbroulik/regi-obj-first at...
Kai Uwe Broulik(2e82aac4) at 09 Feb 20:20 Register DBus service after the object
View ArticleKai Uwe Broulik opened merge request !518: Register DBus service after the...
Registering the service before the object can make the service appearon the bus before it's fully usable.Given all the recent DBus woes, should probably give this some thorough real-world...
View Article