]> cloud.milkyroute.net Git - dolphin.git/commit
Ensure authentication data is cached properly
authorPeter Penz <peter.penz19@gmail.com>
Tue, 17 Apr 2012 20:19:18 +0000 (22:19 +0200)
committerPeter Penz <peter.penz19@gmail.com>
Tue, 17 Apr 2012 20:21:55 +0000 (22:21 +0200)
commitbeeb9078f543af84e6364f1f5fe214453388f1b9
treea233ca14a66e67896642e723b89870ed4ecb3181
parent9f94aac23f8b6519de4847063fa20f588f9797ea
Ensure authentication data is cached properly

The attached patch sets the main window on the main directory
lister in DolphinView and KIO jobs in DolphinMainWindow to ensure
that login data for remote protocols such as sftp, ftp are cached
properly for the duration of the application. Otherwise, the end
user is going to end up being unnecessarily re-prompted to enter
password login information.

Thanks to Dawit Alemayehu for the patch!

REVIEW: 104614
FIXED-IN: 4.9.0
12 files changed:
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/kitemviews/kfileitemmodel.cpp
src/kitemviews/kfileitemmodelrolesupdater.cpp
src/panels/information/informationpanel.cpp
src/panels/information/informationpanel.h
src/panels/information/informationpanelcontent.cpp
src/panels/search/searchpanel.cpp
src/panels/search/searchpanel.h
src/panels/terminal/terminalpanel.cpp
src/views/dolphinview.cpp
src/views/tooltips/tooltipmanager.cpp