]> cloud.milkyroute.net Git - dolphin.git/commit
Improve performance of Dolphin:
authorPeter Penz <peter.penz19@gmail.com>
Sun, 5 Jul 2009 19:10:20 +0000 (19:10 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Sun, 5 Jul 2009 19:10:20 +0000 (19:10 +0000)
commitb4aacaf4d2a0f119176f491543261b62914d6be0
tree5bc9602a2671dc1669c0bc2b01a1f70f986bb343
parent40cd135f4dc7ae5ffacf8095fcf6e9fca9c04d45
Improve performance of Dolphin:
- When changing a directory the receiving of the meta data is done now with a short delay. This gives the directory lister the chance to show the directory as fast as possible.
- Prevent that DolphinInformationPanel::reset() is invoked when changing a directory. The method only needs to get invoked if an item has been deleted or renamed.
- Cache an unknown file item. This improves the startup time of Dolphin (-> KFileItem constructor is invoked only once instead of up to 6 times).

svn path=/trunk/KDE/kdebase/apps/; revision=991840
src/panels/information/informationpanel.cpp
src/panels/information/informationpanel.h