Jakob Petsovits opened merge request !301: Draft: actions/bundled/dpms: Handl...
Marking as draft because I left some debug statements in there. In case you want to give it a try as well.BUG: 476962For automatic display turn-off, we now allow setting an idle timeoutwhen the screen...
View ArticleJakob Petsovits commented on merge request !301 at Plasma / PowerDevil
Actually no, it's not working correctly yet. Somehow onResume() gets executed before the system goes to sleep, potentially due to profile reload, so it flickers once it actually resumes. Need to rework...
View ArticleJakob Petsovits opened merge request !303: ddcutilbrightness: Add ddc_init() ...
This allows the user to create a ddcutil configuration file whichcan enable tracing (to help with debugging) and customize otherruntime options supported by ddcutil.CCBUG: 476375
View ArticleBogdan Onofriuchuk commented on merge request !303 at Plasma / PowerDevil
It's not deprecated. It exists too. In the ddcutil repo there are ddca_init and ddca_init2. But the difference that ddca_init2 have additional argument infomsg_loc:The caller is responsible for freeing...
View ArticleJakob Petsovits commented on merge request !303 at Plasma / PowerDevil
On the 2.0.2 (current dev) branch it starts with:/** Performs library initialization. * * @deprecated * Use ddca_init2()I consider that deprecated. You're right that ddca_init() should work for both,...
View ArticleNatalie Clarius commented on issue #32 at Plasma / PowerDevil
I think making each page 1 or 2 rows taller and getting rid of any separate pages in return would be worth it.About pausing media players, we could turn this into a per-profile setting.
View ArticleNatalie Clarius commented on merge request !302 at Plasma / PowerDevil
Does this mean we can't potentially have different sets of controls for different profiles (e.g. moving the critical level action into the profiles pages) in the future?
View ArticleJakob Petsovits commented on merge request !302 at Plasma / PowerDevil
On the contrary, this gives us the flexibility to choose whether we want entire different pages à la StackView or shared pages for different tabs. Or a mix of both, even.If you leave out the change...
View ArticleNeal Gompa commented on merge request !301 at Plasma / PowerDevil
Would it be possible to also try to resolve bug 477641 with this too? I'd like to be able to just have the screen turn off and stay off when I lock the session.
View ArticleNate Graham commented on issue #18 at Plasma / PowerDevil
My wife now has one of these laptops. From what I can tell the wake-from-sleep is superfast, at the cost of a higher idle power drain when you would expect it to be really sleeping, like when the lid...
View ArticleNate Graham commented on merge request !302 at Plasma / PowerDevil
This fixes the bug, but I feel like it's fixing it in the wrong way. The code is made more complicated and hard to follow (for me, at least). If possible, I'd prefer if we focused on fixing whatever...
View ArticleNate Graham approved merge request !302: kcmodule: Fix flicker when switching...
BUG: 478271This commit is not tackling whatever root cause might be causingthe flickering (likely related to delayed layouting in FormLayout).Instead, we resolve the flicker by reusing the same single...
View ArticleNate Graham commented on merge request !301 at Plasma / PowerDevil
Feel free to add another BUG: keyword, then!
View ArticleNate Graham approved merge request !301: actions/bundled/dpms: Handle very sh...
BUG: 476962BUG: 477641For automatic display turn-off, we now allow setting an idle timeoutwhen the screen is locked, down to 0 seconds. This makes sense whenthe session transitions from unlocked to...
View ArticleJakob Petsovits pushed to project branch master at Plasma / PowerDevil
Jakob Petsovits(c58085b4) at 05 Jan 02:03 actions/bundled/dpms: Handle very short timeout-when-locked better ... and 1 more commit
View ArticleJakob Petsovits accepted merge request !301: actions/bundled/dpms: Handle ver...
BUG: 476962BUG: 477641For automatic display turn-off, we now allow setting an idle timeoutwhen the screen is locked, down to 0 seconds. This makes sense whenthe session transitions from unlocked to...
View ArticleJakob Petsovits commented on merge request !299 at Plasma / PowerDevil
I just came across this definition (started working off of your branch to factor out a new BacklightController) and believe this particular instance of it isn't being used by anything. It can probably...
View ArticleJakob Petsovits accepted merge request !302: kcmodule: Fix flicker when switc...
BUG: 478271This commit is not tackling whatever root cause might be causingthe flickering (likely related to delayed layouting in FormLayout).Instead, we resolve the flicker by reusing the same single...
View ArticleJakob Petsovits opened merge request !304: daemon: Extract BacklightControlle...
Followup to @littlesweet's MR !299. Refactoring prior to taking on issue #27.Edit: This MR was supposed to target the branch from MR !299. But the way I submitted it, it's targeting master instead....
View ArticleJakob Petsovits commented on merge request !304 at Plasma / PowerDevil
Ah whoops, this MR was supposed to target the branch from MR !299. But the way I submitted it, it's targeting master instead. Please review only the eponymous top commit, the rest will disappear once...
View Article