Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-15 | renamed TimeBlock to BlockTimerStatHandle | Richard Linden | |
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-06-20 | CHUI-850 FIXED Unread notifications are lost after relog in certain ↵ | PavelK ProductEngine | |
circumstances | |||
2013-05-22 | Pull merge from viewer-release | Merov Linden | |
2013-04-25 | CHUI-759 FIXED Group invites never received in do not disturb mode when ↵ | PavelK ProductEngine | |
leaving do not disturb mode | |||
2013-04-17 | CHUI-933 FIXED No notification of IMs when coming out of Do Not Disturb mode ↵ | PavelK ProductEngine | |
with Flash Toolbar button preference | |||
2013-04-17 | CHUI-936 FIXED Do not show Conversation log floater if logging is disabled. | Mnikolenko ProductEngine | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-27 | CHUI-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-03-19 | CHUI 796 (User doesn't get all messages in 'do not disturb' mode): Now IM ↵ | Gilbert Gonzales | |
DND notifications will be stored as p2p, ad-hoc or group. When loading these notifications upon app start ad-hoc/group notifications will launch the conversation log and play a sound. | |||
2013-02-12 | CHUI-758: Group notice received in DND mode causes crash on startup when ↵ | Gilbert Gonzales | |
auto-exiting DND mode. Crash occurred because two instances of the Group Notice notification were trying to be added from the persistent storage and then the DND storage. | |||
2013-01-30 | Pull merge from lindenlab/viewer-developement | Merov Linden | |
2013-01-25 | CHUI-667 Upon exit from DND mode, a maximum of one sound should be played. ↵ | Gilbert Gonzales | |
Solution. Added a deferred sound class which will have sound id's added to it and upon unmuting the deferred sounds will be played. | |||
2013-01-23 | CHUI-687: post code review changes. Now upon deletion of an item, DND mode ↵ | Gilbert Gonzales | |
must be enabled in order to remove a notification from the DND history. | |||
2013-01-23 | CHUI-687: Problem: User sees inventory offer notifications for deleted items ↵ | Gilbert Gonzales | |
when logging in from do not disturb mode. Resolution: If an item that is deletes has a DND notification saved, then remove that notification so that it doesn't appear onec the user exists DND mode. | |||
2013-01-17 | CHUI-685 removing some commented out code | Gilbert Gonzales | |
2013-01-17 | CHUI-685 Problem: The notifications .xml file was cleared upon exit because ↵ | Gilbert Gonzales | |
removeIMNotification was being called and deleting inventory offers becaus they did not have a session id. Resolution: Now check to make sure that removeIMNotification only removes IMs (IMToast). | |||
2013-01-15 | CHUI-668: Code review changes | Gilbert Gonzales | |
2013-01-14 | CHUI-668: The user's most intrusive notification is not used anymore when ↵ | Gilbert Gonzales | |
coming out of DND mode with IMs. Adjusted code to just open the converseation floater (which was changed also in a prior fix by PE). | |||
2013-01-14 | merging latest changes | Gilbert Gonzales | |
2013-01-11 | CHUI-668: Not fully complete but as of this commit, have functionality to ↵ | Gilbert Gonzales | |
use the user's most intrusive chat notification upon exiting from DND mode with IM's. Also if in DND mode, clicking on a conversation line item or floater, will flush the DND notifications system of storing that conversation. This way upon existing DND mode already responded conversations won't be notified to the user. | |||
2013-01-08 | CHUI-660: Post code review changes | Gilbert Gonzales | |
2013-01-04 | CHUI-499: Now when existing DND mode, stored IM's will not show a toast but ↵ | Gilbert Gonzales | |
instead flash the conversation line item and Chat FUI button. | |||
2013-01-03 | CHUI-499: Fixed a serialization problem where the a notification's ↵ | Gilbert Gonzales | |
objectInfo was not being serialized/deserialized. | |||
2013-01-02 | CHUI-499: Removing debug code | Gilbert Gonzales | |
2012-12-19 | CHUI-499: Code clean-up and adding some more types badly defined. | William Todd Stinson | |
2012-12-19 | CHUI-499: Loading the DND notifications upon exit from DND mode and after login. | William Todd Stinson | |
2012-12-18 | CHUI-499: Adding ability to serialize the communication notifications to ↵ | William Todd Stinson | |
local disk per user. |