Fabian Arndt opened merge request !368: OSD: Allow cycling through options by...
There is also some filtering for the shortcut, to determine if it was held.It would be wise to make the OSD code reusable, as it was copied from KScreen.BUG: 476921CCBUG: 141968CCBUG: 444307EDIT: A...
View ArticleFabian Arndt opened merge request !369: OSD: Reset focus to initial value...
This makes it easier to recognize the current value and transient mouse moves are less confusing.
View ArticleFabian Arndt opened merge request !370: OSD: Close on focus lost at Plasma /...
The OSD is closed when the active window is changed from the OSD to another window.This happens if the user clicks outside the OSD.This mimics the behaviour of modal dialogs.This also happens with...
View ArticleJakob Petsovits commented on merge request !369 at Plasma / PowerDevil
Shouldn't it go back to what the current profile is, rather than what the current profile was when the component was created? Should be the same most of the time, but I feel like it would be better to...
View ArticleFabian Arndt commented on merge request !369 at Plasma / PowerDevil
Such a binding is currently missing, correct. We also don't get the actual profiles, but the three "default" ones.On my system, for example, there are currently only two placeholder profiles (balanced...
View ArticleJakob Petsovits commented on merge request !370 at Plasma / PowerDevil
The on prefix should be used for slots, rather than signals. Also, let's not use const for parameters passed by value. Combined, it can look like this: void osdActiveChanged(bool active);
View ArticleJakob Petsovits approved merge request !370: OSD: Close on focus lost at...
The OSD is closed when the active window is changed from the OSD to another window.This happens if the user clicks outside the OSD.This mimics the behaviour of modal dialogs.This also happens with...
View ArticleFabian Arndt pushed to project branch master at Plasma / PowerDevil
Fabian Arndt(971630db) at 31 May 21:38 OSD: Close on focus lost
View ArticleFabian Arndt accepted merge request !370: OSD: Close on focus lost at Plasma...
The OSD is closed when the active window is changed from the OSD to another window.This happens if the user clicks outside the OSD.This mimics the behaviour of modal dialogs.This also happens with...
View ArticleFabian Arndt commented on merge request !370 at Plasma / PowerDevil
I have rephrased the log message and added line breaks before merging (971630db). Please take a look and give me feedback.
View Articleivan tkachenko commented on commit d69eea5c at Plasma / PowerDevil
why? I don't see why it should be mutable
View Articleivan tkachenko pushed new project branch work/ratijas/dangling-disconnect at...
ivan tkachenko(d78ecf01) at 01 Jun 17:44 daemon: Don't disconnect from a null object
View Articleivan tkachenko opened merge request !371: daemon: Don't disconnect from a...
Regardless whether a Bluetooth device with a battery was disconnectedfrom within an operating system (e.g. by clicking Disconnect button inthe applet) or externally (such as falling asleep on its own,...
View ArticleJakob Petsovits commented on commit d69eea5c at Plasma / PowerDevil
I asked for it in !370 (comment 955663). Nothing wrong with const but for parameters passed by value, imho it's an implementation detail and what the function body does with it that shouldn't be...
View ArticleJakob Petsovits commented on merge request !371 at Plasma / PowerDevil
Ah, so that's where that error log came from. LGTM
View ArticleJakob Petsovits approved merge request !371: daemon: Don't disconnect...
Regardless whether a Bluetooth device with a battery was disconnectedfrom within an operating system (e.g. by clicking Disconnect button inthe applet) or externally (such as falling asleep on its own,...
View ArticleFabian Arndt pushed new project branch work/cherry-pick-971630db at Plasma /...
Fabian Arndt(1eb6c81b) at 01 Jun 21:33 OSD: Close on focus lost ... and 15 more commits
View ArticleFabian Arndt opened merge request !372: OSD: Close on focus lost at Plasma /...
The OSD is closed when the active window is changed from the OSD to another window.This happens if the user clicks outside the OSD.This mimics the behaviour of modal dialogs.This also happens with...
View ArticleFabian Arndt approved merge request !371: daemon: Don't disconnect from a...
Regardless whether a Bluetooth device with a battery was disconnectedfrom within an operating system (e.g. by clicking Disconnect button inthe applet) or externally (such as falling asleep on its own,...
View ArticleFabian Arndt pushed to project branch Plasma/6.1 at Plasma / PowerDevil
Fabian Arndt(1eb6c81b) at 01 Jun 21:36 OSD: Close on focus lost
View Article