https://bugs.kde.org/show_bug.cgi?id=199001
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/61280b2896c4bb49bcc8ae9ba | |146d004de9d1d3c Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #8 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 61280b2896c4bb49bcc8ae9ba146d004de9d1d3c by Vlad Zahorodnii. Committed on 23/05/2025 at 14:58. Pushed by vladz into branch 'master'. wallpapers: Add support for day/night wallpapers This change adds a new type of wallpapers that are synchronized to the day/night cycle. During daylight, the light image will be displayed; during nighttime, the dark image will be displayed. M +8 -0 wallpapers/image/imagepackage/contents/config/main.xml M +7 -0 wallpapers/image/imagepackage/contents/ui/ImageStackView.qml M +14 -1 wallpapers/image/imagepackage/contents/ui/WallpaperDelegate.qml M +51 -2 wallpapers/image/imagepackage/contents/ui/config.qml A +51 -0 wallpapers/image/imagepackage/contents/ui/mediacomponent/DayNightComponent.qml [License: GPL(v2.0+)] A +114 -0 wallpapers/image/imagepackage/contents/ui/mediacomponent/DayNightImage.qml [License: GPL(v2.0+)] A +112 -0 wallpapers/image/imagepackage/contents/ui/mediacomponent/DayNightView.qml [License: GPL(v2.0+)] M +3 -0 wallpapers/image/plugin/CMakeLists.txt M +5 -5 wallpapers/image/plugin/autotests/test_packagefinder.cpp A +370 -0 wallpapers/image/plugin/daynightwallpaper.cpp [License: GPL(v2.0+)] A +275 -0 wallpapers/image/plugin/daynightwallpaper.h [License: GPL(v2.0+)] M +48 -13 wallpapers/image/plugin/finder/packagefinder.cpp M +27 -2 wallpapers/image/plugin/finder/packagefinder.h M +2 -0 wallpapers/image/plugin/imageplugin.cpp M +1 -0 wallpapers/image/plugin/model/abstractimagelistmodel.cpp M +3 -0 wallpapers/image/plugin/model/imagelistmodel.cpp M +1 -0 wallpapers/image/plugin/model/imageroles.h M +22 -19 wallpapers/image/plugin/model/packagelistmodel.cpp M +3 -3 wallpapers/image/plugin/model/packagelistmodel.h M +1 -0 wallpapers/image/plugin/utils/backgroundtype.h M +31 -22 wallpapers/image/plugin/utils/mediaproxy.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/61280b2896c4bb49bcc8ae9ba146d004de9d1d3c -- You are receiving this mail because: You are watching all bug changes.