https://bugs.kde.org/show_bug.cgi?id=402930
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/sdd | |m-kcm/dc1922e6aa486500cb3d4 | |cfeb0243bb2f5fdeb25 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Version Fixed In| |5.15.0 Latest Commit|https://commits.kde.org/sdd |https://commits.kde.org/sdd |m-kcm/dc1922e6aa486500cb3d4 |m-kcm/159e2dcbf935c1aa543a3 |cfeb0243bb2f5fdeb25 |3b1865b6f4a986401e6 Version Fixed In|5.15.0 | --- Comment #7 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit dc1922e6aa486500cb3d4cfeb0243bb2f5fdeb25 by David Edmundson. Committed on 05/02/2019 at 10:39. Pushed by davidedmundson into branch 'Plasma/5.15'. Fix loading of background image preview Summary: 50445f794b3142f29dcc043f3af83c549c694bcd changed how wallpapers worked. Instead of storing an absolute path in the config we move the file and saves a relative path. The preview icon still expected an absolute path. This patch loads the image in the same way SDDM expects. FIXED-IN: 5.15.0 Test Plan: Set image Reopened KCM Reviewers: #plasma, ngraham Reviewed By: ngraham Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D18614 M +6 -4 src/themeconfig.cpp M +1 -1 src/themeconfig.h https://commits.kde.org/sddm-kcm/dc1922e6aa486500cb3d4cfeb0243bb2f5fdeb25 --- Comment #8 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 159e2dcbf935c1aa543a33b1865b6f4a986401e6 by David Edmundson. Committed on 05/02/2019 at 10:39. Pushed by davidedmundson into branch 'Plasma/5.15'. Fix mime type filter on background selection button Summary: Ported to explicit QFileDialog instance instead of static method partly because I don't understand how to use the magic nameFilter syntax to set mimes, partly to ease the eventual porting to QtQuick which can't have a blockign dialog. Test Plan: Clicked on the button Only image files were listed Selecting one still worked Reviewers: #plasma, ngraham Reviewed By: ngraham Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D18615 M +16 -5 src/configwidgets/selectimagebutton.cpp https://commits.kde.org/sddm-kcm/159e2dcbf935c1aa543a33b1865b6f4a986401e6 -- You are receiving this mail because: You are watching all bug changes.