speed up un-cached directories

embedded thumbnails will be used for the first pass when cached thumbnails are not found.
This commit is contained in:
Steve Herrell
2010-10-29 12:06:17 +02:00
parent 7ce062cfc3
commit b25d03e6ea
18 changed files with 397 additions and 59 deletions

View File

@@ -64,7 +64,7 @@ class ThumbImageUpdater {
* @param l listener waiting on update
*/
void add(Thumbnail* t, const rtengine::procparams::ProcParams& params,
int height, bool* priority, ThumbImageUpdateListener* l);
int height, bool* priority, bool upgrade, ThumbImageUpdateListener* l);
/**
* @brief Remove jobs associated with listener \c l.