summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationhandler.h
AgeCommit message (Collapse)Author
2024-04-29#824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵Andrey Lihatskiy
LF, and trim trailing whitespaces as needed
2021-05-13SL-15195 The notification in chat history is multiplied after reloggingMnikolenko Productengine
2020-07-22SL-13620 FIXED The code appears instead of the maturity icon in the chat historyMnikolenko Productengine
2017-05-24MAINT-7434 FIXED SLURL instead of username appears in "have said something ↵Mnikolenko Productengine
new" text for some messages
2016-04-04merge with 4.0.3-releaseOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-09-24MAINT-5282: I've removed most of the depricated Merchant Outbox code and the ↵Rider Linden
links to it in the menus. Also removed the Outbox Floater and made the folder always hidden if empty in inventory. (There may still be some outstanding Outbox code that was not obvious that I have missed.)
2014-05-29Streamlined previous fix for ACME-1471Cho
2014-05-28ACME-1471 WIP [VWR] Merge multiple Exp Perm dialogs into oneRichard Linden
merged multiple experience toasts into a single one reviewed by Cho
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-12-18CHUI-499: Adding ability to serialize the communication notifications to ↵William Todd Stinson
local disk per user.
2012-12-10Correcting a mac build error.William Todd Stinson
2012-12-06CHUI-494: WIP First pass at getting the suppression of events in DND working.William Todd Stinson
2012-11-09CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and ↵AlexanderP ProductEngine
in accordance with the naming convention in the project, some classes and corresponding files should be renamed: LLIMConversation -> LLFloaterIMSessionTab LLIMFloater -> LLFloaterIMSession LLNearbyChat -> LLFloaterIMNearbyChat LLIMFloaterContainer -> LLFloaterIMContainer LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler
2012-05-18CHUI-96 FIX Cannot dismiss modal dialogs related to merchant outboxRichard Linden
notification duplicate suppression now doesn't generate multiple dialogs
2012-05-18CHUI-112 FIX Clicking Show or Discard in an inventory offer toast does not ↵Richard Linden
dismiss toast removed special case logic for dealing with user online/offline collisions added ability to cancel old duplicate notifications
2012-04-26post-merge build fixesRichard Linden
2012-04-26merge with viewer-releaseRichard Linden
2012-04-24CHUI-96 FIX Cannot dismiss modal dialogs related to merchant outboxRichard Linden
2012-04-12CHUI-87 FIXED crash in handling notifications after viewer disconnect.Seth ProductEngine
Notification handlers now use LLHandles to screen channels.
2012-03-30CHUI-51 WIP notifications routing code cleanupRichard Linden
object inventory offers don't increment system menu count added customizable merging behavior for duplicate "unique" notifications fixed overeager notification channels
2012-03-29CHUI-51 WIP notifications routig code cleanupRichard Linden
phase 2, removal of extraneous signaling in favor of llnotificationchannels made notificationchannels work better with overrides and lifetime managed by creator
2012-03-27CHUI-51 WIP notifications routig code cleanupRichard Linden
phase 1, removal of most of llnotificationhandler
2011-12-09Moved outbox import confirmations to window shades on the merchant outbox ↵Leslie Linden
floater, rather than modal dialogs.
2010-09-17Backed out changeset: d71309f8bd0eRichard Linden
2010-09-16fixed mergeRichard Linden
2010-09-16EXP-29 WIP Implement popup blockingRichard Linden
added web popup notification overlay
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-12first pass at hintsRichard Nelson
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
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-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-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-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-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-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-01-29fixed major EXT-3643 “Embed friendship offer into IM window”;Alexei Arabadji
--HG-- branch : product-engine
2010-01-28EXT-4693: Pass through owner ID to remote object inspector.Lynx Linden
Plumbing to pass the owner ID for a chatting object down into the LLChatHistory::appendMessage() method where we create the objectim SLapp that will bring up the remote object inspector. Pheww. For object notifications that are displayed as text chat, we
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-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-14Merge of my old precompiled headers dependency cleanup with tip of viewer-2-0.brad kittenbrink
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-04implemented EXT-700 “"Offer" notifications should be accessible via chiclet”Alexei Arabadji
--HG-- branch : product-engine
2009-12-02Fixed some more header file usage after the recent rebasing of my old ↵brad kittenbrink
precompiled header work.
2009-11-30mplemented EXT-2891 “Group notices should be recorded into group IM ↵Alexei Arabadji
history”; --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
2009-11-25Created lightweight LLNotificationsUtil::add(), switched most alerts to use itJames Cook
Cuts number of includes of llnotifications.h from 300+ to 40.
2009-11-24Removed llnotifications.h from all headers by adding llnotificationsptr.hJames Cook
Fixed many more includes