Revision ba56ec8...
Go back to digest for 18th August 2013Features in KDE Base
Fabio D'Urso committed changes in [kde-baseapps] /src:
dolphin: Show full file info in statusbar when only one file is selected
The purpose of this change is to give the user a chance to see hover
file information if it doesn't fit in the status bar, by allowing to
click on the file and hover on the status bar.
As it's now possible to have status bar texts starting with "<qt>",
DolphinPart::updateStatusBar() must escape strings. Otherwise,
filenames such as "<qt>Tes<font color=red>t" would be rendered as HTML
data in konqueror's status bar when selected.
FIXED-IN: 4.12.0
REVIEW: 111934
File Changes
Modified 2 files
- /src
- dolphin/dolphinpart.cpp
- dolphin/views/dolphinview.cpp
2 files changed in total