Summary: | please provide default wallpaper for dark colors scheme | ||
---|---|---|---|
Product: | [Plasma] Plasma Workspace Wallpapers | Reporter: | Maciej Pilichowski <bluedzins> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | davide.bettio, nate, qydwhotmail |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Unspecified | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/f106e61c5edb3f935117c4b084fe27cff9d97fc2 | Version Fixed In: | 5.26 |
Sentry Crash Report: |
Description
Maciej Pilichowski
2009-09-20 15:23:49 UTC
Reassign to kdelibs/kdeui. The blue wallpaper was introduced in r979031 and only fits with the default KDE settings. Correction. Was: "The only thing missing in KDE (I guess) is ability to switch wallpaper (if default!) accordingly to color switch scheme." Should be: "The only thing missing in KDE (I guess) is ability to switch welcome screen background in apps accordingly to color switch scheme." Wallpaper used in KDE can be intact -- this simplify logic of switching the color scheme -- the important thing is apps change the welcome screen. There could be wallpapers designed for LTS releases, both light and dark styles included, to meet the demand of 0-dot users. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1599 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1802 Git commit f106e61c5edb3f935117c4b084fe27cff9d97fc2 by Fushan Wen. Committed on 06/06/2022 at 14:24. Pushed by fusionfuture into branch 'master'. wallpapers/image: add dark wallpaper support for KPackage wallpapers Dark wallpapers are put in contents/images_dark folder. The dark wallpaper will be used when system color scheme is dark. FIXED-IN: 5.26 M +2 -0 wallpapers/image/imagepackage/contents/ui/main.qml M +4 -1 wallpapers/image/plugin/finder/imagefinder.cpp M +19 -5 wallpapers/image/plugin/finder/packagefinder.cpp M +39 -0 wallpapers/image/plugin/imagebackend.cpp M +19 -0 wallpapers/image/plugin/imagebackend.h M +13 -1 wallpapers/image/plugin/provider/packageimageprovider.cpp https://invent.kde.org/plasma/plasma-workspace/commit/f106e61c5edb3f935117c4b084fe27cff9d97fc2 A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1814 Git commit fa8abc50660c8808280d5df66f5559cd2c824f9c by Fushan Wen. Committed on 07/06/2022 at 08:53. Pushed by fusionfuture into branch 'master'. wallpapers/image: show light&&dark images side by side in previews M +66 -18 wallpapers/image/plugin/model/abstractimagelistmodel.cpp M +9 -3 wallpapers/image/plugin/model/abstractimagelistmodel.h M +2 -2 wallpapers/image/plugin/model/imagelistmodel.cpp M +8 -3 wallpapers/image/plugin/model/packagelistmodel.cpp https://invent.kde.org/plasma/plasma-workspace/commit/fa8abc50660c8808280d5df66f5559cd2c824f9c A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1816 Git commit e7e70ec5251ce6dbaff60cfc66694f624d58e3ef by Fushan Wen. Committed on 07/06/2022 at 14:46. Pushed by fusionfuture into branch 'master'. wallpapers/image: update dark wallpaper test A KPackage wallpaper containing a dark variant is added to the test data. M +3 -2 wallpapers/image/plugin/autotests/commontestdata.h M +13 -7 wallpapers/image/plugin/autotests/test_imageproxymodel.cpp M +14 -5 wallpapers/image/plugin/autotests/test_packagefinder.cpp M +33 -7 wallpapers/image/plugin/autotests/test_packagelistmodel.cpp M +8 -5 wallpapers/image/plugin/autotests/test_slidemodel.cpp A +- -- wallpapers/image/plugin/autotests/testdata/default/FEATURE207976-dark-wallpaper/contents/images/1024x768.png A +1 -0 wallpapers/image/plugin/autotests/testdata/default/FEATURE207976-dark-wallpaper/contents/images_dark/1920x1080.jpg A +7 -0 wallpapers/image/plugin/autotests/testdata/default/FEATURE207976-dark-wallpaper/metadata.desktop https://invent.kde.org/plasma/plasma-workspace/commit/e7e70ec5251ce6dbaff60cfc66694f624d58e3ef A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1830 Git commit 4a95a33b62d9c909f8c06fa7e559aebaea9bf1be by Fushan Wen. Committed on 14/06/2022 at 01:03. Pushed by fusionfuture into branch 'master'. wallpapers/image: instantly apply wallpaper on color scheme changed M +9 -5 wallpapers/image/imagepackage/contents/ui/main.qml https://invent.kde.org/plasma/plasma-workspace/commit/4a95a33b62d9c909f8c06fa7e559aebaea9bf1be |