Summary: | Add progress indicator when moving or copy files [patch] | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Johannes Wienke <languitar> |
Component: | ProgressManager-Batch | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | away, caulier.gilles, mariano.mollo, metzpinguin, Thomas.Eschenbacher, timetre |
Priority: | NOR | ||
Version: | 5.1.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/digikam/1803bd2a555890b91095d92b0321e1357db0fa59 | Version Fixed In: | 6.0.0 |
Sentry Crash Report: | |||
Attachments: | DIOProgressManager2.patch |
Description
Johannes Wienke
2010-04-02 13:42:14 UTC
Johannes, Still valid with digiKam 2.x serie ? Gilles Cauleir *** Bug 272158 has been marked as a duplicate of this bug. *** Just upgraded from 4.x to 5.1 and just found out that there is no longer a progress indicator when moving content. I have a collection on a NAS and moving albums from local storage to NAS generally takes minutes. Not having a clue that the move/copy is in progress is a big issue !! If you try moving again, you get an error saying a folder with that name already exist at destination ... very confusing ... The progress indication must be plugged in progress indicator on bottom side (sidebar) Gilles Caulier *** Bug 389273 has been marked as a duplicate of this bug. *** Created attachment 110078 [details]
DIOProgressManager2.patch
Progress bar und cancel function for the file copy and move action.
Maik
I just tested the patch with master and sound working fine here. Gilles Git commit 1803bd2a555890b91095d92b0321e1357db0fa59 by Maik Qualmann. Committed on 25/02/2018 at 19:11. Pushed by mqualmann into branch 'development/6.0.0'. add progress indicator and cancel function to file operations FIXED-IN: 6.0.0 M +2 -1 NEWS.6.0.0 M +101 -5 libs/database/utils/dio.cpp M +5 -0 libs/database/utils/dio.h M +10 -0 libs/iojobs/iojob.cpp M +8 -8 libs/iojobs/iojobsmanager.cpp M +8 -4 libs/iojobs/iojobsmanager.h M +21 -7 libs/iojobs/iojobsthread.cpp M +20 -9 libs/iojobs/iojobsthread.h https://commits.kde.org/digikam/1803bd2a555890b91095d92b0321e1357db0fa59 *** Bug 403217 has been marked as a duplicate of this bug. *** |