https://bugs.kde.org/show_bug.cgi?id=360034
Ivan Čukić <ivan.cu...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |http://commits.kde.org/plas | |ma-desktop/947f430e60594269 | |04e7744b7d59179053d033bd Status|UNCONFIRMED |RESOLVED --- Comment #8 from Ivan Čukić <ivan.cu...@kde.org> --- Git commit 947f430e6059426904e7744b7d59179053d033bd by Ivan Čukić. Committed on 20/09/2016 at 14:22. Pushed by ivan into branch 'Plasma/5.8'. Fixed loading of the wallpapers in the activity switcher Summary: - Created an asynchronous image provider to return wallpaper thumbnails - Fixed the code that fetches the activity backgrounds from the config file - Removed thumbnail cashing since we are relying on KIO now - Removed the fun callback-based code from the QML/JavaScript side Reviewers: #plasma, davidedmundson, mart Reviewed By: mart Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D2810 M +6 -42 desktoppackage/contents/activitymanager/ActivityItem.qml M +2 -1 imports/activitymanager/CMakeLists.txt M +3 -3 imports/activitymanager/sortedactivitiesmodel.cpp M +86 -70 imports/activitymanager/switcherbackend.cpp M +1 -7 imports/activitymanager/switcherbackend.h http://commits.kde.org/plasma-desktop/947f430e6059426904e7744b7d59179053d033bd -- You are receiving this mail because: You are watching all bug changes.