summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationhandlerutil.cpp
AgeCommit message (Collapse)Author
2010-05-06EXT-7097 FIXEDAlexei Arabadji
Replaced usage usage of "ObjectGiveItemUnknownUser" notification with functionality provided by LLPostponedNotification class; reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/345/ --HG-- branch : product-engine
2010-04-01fixed EXT-2801 Record "object return" notification into IM history, not chat ↵Alexei Arabadji
history, * added class for LLPostponedNotification to rpovide possibility postpone adding notification to notifications system till sender avatar name will be received from cache name; * rolled back changes related to fix of EXT-4779; * avoided passing avatar id when logging 'Object Return' notification to nearby chat; eviewed by Vadim Savchuk at https://jira.secondlife.com/browse/EXT-6373 --HG-- branch : product-engine
2010-03-25fixed EXT-6489 “"User not online - inventory has been saved" should be ↵Alexei Arabadji
logged to IM log”, reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/90/ --HG-- branch : product-engine
2010-03-23Fixed normal subtask EXT-6441 - Do not show "friendship accepted" toast if ↵Dmitry Zaporozhan
respective IM window is open and in focus. Minor changes to supress toast for FriendshipAccepted notification. --HG-- branch : product-engine
2010-03-19Updated normal task EXT-5905 - Resolving offers.Dmitry Zaporozhan
Reusable notifications are deleted when user closes IM floater(old - when user closes Viewer). --HG-- branch : product-engine
2010-03-19Automated merge with https://hg.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2010-03-19opened and fixed EXT-6478 “Loggable messages that not increments IM ↵Alexei Arabadji
counter doesn't shows in IM window”, added update of IM floater messages on logging to IM session; reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/75/ --HG-- branch : product-engine
2010-03-19fixed EXT-6451 Name of people sending a IM some times is NoBodyIgor Borovkov
LLSD::maps keys accross the code are used in mix of cases, lower and upper. Using "from_id" and "FROM_ID" causes avatar id to be null and thus "no body" was displayed. BUT this fix is of no use since several minutes ago viewer-offers feature was merged into release, which overrides avatar name with "Second Life" to display message about teleport offering as system message Reviewed by Q at https://codereview.productengine.com/secondlife/r/72/ --HG-- branch : product-engine
2010-03-16EXT-5904 “Offers embedding into IM windows”,Alexei Arabadji
added restoring IM counters when logging message; --HG-- branch : product-engine
2010-03-16fixed EXT-5904 “Offers embedding into IM windows”,Alexei Arabadji
corrected offer counter(used silent adding message to session without incrementing counter); avoided assertion when received offer from blocked avatar with closed IM session; --HG-- branch : product-engine
2010-03-11fixed EXT-5904 “Offers embedding into IM windows”,Alexei Arabadji
revised embedding and logging offer notification to provide loading log entry in case notification doesn't exist; --HG-- branch : product-engine
2010-03-10Automated merge with https://hg.productengine.com/secondlife/viewer-offers/Alexei Arabadji
--HG-- branch : product-engine
2010-03-10fixed EXT-5904 “Offers embedding into IM windows”,Alexei Arabadji
shortened timestamp of embedded offers; unified sender name of session message entry and file log entry for system messages; --HG-- branch : product-engine
2010-03-10Implemented normal sub-task EXT-5909(Accepted/declined inventory offer ↵Andrew Dyukov
shouldn't spawn chiclet). - Removed check for INVENTORY_DECLINED from LLHandlerUtil::canSpawnIMSession(). - Added new method LLHandlerUtil::canSpawnToast() and check with it to LLTipHandler::processNotification() to supress toasts when respective IM window is open. --HG-- branch : product-engine
2010-03-10fixed EXT-5910 “Offers logging”,Alexei Arabadji
replaced interactive system message marker with correct from string value when message logged without adding to the session; --HG-- branch : product-engine
2010-03-09Implemented normal sub-task EXT-5950(Do not spawn IM chiclet for "drop on ↵Andrew Dyukov
avatar" inventory offers). - Removed check for INVENTORY_ACCEPTED from LLHandlerUtil::canSpawnIMSession(). --HG-- branch : product-engine
2010-03-05fixed EXT-5910 “Offers logging”,Alexei Arabadji
fixed IM message counter when received interactive notification(offer); corrected logging to file of offer notification; enabled logging for FRIENDSHIP_ACCEPTED notification; --HG-- branch : product-engine
2010-03-05fixed EXT-5910 “Offers logging”,Alexei Arabadji
made logging offer notifications as from SecondLife; --HG-- branch : product-engine
2010-03-05fixed EXT-5908 “Accepted friendship notification shouldn't spawn chiclet”,Alexei Arabadji
made not spawn IM chiclet friendship accepted notification; added friendship accepted notification to syswell chiclet; --HG-- branch : product-engine
2010-03-04merged with viewer-2-0Alexei Arabadji
Enter commit message. Lines beginning with 'HG:' are removed. --HG-- branch : product-engine
2010-03-04fixed EXT-5904 “Offers embedding into IM windows”,Alexei Arabadji
made all type offers be embedded to the IM floater; made showing offer toast if IM floater isn't visible; corrected IM message counter on showing offer toast; --HG-- branch : product-engine
2010-03-04Fixed windows build.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-03-03fixed EXT-5685 “Duplicated 'user online/offline' toasts after coming back toAlexei Arabadji
Viewer”, implemented filtering of exclusive notifications; --HG-- branch : product-engine
2010-02-19EXT-2891 "Group notices should be recorded into group IM history",Alexei Arabadji
corrected logging of stub group notices; --HG-- branch : product-engine
2010-02-19fixed EXT-5101 “No feedback provided when accepting a friend request”,Alexei Arabadji
added logging of friendship offer accept/decline; --HG-- branch : product-engine
2010-02-18Corrected embedded notification panel message index in session list;Alexei Arabadji
--HG-- branch : product-engine
2010-02-18fixed EXT-5006 “One inventory offer cause blinking of both Conversations andAlexei Arabadji
Notifications wells”, embedded inventory offer panel into IM window; --HG-- branch : product-engine
2010-02-17fixed EXT-5456 Messages from objects are shownas messages from Second Life ↵Igor Borovkov
in nearby chat history from the prev session Completed things which were agreed on: - system messages in the log file are prepended with "Second Life:" after the timestamp - object names set which are parsed extended to object names consisting with any number of words Side effect: "Second Life:" is shown as From Name in Nearby Chat when in plain text chat --HG-- branch : product-engine
2010-02-02fixed EXT-4755 Own context menu in voice chat participants list has 'Add ↵Igor Borovkov
Friend' and 'Pay' enabled --HG-- branch : product-engine
2010-02-01fixed EXT-4779 Notifications about objects are saved into ".txt" or ↵Igor Borovkov
"{nobody}.txt" instead of "chat.txt" file --HG-- branch : product-engine
2010-01-29notifiaction_id -> notification_idTofu Linden
ouch.
2010-01-29fixed major EXT-3643 “Embed friendship offer into IM window”;Alexei Arabadji
--HG-- branch : product-engine
2010-01-26fixed EXT-4643 “IM toasts don't appear after few teleport offers were sent ↵Alexei Arabadji
to that avatar” corrected checking opened active IM session; corrected restoring active IM session after logging IM notification; --HG-- branch : product-engine
2009-12-26Fixed normal bug EXT-3643 (Make Friend Offer dialog a modal alert)Mike Antipov
-- made dialog a modal alert -- logging to IM is left as it was --HG-- branch : product-engine
2009-12-26EXT-700 “"Offer" notifications should be accessible via chiclet”Alexei Arabadji
made teleport offers not spawn chiclet; --HG-- branch : product-engine
2009-12-25EXT-700 “"Offer" notifications should be accessible via chiclet”Alexei Arabadji
made 'inventory declined' notification spawn chiclet; made 'inventory declined' toast as notytip; --HG-- branch : product-engine
2009-12-25fixed EXT-700 “"Offer" notifications should be accessible via chiclet”Alexei Arabadji
made inventory and teleport offers spawn chiclet; made 'inventory accepted' toast as notytip; --HG-- branch : product-engine
2009-12-10mplemented EXT-2801 “Record "object return" notification into IM history, notAlexei Arabadji
chat history”, added logging to IM for ServerObjectMessage notification; --HG-- branch : product-engine
2009-12-09mplemented EXT-2798 “Record online/offline notifications into IM history ↵Alexei Arabadji
only”, excluded FriendOnline, FriendOffline notifications from logging to nearby chat; --HG-- branch : product-engine
2009-12-07implemented EXT-2797 “Making friendship offer should be recorded into IM ↵Alexei Arabadji
history” --HG-- branch : product-engine
2009-12-04implemented EXT-700 “"Offer" notifications should be accessible via chiclet”Alexei Arabadji
--HG-- branch : product-engine
2009-12-01implemented EXT-2799 “Record to IM history notification about L$ payments byAlexei Arabadji
other avatar”; --HG-- branch : product-engine
2009-11-30mplemented EXT-2891 “Group notices should be recorded into group IM ↵Alexei Arabadji
history”; --HG-- branch : product-engine
2009-11-30implemented EXT-2962 “Implement adding messages into IM history w/o spawningAlexei Arabadji
chiclet” --HG-- branch : product-engine
2009-11-30renamed LLHandlerUtil::logToIM to LLHandlerUtil::logToIMP2P;Alexei Arabadji
avoided IM-toast popup when adding message to session; --HG-- branch : product-engine
2009-11-28implemented EXT-2889 "Incoming "grant modify rights" message should triggerAlexei Arabadji
notify toast and adding record to IM history"; fixed avatar icon in IM-floater when message added to IM-session; avoided popup of IM-tast when message added to IM-session; --HG-- branch : product-engine