Skip to content

Wallpaper API refactor, WallpaperItem

Marco Martin requested to merge work/mart/WallpaperItem into master

refactor Wallpaper api similar to PalsmoidItem

Plasma Wallpaper plugins root objects will have to be instances of WallpaperItem, and their contextual actions defined in a declarative way:

WallpaperItem {
    contextualActions: [
        PlasmaCore.Action {...},...
    ]
}

This removes completely KActionCollection from wallpapers

Merge request reports