Bug 211792 - preview of images is not shown [patch]
Summary: preview of images is not shown [patch]
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: AdvancedRename-dialog (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-25 17:03 UTC by Martin Engelmann
Modified: 2022-02-01 06:34 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 0.8.0


Attachments
Fix of the prototype of the signal KIO::PreviewJob::gotPreview (2.12 KB, patch)
2009-10-25 17:19 UTC, Martin Engelmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Engelmann 2009-10-25 17:03:50 UTC
Version:           0.8.0-svn r1040069 (using KDE 4.3.1)
Compiler:          gcc 4.3.4 
OS:                Linux
Installed from:    Debian testing/unstable Packages

In the renameimagesbase.ui file a pixmap for the preview is specified, but the preview is not shown. Instead the following message appears on the console (stdout):

Object::connect: No such signal KIO::PreviewJob::gotPreview(const KFileItem*, const QPixmap&)                                                                                                                                                
Object::connect:  (receiver name: 'RenameImagesBase')

In the host application (digikam, gwenview) the previews are displayed correctly.
Comment 1 Martin Engelmann 2009-10-25 17:19:53 UTC
Created attachment 37825 [details]
Fix of the prototype of the signal KIO::PreviewJob::gotPreview

Tested on SVN revision r1040069
Comment 2 caulier.gilles 2009-10-25 18:15:34 UTC
SVN commit 1040122 by cgilles:

fix signal/slot for preview
BUGS: 211792


 M  +135 -87   renameimageswidget.cpp  
 M  +21 -19    renameimageswidget.h  


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