Jakob Petsovits accepted merge request !323: daemon: Store label for DDCutilB...
We're not getting anything out of storing the whole DDC display infostructure, at best it contains unnecessary extra members and at worstsome of its members may later be invalid or freed by the caller.
View ArticleJakob Petsovits opened merge request !325: daemon: Emit a signal when a DDC d...
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 ArticleJakob Petsovits commented on merge request !325 at Plasma / PowerDevil
@littlesweet, since this change is directly messing with the code you recently added, would you be interested in reviewing this?
View ArticleJakob Petsovits opened merge request !326: daemon: Fix initialization order w...
I wasn't careful enough with !323 and introduced a compiler warning. Sorry. Here's the simple fix.
View ArticleAleix Pol Gonzalez approved merge request !326: daemon: Fix initialization or...
I wasn't careful enough with !323 and introduced a compiler warning. Sorry. Here's the simple fix.
View ArticleJakob Petsovits accepted merge request !326: daemon: Fix initialization order...
I wasn't careful enough with !323 and introduced a compiler warning. Sorry. Here's the simple fix.
View ArticleJakob Petsovits commented on merge request !321 at Plasma / PowerDevil
I definitely looked at one or two KCMs to make sure I'm using default appearances. Can't remember if I missed Colors because I wasn't paying attention, or because the Defaults button in the Colors KCM...
View ArticleBogdan Onofriuchuk commented on merge request !325 at Plasma / PowerDevil
I don't have any problems with the code. For me it's look good. Tested and works.
View ArticleNate Graham commented on merge request !321 at Plasma / PowerDevil
Yes please, I just missed them.
View ArticleLuigi Toscano commented on merge request !321 at Plasma / PowerDevil
The date and version refer to the time when the documentation was reviewed. This means the data doesn't need to match the release date.If this change is going to land on 6.1 and it contains information...
View ArticleScript Kiddy pushed to project branch master at Plasma / PowerDevil
Script Kiddy(4f641335) at 18 Feb 01:25 GIT_SILENT Sync po/docbooks with svn
View ArticleMéven Car commented on merge request !290 at Plasma / PowerDevil
Is getthreshold event used anymore ?
View ArticleScript Kiddy pushed to project branch Plasma/6.0 at Plasma / PowerDevil
Script Kiddy(31656a92) at 19 Feb 03:02 GIT_SILENT Sync po/docbooks with svn
View ArticleWerner Sembach commented on merge request !311 at Plasma / PowerDevil
thanks, and yeah we will figure something out, at least for TUXEDO OS but we can't fix it on Ubuntu for example
View ArticleNicolas Fella commented on merge request !321 at Plasma / PowerDevil
The fact that there's a thing called Powerdevil is an implementation detail, I'd rather not mention it by nameI'd suggest something like "This settings module allows to configure various aspects of...
View ArticleNate Graham approved merge request !321: doc: Revamp KCM documentation at Pla...
This was pretty old already and the KCM received a large overhaulin Plasma 6.0. Added lots of new and hopefully helpful text,further hoping that it won't become outdated too soon.Submitting for 6.1 due...
View ArticleJonathan Riddell pushed to project branch master at Plasma / PowerDevil
Jonathan Riddell(089a47ae) at 21 Feb 14:37 Update Frameworks version requirement to 6.0.0
View ArticleJonathan Riddell pushed to project branch Plasma/6.0 at Plasma / PowerDevil
Jonathan Riddell(a73fdfcb) at 21 Feb 15:03 Update Frameworks version requirement to 6.0.0
View ArticleJakob Petsovits commented on merge request !318 at Plasma / PowerDevil
I had another thought re. how best to throttle. One of my concerns with using this change in its current state is that single-shot brightness writes will be unnecessarily delayed. E.g. there's no...
View ArticleNicolas Fella commented on merge request !325 at Plasma / PowerDevil
Returning a reference to a list is not something we typically do (in part thanks to implicit sharing).We seem to be only interested in whether it contains a certain id, so maybe we should have a...
View Article