Summary: | Remote charset selection for network folder | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Alex Frolov <froller> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | a.rahman.duran, alejandro, finex, kde-2011.08, nadavkav |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alex Frolov
2008-12-24 11:31:09 UTC
*** Bug 178659 has been marked as a duplicate of this bug. *** *** Bug 176704 has been marked as a duplicate of this bug. *** it is an issue for me as well (ubuntu 8.10 + kde 3.1.4) Confirmed. This issue makes Dolphin useless as a file manager for remote systems, as one must fall back to using Konqueror in these cases. SVN commit 944659 by rduran: BUG: 175658 GUI: The remote encoding code adapted from Konqueror to Dolphin. Now user can change encoding for remote urls like ftp. Konqueror doesn't use KRemoteEncodingPlugin anymore. Instead, this feature is supplied to Konqueror via DolphinPart. M +3 -1 CMakeLists.txt M +6 -0 dolphinmainwindow.cpp M +2 -0 dolphinmainwindow.h M +6 -0 dolphinpart.cpp M +2 -0 dolphinpart.h M +1 -0 dolphinpart.rc M +169 -185 dolphinremoteencoding.cpp M +43 -39 dolphinremoteencoding.h M +1 -0 dolphinui.rc M +11 -1 dolphinviewactionhandler.cpp M +10 -0 dolphinviewactionhandler.h WebSVN link: http://websvn.kde.org/?view=rev&revision=944659 |