Revision 869401

Go back to digest for 12th October 2008

Optimization in KDE Base

Peter Penz committed changes in /trunk/KDE/kdebase/apps/dolphin/src:

Improve performance of information panel.
Depending on the used backend reading the meta information like rating, tags and comments can be slow (especially when e. g. selecting 1000 files at once having items that are not cached yet).

The reading of the meta information is now forwarded to a separate thread, so that Dolphin never gets blocked.

File Changes

Modified 2 files
  • /trunk/KDE/kdebase/apps/dolphin/src
  •   /metadatawidget.cpp
  •   /metadatawidget.h
2 files changed in total