Bug 211792

Summary: preview of images is not shown [patch]
Product: [Applications] digikam Reporter: Martin Engelmann <murphi.oss>
Component: AdvancedRename-dialogAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, murphi.oss
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In: 0.8.0
Attachments: Fix of the prototype of the signal KIO::PreviewJob::gotPreview

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