[Digikam-devel] [Bug 132047] Faster display of images and/or prefetch wished for
Marcel Wiesweg
marcel.wiesweg at gmx.de
Wed Jan 3 21:44:19 GMT 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=132047
------- Additional Comments From marcel.wiesweg gmx de 2007-01-03 22:44 -------
SVN commit 619531 by mwiesweg:
Loading of previews is now multithreaded:
- integrate preview loading into the load-save framework
- the PreviewLoadTask is a cut-down version of the normal SharedLoadingTask
- use the same cache
CCMAIL: digikam-devel kde org
M +0 -1 digikam/Makefile.am
M +31 -43 digikam/imagepreviewwidget.cpp
M +4 -4 digikam/imagepreviewwidget.h
M +4 -0 libs/threadimageio/Makefile.am
M +11 -3 libs/threadimageio/loadingcache.cpp
M +24 -0 libs/threadimageio/loadingdescription.h
M +1 -1 libs/threadimageio/loadsavetask.cpp
M +1 -1 libs/threadimageio/loadsavetask.h
M +13 -3 libs/threadimageio/loadsavethread.cpp
M +40 -0 libs/threadimageio/managedloadsavethread.cpp
M +1 -0 libs/threadimageio/managedloadsavethread.h
A libs/threadimageio/previewloadthread.cpp [License: GPL]
A libs/threadimageio/previewloadthread.h [License: GPL]
A libs/threadimageio/previewtask.cpp [License: GPL]
A libs/threadimageio/previewtask.h [License: GPL]
More information about the Digikam-devel
mailing list