Revision 6685e33...

Go back to digest for 12th May 2013

Optimization in KDE Base

Luca Beltrame committed changes in [kde-workspace] plasma/generic/wallpapers/image/image.cpp:

Plasma Wallpaper Image Plugin: Avoid unnecessary renders of the wallpaper

When the selection in changed in the view, that calls Image::pictureChanged
which then calls setSingleImage which sends the image for rendering.
Once the image has been rendered, updateBackground is called which
starts the fading animation. This is completely unnessary.
(cherry picked from commit 3ae865333c40b9fb4de09d2c0a6cf00ec50a0382)

File Changes

Modified 1 files
  • plasma/generic/wallpapers/image/image.cpp
1 files changed in total