Bug 67584

Summary: Maybe use KFileDialog::getOpenURLs instead of KFileDialog::getOpenFileNames
Product: [Applications] konsole Reporter: John Tapsell <john.tapsell>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED LATER    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description John Tapsell 2003-11-08 15:08:56 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

When uploading a file via zmodem, perhaps it should allow non-local files, and so use  getOpenURLs instead of getOpenFileNames

see: void Konsole::slotZModemUpload()
kdebase/konsole/konsole/konsole.cpp, line 3652 -- QStringList files = KFileDialog::getOpenFileNames(QString::null, QString::null, this,..
Comment 1 Robert Knight 2007-02-10 04:22:03 UTC
Yes, proper use of KIO is desireable in Konsole.
Comment 2 Robert Knight 2008-07-13 02:57:57 UTC
ZModem support has been dropped in the latest Konsole release.  Closing as LATER until this is re-implemented.