Bug 274404

Summary: Copy file dialog - include file name in the path
Product: [Applications] krusader Reporter: Victor Varvaryuk <victor.varvariuc>
Component: generalAssignee: Krusader Bugs Distribution List <krusader-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: krusader-bugs-null, toni.asensi
Priority: NOR    
Version First Reported In: 2.3.0-beta1 "New Horizons"   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Copy file dialog - include file name in the path

Description Victor Varvaryuk 2011-05-29 07:47:41 UTC
Created attachment 60428 [details]
Copy file dialog - include file name in the path

Version:           2.3.0 (using KDE 4.6.2) 
OS:                Linux

My suggestion is to include file name the in path of copy file dialog (see attachment). Use this when a single file (not dir) is copied. This allows easily change file name at destination, without entering the file name by yourself.
This behavior is from Total Commander.

Reproducible: Always
Comment 1 Alex Bikadorov 2017-05-29 21:11:26 UTC
Git commit 2c5134c4954d8adeff1c50d7c9c3d59eaddfc302 by Alexander Bikadorov.
Committed on 29/05/2017 at 21:10.
Pushed by abikadorov into branch 'master'.

Panel: Added original filename to path in dialog when moving/copying one file

FIXED: [ 274404 ] Copy file dialog - include file name in the path

M  +1    -2    krusader/Dialogs/krdialogs.cpp
M  +14   -1    krusader/Panel/panelfunc.cpp

https://commits.kde.org/krusader/2c5134c4954d8adeff1c50d7c9c3d59eaddfc302
Comment 2 Toni Asensi Esteve 2017-05-30 07:22:48 UTC
Great! (as usual :-)
Thanks, Alex!