Bug 67584 - Maybe use KFileDialog::getOpenURLs instead of KFileDialog::getOpenFileNames
Summary: Maybe use KFileDialog::getOpenURLs instead of KFileDialog::getOpenFileNames
Status: RESOLVED LATER
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-08 15:08 UTC by John Tapsell
Modified: 2008-07-13 02:57 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 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.