Bug 291035 - File replace dialog should provide "Replace all if source is newer" button
Summary: File replace dialog should provide "Replace all if source is newer" button
Status: RESOLVED DUPLICATE of bug 94670
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 4.7
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-09 09:02 UTC by Māris Nartišs
Modified: 2015-01-04 18:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Māris Nartišs 2012-01-09 09:02:27 UTC
Version:           1.7 (using KDE 4.7.4) 
OS:                Linux

When replacing files sometimes I do care only when destination is newer than source. It would be nice if file replace dialog would provide an option to replace all files with older destination and to keep back action for files with newer destination or same age destination.

Reproducible: Didn't try

Steps to Reproduce:
mkdir src
mkdir dest
touch src/foo dest/baz3 dest/foo src/bar dest/baz dest/baz2 src/bar2
sleep 2
touch dest/bar src/baz3 src/baz src/baz2 dest/bar2
dolphin
move all files from src and drop on dest


Actual Results:  
File replacement dialog only offers an option to skip all files or overwrite all files.

Expected Results:  
When clicking "Replace if source is newer" button and marking "Apply to all" all "baz" files should be moved to "dest" but "foo" and "bar" shouldn't.
Comment 1 Frank Reininghaus 2015-01-04 18:17:18 UTC

*** This bug has been marked as a duplicate of bug 94670 ***