D8826: Support Qt scaling in wallpaper loading

2017-11-15 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R120:3c5df91dd1a9: Support Qt scaling in wallpaper loading (authored by davidedmundson). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D8826?vs=22396=22398#toc REPOSITORY R120 Plasma Workspace

D8826: Support Qt scaling in wallpaper loading

2017-11-15 Thread Kai Uwe Broulik
broulik accepted this revision. broulik added inline comments. This revision is now accepted and ready to land. INLINE COMMENTS > main.qml:38 > property bool ready: false > +property var sourceSize: Qt.size(root.width * Screen.devicePixelRatio, > root.height * Screen.devicePixelRatio)

D8826: Support Qt scaling in wallpaper loading

2017-11-15 Thread David Edmundson
davidedmundson created this revision. davidedmundson added a reviewer: Plasma. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY On wayland we're using Qt scaling. This normally handles most scaling stuff itself, except