Revision 844702
Go back to digest for 17th August 2008Optimization in KDE Base
Olivier Goffart committed changes in /trunk/KDE/kdebase/workspace:
Make the updating of the task fast when you change desktop by caching the QIcon
reviewed by Alexis.
I had few seconds delay between i change desktop and the taskbar actually updates.
The reason was the loading of the icon which was not cached.
The loading of the icon can be slow if the application has no icon (such as xterm) and the default X11 icon has to be loaded with KIconLoader
File Changes
Modified 3 files
- /trunk/KDE/kdebase/workspace
- /libs/taskmanager/task.cpp
- /libs/taskmanager/task.h
- /plasma/applets/tasks/windowtaskitem.cpp
3 files changed in total