Revision e38211f...

Go back to digest for 27th January 2013

Bug Fixes in KDE Base

Xuetian Weng committed changes in [kde-workspace/KDE/4.10] /screenlocker/greeter:

some screen locker visual fix

1. string in qml doesn't have "empty" property, use length to check it's
empty or not.
2. AccelButton's string doesn't have &, which will result in unpressable
accel key when process i18n string.
3. AccelButton will display & if showAccel is false, here we introduce a
new property for normal string
4. fallback to loginName if fullName is empty.
5. console.log() in AccelButton is removed.

REVIEW: 108559

File Changes

Modified 3 files
  • /screenlocker/greeter
  •   ksmserver/greeterapp.cpp
  •   ksmserver/themes/org.kde.passworddialog/contents/ui/AccelButton.qml
  •   ksmserver/themes/org.kde.passworddialog/contents/ui/Greeter.qml
3 files changed in total