The source project of this merge request has been removed.
[kio][383502] Fixing Apply To All when copying only one folder
tl;dr: Not showing "Apply to All" checkbox, nor "Skip" button in the RenameDialog when only one folder is being moved.
It seems that RenameDialog_MultipleItems
and RenameDialog_Skip
can be used to define this behavior. The caller (CopyJobPrivate) was always setting these options without checking the number of dirs.
NOTES/WARNINGS/QUESTIONS:
- Still very n00b so atm just hacking :) far from understanding the full code flow there
- Not sure if I need to update any unittests
- There was a comment about "always multi" which I think is wrong and I removed
Examples: