Version: trunk (using KDE 4.4.2) Installed from: Archlinux Packages There is no progress indicator when moving images between albums using cut and past (ctrl + x, ctrl + v). That means if I select a bunch of photos in one album, press ctrl + x, switch to another album and press ctrl + v, then there is no feedback for the user until the move operation (kio?) is finished, which can take many seconds.
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. ***