Bug 348340

Summary: Progress halts when finished resizing images
Product: [Applications] digikam Reporter: Alexander Potashev <aspotashev>
Component: Plugin-Generic-SendByMailAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: major CC: caulier.gilles
Priority: NOR    
Version: 5.6.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 5.0.0

Description Alexander Potashev 2015-05-27 23:36:17 UTC
The KF5 version of sendimages does not work: it only resizes the images and then does nothing. SendImages::slotCompleteResize() is never called.

Reproducible: Always
Comment 1 Alexander Potashev 2015-05-28 03:10:57 UTC
Git commit 9b60203d8ca5e23d2efdf21a39ad6c52aeb558cd by Alexander Potashev.
Committed on 28/05/2015 at 03:57.
Pushed by aspotashev into branch 'frameworks'.

sendimages: Fix triggering of slotCompleteResize()

1. Task::run() now emits signalDone() to let class RActionThreadBase
track finished tasks.
2. ImageResize::slotFinished() is not called anymore, now we use signal
QThread::finished() to detect when all images have been resized.

M  +4    -5    sendimages/imageresize.cpp
M  +0    -5    sendimages/imageresize.h
M  +1    -1    sendimages/sendimages.cpp

http://commits.kde.org/kipi-plugins/9b60203d8ca5e23d2efdf21a39ad6c52aeb558cd