[Digikam-devel] extragear/graphics/digikam
Marcel Wiesweg
marcel.wiesweg at gmx.de
Thu Aug 24 16:20:15 BST 2006
SVN commit 576659 by mwiesweg:
Fix the longstanding problem that a half-size loading from histogram would
not be stopped when the full image is loaded in IE
- a signalMoreCompleteLoadingAvailabe is now available from the loading
thread - sent this signal when appropriate, add all necessary inter-thread
stuff - connect histogram sidebar to this signal and restart loading with
full image if available
- loading signals now sent the full LoadingDescription, not only filePath.
Change inter-thread events as necessary
- some polishing in LoadingDescription
- usedProcess is now m_usedProcess
- some more comments in LoadingCache.h
M +37 -15 libs/imageproperties/imagepropertiescolorstab.cpp
M +4 -1 libs/imageproperties/imagepropertiescolorstab.h
M +8 -0 libs/threadimageio/loadingcache.cpp
M +7 -0 libs/threadimageio/loadingcache.h
M +36 -0 libs/threadimageio/loadingdescription.h
M +43 -14 libs/threadimageio/loadsavetask.cpp
M +42 -14 libs/threadimageio/loadsavetask.h
M +22 -0 libs/threadimageio/loadsavethread.cpp
M +21 -9 libs/threadimageio/loadsavethread.h
M +2 -1 libs/threadimageio/managedloadsavethread.cpp
M +10 -8 utilities/imageeditor/canvas/dimginterface.cpp
M +3 -2 utilities/imageeditor/canvas/dimginterface.h
More information about the Digikam-devel
mailing list