summaryrefslogtreecommitdiff
path: root/indra/newview/llpersistentnotificationstorage.cpp
AgeCommit message (Collapse)Author
2013-03-27CHUI-875 (Viewer experiences a 10s delay on dnd (do not disturb) ↵Gilbert Gonzales
notification loading): For now adding logging when reading from persistent notifications and from dnd notifications.
2013-02-08CHUI-703 FIX Notification buttons: "Join","Decline","Info" are duplicated ↵Cho
after relogin while group invitation Changed LLPersistentNotificationStorage::saveNotification() to use notification->asLLSD(true) to skip duplicates Changed LLDockControl::mDockWidget to be a LLHandle<LLView> instead of a LLView* to fix crash (from accessing deleted LLView)
2012-12-18CHUI-499: Refactoring the LLPersistentNotificationStorage implementation for ↵William Todd Stinson
shared usage with the new LLDoNotDisturbNotificationStorage class.
2012-12-12CHUI-499: Refactoring the persistent notification storage so that I can ↵William Todd Stinson
reuse the functionality for do-not-disturb mode.