Bug 274404 - Copy file dialog - include file name in the path
Summary: Copy file dialog - include file name in the path
Status: RESOLVED FIXED
Alias: None
Product: krusader
Classification: Applications
Component: general (show other bugs)
Version: 2.3.0-beta1 "New Horizons"
Platform: Ubuntu Linux
: NOR wishlist
Target Milestone: ---
Assignee: Krusader Bugs Distribution List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-29 07:47 UTC by Victor Varvaryuk
Modified: 2018-05-06 00:15 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Copy file dialog - include file name in the path (87.21 KB, image/png)
2011-05-29 07:47 UTC, Victor Varvaryuk
Details

Note You need to log in before you can comment on or make changes to this bug.
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!