GNOME Bugzilla – Bug 693822
Fix detailed notifications in the lock screen
Last modified: 2013-02-17 13:56:03 UTC
See patches.
Created attachment 236092 [details] [review] MessageTray: don't clear the banner text when adding to the body ScreenShield uses Notification.bannerBodyText to fill the body of detailed notifications, so use a separate boolean property to indicate it was already added to the body.
Created attachment 236093 [details] [review] ScreenShield: don't add the source actor directly to the boxlayout StBoxLayout always fills on the orthogonal direction, so the icon becomes distorted as the layout grows to accomodate more details. Instead, use a bin that aligns at the start.
Review of attachment 236092 [details] [review]: OK.
Review of attachment 236093 [details] [review]: OK.
Attachment 236092 [details] pushed as 07676d4 - MessageTray: don't clear the banner text when adding to the body Attachment 236093 [details] pushed as b45a2d7 - ScreenShield: don't add the source actor directly to the boxlayout