Git commit 81fd37ec62cf8f064996aac409e6808ec7916153 by David Edmundson. Committed on 01/04/2013 at 00:18. Pushed by davidedmundson into branch 'KDE/4.10'. Allow Rich Text in QML notifications plasmoid Allow Rich Text in QML Notifi= cation plasmoid This matches behaviour of the notifications in 4.9 which used QLabel It fixes a problem where we would see notifications with   > in the bo= dy as we deliberately try and keep formatting the same and be HTML safe. REVIEW: 109492 M +1 -0 plasma/generic/applets/notifications/contents/ui/Notificatio= nDelegate/NotificationDelegate.qml http://commits.kde.org/kde-workspace/81fd37ec62cf8f064996aac409e6808ec79161= 53 diff --git a/plasma/generic/applets/notifications/contents/ui/NotificationD= elegate/NotificationDelegate.qml b/plasma/generic/applets/notifications/con= tents/ui/NotificationDelegate/NotificationDelegate.qml index ed8ed99..64d9298 100644 --- a/plasma/generic/applets/notifications/contents/ui/NotificationDelegate= /NotificationDelegate.qml +++ b/plasma/generic/applets/notifications/contents/ui/NotificationDelegate= /NotificationDelegate.qml @@ -203,6 +203,7 @@ PlasmaComponents.ListItem { selectByMouse: true readOnly: true wrapMode: Text.Wrap + textFormat: TextEdit.RichText } } Column {