Bug 233253 - no thumbnails are displayed in tags, timeline or search mode
Summary: no thumbnails are displayed in tags, timeline or search mode
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Thumbs-Engine (show other bugs)
Version: 1.3.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-04 16:10 UTC by Markus Spring
Modified: 2017-08-18 09:11 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 1.3.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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