Jakob Petsovits commented on merge request !497 at Plasma / PowerDevil
Is the dependency version downgrade necessary because we don't have the RC available for Alpine yet? Or how do we pick this version going forward?
View ArticleFushan Wen commented on merge request !497 at Plasma / PowerDevil
Not necessary, was just testing
View ArticleJonathan Riddell pushed to project branch Plasma/6.3 at Plasma / PowerDevil
Jonathan Riddell(2ec2b034) at 23 Jan 12:00 update version for new release
View ArticleJonathan Riddell pushed new project tag v6.2.91 at Plasma / PowerDevil
Jonathan Riddell(50803ea2) at 23 Jan 12:46 update version for new release
View ArticleJakob Petsovits commented on merge request !502 at Plasma / PowerDevil
Plasma Mobile uses a different KCM for power stuff afaik. On desktop, I wasn't even able to resize the window to this narrower width with regular means, I had to use Window Rules to get this to...
View ArticleJakob Petsovits approved merge request !502: kcm: Keep header "Advanced...
Part of systemsettings#42.This is important especially for Plasma Mobile, where window widths arehighly constrained, but also relevant for languages with long text.(the rest of the layout is horribly...
View ArticleNate Graham commented on merge request !502 at Plasma / PowerDevil
Yeah, I had to patch System Settings to let it accept such a narrow window size. :) Normally I'd just use kcmshell6, but I wanted to look at every KCM at such a small size, which necessitated the...
View ArticleNate Graham pushed to project branch master at Plasma / PowerDevil
Nate Graham(e6057656) at 30 Jan 03:29 kcm: Keep header "Advanced Power Settings…" action visible
View ArticleNate Graham accepted merge request !502: kcm: Keep header "Advanced...
Part of systemsettings#42.This is important especially for Plasma Mobile, where window widths arehighly constrained, but also relevant for languages with long text.(the rest of the layout is horribly...
View ArticleNate Graham pushed to project branch Plasma/6.3 at Plasma / PowerDevil
Nate Graham(fea71907) at 30 Jan 03:30 kcm: Keep header "Advanced Power Settings…" action visible
View ArticleJakob Petsovits pushed new project branch work/jpetso/kcm-narrow-mode at...
Jakob Petsovits(8a133929) at 30 Jan 05:20 kcm: Let flickable form content reduce width to use narrow mode
View ArticleJakob Petsovits opened merge request !503: kcm: Let flickable form content...
Inspired by @ngraham's screenshot in !502, quote:(the rest of the layout is horribly broken, but ignore that for now)It wasn't a good time for ignoring.Commit messageUnder normal circumstances, System...
View ArticleJakob Petsovits commented on merge request !503 at Plasma / PowerDevil
@ngraham: Should we cherry-pick this also into the 6.3 branch? Your MR was targeting 6.3, but it would be very hard for users to reproduce given the window size constraints, so is it worth the trouble?
View ArticleJakob Petsovits commented on merge request !501 at Plasma / PowerDevil
Seems reasonable. Apparently the QtGui private API is QX11Info used in the DPMS action and more crucially in KWinKScreenHelperEffect, which the DPMS action is using. QX11Info could almost be thrown out...
View ArticleKai Uwe Broulik commented on merge request !501 at Plasma / PowerDevil
Since the effect is already doing lowlevel XCB calls, might be able to replace the appRootWindow() call with some XCB code?Or we add it to QNativeInterface::QX11Application since it is fairly common...
View ArticleNate Graham approved merge request !503: kcm: Let flickable form content...
Inspired by @ngraham's screenshot in !502, quote:(the rest of the layout is horribly broken, but ignore that for now)It wasn't a good time for ignoring.Commit messageUnder normal circumstances, System...
View ArticleNate Graham commented on merge request !503 at Plasma / PowerDevil
No strong opinions about it; your call.
View ArticleJakob Petsovits pushed to project branch master at Plasma / PowerDevil
Jakob Petsovits(8a133929) at 30 Jan 18:04 kcm: Let flickable form content reduce width to use narrow mode
View Article