Revision 4c5969f...

Go back to digest for 24th April 2011

Optimization in KDE Base

Sebastian Kügler committed changes in [plasma-mobile] /:

zero cache misses in my test set

- we need to be more strict about the requested source, otherwise the
nameing of the cached files changes due to re-conversion to QUrl,
which might add slashes, etc. So store the source separately, and thus
make sure one source always corresponds to one cached file.

This implements the second part of the caching, where we're currently
going through a .png file read from disk, so we can reference these
pictures in the QML code.

Needs cleanup, which follows in the next commit.

File Changes

Modified 6 files
  •   dataengines/preview/kwebthumbnailer.cpp
  •   dataengines/preview/kwebthumbnailer.h
  •   dataengines/preview/previewengine.cpp
  •   dataengines/preview/previewengine.h
  •   applets/favorites/package/contents/code/WebDashboard.qml
  •   applets/favorites/package/contents/code/WebItemList.qml
6 files changed in total