Summary: | Missing progress information when updating date on several images | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Vincent Tassy <timetre> |
Component: | Plugin-Generic-TimeAdjust | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, smit.meh, tflorac |
Priority: | NOR | Keywords: | junior-jobs |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.6.0 | |
Sentry Crash Report: | |||
Attachments: |
Patch for the timeadjust progress bar feature
Updated patch (using kpprogresswidget) |
Description
Vincent Tassy
2011-08-05 12:24:00 UTC
*** Bug 211845 has been marked as a duplicate of this bug. *** Created attachment 69846 [details]
Patch for the timeadjust progress bar feature
This patch adds a progress bar to the timeadjust dialog. When the button 'Ok' is pressed the progress bar shows up and displays the current progress.
Adrien, Thanks for the patch. Please use KPProgressWidget instead QProgressBar, to post progress information to KIPI host application (digiKa support it with new Progress Manager introduced with 2.6.0) https://projects.kde.org/projects/extragear/graphics/kipi-plugins/repository/revisions/master/entry/common/libkipiplugins/widgets/kpprogresswidget.h Thanks in advance Gilles Caulier Smit, Another patch for TimeAdjust tool to review. Note that KPProgressWidget must be used in this patch instead QProgressBar. Look my comment #3 for details... Gilles Caulier Created attachment 69909 [details]
Updated patch (using kpprogresswidget)
Hi Gilles
Kindly review it. If fine, i shall commit it.
Smit
Patch is fine for me. Fell free to apply it on git/master Gilles Caulier Git commit 47d9c8ac9a95bfa918ace9dae51e5784e8a94d66 by smit mehta. Committed on 26/03/2012 at 16:13. Pushed by smitmehta into branch 'master'. Added progress bar to show progress information when updating date on several images M +19 -0 timeadjust/timeadjustdialog.cpp http://commits.kde.org/kipi-plugins/47d9c8ac9a95bfa918ace9dae51e5784e8a94d66 |