Summary: | Progress halts when finished resizing images | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Alexander Potashev <aspotashev> |
Component: | Plugin-Generic-SendByMail | Assignee: | 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: | http://commits.kde.org/kipi-plugins/9b60203d8ca5e23d2efdf21a39ad6c52aeb558cd | Version Fixed In: | 5.0.0 |
Sentry Crash Report: |
Description
Alexander Potashev
2015-05-27 23:36:17 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 |