Commit Graph

7 Commits (680194deaf7a35caaa629abc16e886d71baff636)

Author SHA1 Message Date
Mnikolenko ProductEngine e5b930c92a MAINT-3301 FIXED Use separate xml files (saved as open_notifications_<grid>.xml) for each grid. 2014-06-23 11:02:51 +03:00
PavelK ProductEngine 725b107e08 CHUI-850 FIXED Unread notifications are lost after relog in certain circumstances 2013-06-20 20:11:15 +03:00
Graham Madarasz bf6182daa8 Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
William Todd Stinson 6b9ead9145 CHUI-499: Refactoring the LLPersistentNotificationStorage implementation for shared usage with the new LLDoNotDisturbNotificationStorage class. 2012-12-18 23:07:27 -08:00
William Todd Stinson 5df9d52d48 CHUI-499: Refactoring the persistent notification storage so that I can reuse the functionality for do-not-disturb mode. 2012-12-12 18:49:07 -08:00
Oz Linden 06b0d72efa Change license from GPL to LGPL (version 2.1) 2010-08-13 07:24:57 -04:00
Dmitry Zaporozhan a4e20e9932 Implemented EXT-6783(normal sub task) - Implement saving of unread notifications.
Utilized old save and load notification code.
Main concern was with notifications that have complex responder - UserGiveItem, ObjectGiveItem. Those responders are object with own fields that need to persist through sessions.

Notifications that should be saved are marked with persist="true" in notifications.xml
Notifications using functor responders are saved automatically.
Notifications using object responders need additional tuning. Responder object should be a) serializable(implement LLNotificationResponderInterface), b) registered with LLResponderRegistry.

At this point following notifications persist through sessions: UserGiveItem, ObjectGiveItem, TeleportOffered, FrienshipOffered.

Reviewed by Mike Antipov - https://codereview.productengine.com/secondlife/r/211/

--HG--
branch : notifications
2010-04-21 14:29:31 +03:00