https://bugs.kde.org/show_bug.cgi?id=422098
Ahmad Samir <a.samir...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kio/commit/a874dc35c | |049df7877d9d5dee1c7e67dd206 | |1a89 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Ahmad Samir <a.samir...@gmail.com> --- Git commit a874dc35c049df7877d9d5dee1c7e67dd2061a89 by Ahmad Samir. Committed on 07/06/2020 at 12:42. Pushed by dfaure into branch 'master'. [BatchRenameJob] Use KJob::Items when reporting the progress info A batch rename job is usually fast (direct renaming), calculating the number of individual files and dirs would mean stat'ing which would make things slower for little gain. Instead, per dfaure's suggestion in the bug report, use "items" as a neutral term to represent files and dirs, this way the notification message would be "correct" when reporting "Job Finished, x of y items". Also note that if the user is using Dolphin, or other KIO based file managers, that data is already visible in the status bar when the user selects the files/dirs to be renamed. M +2 -2 src/core/batchrenamejob.cpp https://invent.kde.org/frameworks/kio/commit/a874dc35c049df7877d9d5dee1c7e67dd2061a89 -- You are receiving this mail because: You are watching all bug changes.