PATCH: KFileDialog and Password caching
Dawit A.
adawit at kde.org
Mon Dec 23 23:16:22 GMT 2002
Hi
Applications like kate rely on KFileDialog to open/browse local as well as
remote files. However, KFileDialog does not take care to force the caching
of password authentication resulting in unnecessary number of prompts to
enter passwords for remote protocols like sftp, ftp etc... The following one
liner is intended to partially fix the most common cause of this problem.
There are still a couple of other things that have to be fixed such as the job
used to create a directory as well as where KIO::NetAccess is used.
Currently non of the public interfaces of KIO::NetAccess allow one to pass a
pointer to instance of the current container object. We should perhaps
overload these public functions and add a parameter to pass a QWidget* and
deprecate the old interfaces ?
Regards,
Dawit A.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kdiroperator.diff
Type: text/x-diff
Size: 602 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20021223/bd904796/attachment.diff>
More information about the kde-core-devel
mailing list