Revision 698272

Go back to digest for 12th August 2007

Features in Graphics

Marcel Wiesweg committed changes in /trunk/extragear/graphics/digikam/libs/threadimageio:

- add a method to add a group of thumbnails to the thumbnail load thread.

This is meant for a future implementation, where the view pushes all currently visible thumbnails that need to be loaded to the _front_ of the queue. Currently, new tasks are always appended and wait for older ones. Prepending is not an option to keep the order of item loading unchanged.

- remove the one-second sleep, to real sleep. Audited that condvar is waked whereever needed.

Though, bugs may come up...

File Changes

Modified 3 files
  • /trunk/extragear/graphics/digikam/libs/threadimageio
  •   /loadsavethread.cpp
  •   /managedloadsavethread.cpp
  •   /managedloadsavethread.h
3 files changed in total