Bug 233253

Summary: no thumbnails are displayed in tags, timeline or search mode
Product: [Applications] digikam Reporter: Markus Spring <m.spring>
Component: Thumbs-EngineAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: ajg02, caulier.gilles
Priority: NOR    
Version: 1.3.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 1.3.0

Description Markus Spring 2010-04-04 16:10:26 UTC
Version:           1110847 svn (using KDE 4.4.2)
Compiler:          gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)  
OS:                Linux
Installed from:    Compiled From Sources

digikam shows thumbnails only in album or calendar mode. When switching to timeline, search or tags mode, no thumbnails are displayed. The konsole shows messages like

digikam(6096)/digikam (core): ThumbnailLoadThread::load: No thumbnail size specified. Refusing to load thumbnail.
Comment 1 Andrew Goodbody 2010-04-04 18:46:05 UTC
Seen by me on win32 as well.
Comment 2 Johannes Wienke 2010-04-04 21:11:31 UTC
Confirmed.
Comment 3 Marcel Wiesweg 2010-04-05 12:07:41 UTC
Tags was fixed yesterday in SVN, fix for searches is in the works
Comment 4 Marcel Wiesweg 2010-04-05 15:39:48 UTC
SVN commit 1111305 by mwiesweg:

Checking for bool (with true = success) breaks when using an enum
for error conditions, where success is 0.
Apply a little syntactic sugar to make this work again -
fixes searches and schema updating.

BUG: 233253

 M  +2 -1      NEWS  
 M  +1 -1      libs/database/databasecopymanager.cpp  
 M  +14 -1     libs/database/databasecorebackend.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1111305