Summary: | after mass rename, ctrl+z (undo) should revert ALL folders/files names | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Patrick Silva <bugseforuns> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | elvis.angelaccio, kde |
Priority: | NOR | ||
Version: | 17.12.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=381483 | ||
Latest Commit: | https://cgit.kde.org/dolphin.git/commit/?id=c5eb4e31161ccf422a2f2492fe998c5c9817bea4 | Version Fixed In: | 18.03.80 |
Sentry Crash Report: |
Description
Patrick Silva
2016-06-21 21:37:06 UTC
Any progress with this issue? The way mass-rename is currently implemented is by spwaning a gazillion rename jobs (one for each file), so as far as KIO and KUndoManager is concerned, each task is separate. This also caused funny bugs where it would spawn hundrets of progress notifications. There needs to be a dedicated mass rename KCompositeJob that does all of this right. Solved in Dolphin 18.04. \o/ |