[Digikam-devel] Images not displayed

Johannes Wienke languitar at semipol.de
Wed Apr 18 21:37:10 BST 2012


On 18.04.2012 21:20 schrieb Marcel Wiesweg:
> 
>> I tried to debug this further. What I can see is that if I manually
>> query the database with the same query digikam uses, all relevant images
>> are returned. So I suspect the database is ok. So the images must be
>> swallowed at some later time. Has anyone got some idea how to find out
>> where they disappear in the long model-view chain?
> 
> The immediate entry point from the ioslave is ImageAlbumModel::slotData()
> The place where entries are actually added to the model, with beginInsertRows 
> etc., is ImageModel::publiciseInfos().
> Filtering is done in ImageFilterModelFilterer::process(), for optimization 
> three different code paths are written out, the relevant line is always
> package.filterResults[info.id()] = ... (the result is cached)
> 
> These key points should give a hint where your images are lost.

Thanks, the only problem I have now with tracking this is that at the
moment digikam does not compile on my archlinux box because there is a
problem with the boost graph library. ;) Is this known?

Cheers,
Johannes

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://mail.kde.org/pipermail/digikam-devel/attachments/20120418/fe5b5029/attachment.sig>


More information about the Digikam-devel mailing list