Bug 236884

Summary: Add "Replace all older" when copying or moving files
Product: [Frameworks and Libraries] frameworks-kio Reporter: Radoslaw Smogura <ble>
Component: Overwrite dialogAssignee: David Faure <faure>
Status: RESOLVED FIXED    
Severity: wishlist CC: kdelibs-bugs, morpheus, nate, techxgames
Priority: NOR    
Version: 5.45.0   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In: 5.77

Description Radoslaw Smogura 2010-05-08 18:44:39 UTC
Version:            (using KDE 4.3.5)
OS:                Linux
Installed from:    Gentoo Packages

I would like to add massive, standard action "Replace all older" when coping or moving files and when the name collision is found.

Currently I'm coping files from local computer to remote host using ssh (fish), and there is no such action, which could be helpful and could save some time. Similarly there is no such action on local copy.
Comment 1 Méven Car 2020-06-16 17:28:08 UTC
*** Bug 401814 has been marked as a duplicate of this bug. ***
Comment 2 David Faure 2020-11-28 19:10:58 UTC
Git commit 148e9a9f86d9c1d2ba01cfe3bb250d18e1a89ef3 by David Faure, on behalf of Méven Car.
Committed on 28/11/2020 at 19:10.
Pushed by dfaure into branch 'master'.

RenameDialog: allow to overwrite when files are older

And skip other files.
FIXED-IN: 5.77

M  +114  -0    autotests/jobtest.cpp
M  +2    -0    autotests/jobtest.h
M  +70   -18   src/core/copyjob.cpp
M  +6    -0    src/core/jobuidelegateextension.h
M  +45   -20   src/widgets/renamedialog.cpp
M  +1    -0    src/widgets/renamedialog.h

https://invent.kde.org/frameworks/kio/commit/148e9a9f86d9c1d2ba01cfe3bb250d18e1a89ef3
Comment 3 Ahmad Samir 2021-07-24 13:53:59 UTC
*** Bug 94670 has been marked as a duplicate of this bug. ***