Summary: | Integrate night mode controls into separate Brightness applet | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Nowshed H. Imran <now.im.627> |
Component: | Battery Monitor | Assignee: | Kai Uwe Broulik <kde> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | natalie_clarius, nate, plasma-bugs, postix |
Priority: | NOR | ||
Version: | 5.23.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/-/commit/883eccad71ca69661acf0334a9ea52d77cc55edb | Version Fixed In: | 6.0 |
Sentry Crash Report: | |||
Bug Depends on: | 424283 | ||
Bug Blocks: |
Description
Nowshed H. Imran
2022-01-11 17:04:57 UTC
> In the upcoming release brightness has been split from the power icon It hasn't; the existing applet simply changes its icon to show a brightness icon when there are no batteries. It's not actually a separate applet. This is still a requested thing that hasn't been done yet; see Bug 424283. Marking that as a blocker for this. Git commit 883eccad71ca69661acf0334a9ea52d77cc55edb by Natalie Clarius. Committed on 18/11/2023 at 18:49. Pushed by nclarius into branch 'master'. applets/brightness: integrate night color FIXED-IN: 6.0 M +0 -5 applets/brightness/package/contents/ui/CompactRepresentation.qml A +228 -0 applets/brightness/package/contents/ui/NightColorItem.qml [License: GPL(v2.0+)] M +10 -0 applets/brightness/package/contents/ui/PopupDialog.qml M +75 -3 applets/brightness/package/contents/ui/main.qml A +12 -0 applets/brightness/plugin/CMakeLists.txt A +124 -0 applets/brightness/plugin/nightcolorinhibitor.cpp [License: GPL(v2.0+)] A +74 -0 applets/brightness/plugin/nightcolorinhibitor.h [License: GPL(v2.0+)] A +309 -0 applets/brightness/plugin/nightcolormonitor.cpp [License: GPL(v2.0+)] A +164 -0 applets/brightness/plugin/nightcolormonitor.h [License: GPL(v2.0+)] A +63 -0 applets/brightness/plugin/nightcolormonitor_p.h [License: GPL(v2.0+)] A +26 -0 applets/brightness/plugin/plugin.cpp [License: GPL(v2.0+)] https://invent.kde.org/plasma/plasma-workspace/-/commit/883eccad71ca69661acf0334a9ea52d77cc55edb |