Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-22 | SL-13620 FIXED The code appears instead of the maturity icon in the chat history | Mnikolenko Productengine | |
2017-05-24 | MAINT-7434 FIXED SLURL instead of username appears in "have said something ↵ | Mnikolenko Productengine | |
new" text for some messages | |||
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-09-24 | MAINT-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-29 | Streamlined previous fix for ACME-1471 | Cho | |
2014-05-28 | ACME-1471 WIP [VWR] Merge multiple Exp Perm dialogs into one | Richard Linden | |
merged multiple experience toasts into a single one reviewed by Cho | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-12-18 | CHUI-499: Adding ability to serialize the communication notifications to ↵ | William Todd Stinson | |
local disk per user. | |||
2012-12-10 | Correcting a mac build error. | William Todd Stinson | |
2012-12-06 | CHUI-494: WIP First pass at getting the suppression of events in DND working. | William Todd Stinson | |
2012-11-09 | CHUI-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-18 | CHUI-96 FIX Cannot dismiss modal dialogs related to merchant outbox | Richard Linden | |
notification duplicate suppression now doesn't generate multiple dialogs | |||
2012-05-18 | CHUI-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-26 | post-merge build fixes | Richard Linden | |
2012-04-26 | merge with viewer-release | Richard Linden | |
2012-04-24 | CHUI-96 FIX Cannot dismiss modal dialogs related to merchant outbox | Richard Linden | |
2012-04-12 | CHUI-87 FIXED crash in handling notifications after viewer disconnect. | Seth ProductEngine | |
Notification handlers now use LLHandles to screen channels. | |||
2012-03-30 | CHUI-51 WIP notifications routing code cleanup | Richard Linden | |
object inventory offers don't increment system menu count added customizable merging behavior for duplicate "unique" notifications fixed overeager notification channels | |||
2012-03-29 | CHUI-51 WIP notifications routig code cleanup | Richard Linden | |
phase 2, removal of extraneous signaling in favor of llnotificationchannels made notificationchannels work better with overrides and lifetime managed by creator | |||
2012-03-27 | CHUI-51 WIP notifications routig code cleanup | Richard Linden | |
phase 1, removal of most of llnotificationhandler | |||
2011-12-09 | Moved outbox import confirmations to window shades on the merchant outbox ↵ | Leslie Linden | |
floater, rather than modal dialogs. | |||
2010-09-17 | Backed out changeset: d71309f8bd0e | Richard Linden | |
2010-09-16 | fixed merge | Richard Linden | |
2010-09-16 | EXP-29 WIP Implement popup blocking | Richard Linden | |
added web popup notification overlay | |||
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-12 | first pass at hints | Richard Nelson | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-03-23 | Fixed 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-19 | Updated 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-19 | opened 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-10 | Implemented 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-04 | fixed 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-03 | fixed EXT-5685 “Duplicated 'user online/offline' toasts after coming back to | Alexei Arabadji | |
Viewer”, implemented filtering of exclusive notifications; --HG-- branch : product-engine | |||
2010-02-18 | fixed EXT-5006 “One inventory offer cause blinking of both Conversations and | Alexei Arabadji | |
Notifications wells”, embedded inventory offer panel into IM window; --HG-- branch : product-engine | |||
2010-01-29 | fixed major EXT-3643 “Embed friendship offer into IM window”; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2010-01-28 | EXT-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-26 | Fixed 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-25 | fixed 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-14 | Merge of my old precompiled headers dependency cleanup with tip of viewer-2-0. | brad kittenbrink | |
2009-12-09 | mplemented 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-04 | implemented EXT-700 “"Offer" notifications should be accessible via chiclet” | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-02 | Fixed some more header file usage after the recent rebasing of my old ↵ | brad kittenbrink | |
precompiled header work. | |||
2009-11-30 | mplemented EXT-2891 “Group notices should be recorded into group IM ↵ | Alexei Arabadji | |
history”; --HG-- branch : product-engine | |||
2009-11-30 | renamed LLHandlerUtil::logToIM to LLHandlerUtil::logToIMP2P; | Alexei Arabadji | |
avoided IM-toast popup when adding message to session; --HG-- branch : product-engine | |||
2009-11-28 | implemented EXT-2889 "Incoming "grant modify rights" message should trigger | Alexei 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-25 | Created lightweight LLNotificationsUtil::add(), switched most alerts to use it | James Cook | |
Cuts number of includes of llnotifications.h from 300+ to 40. | |||
2009-11-24 | Removed llnotifications.h from all headers by adding llnotificationsptr.h | James Cook | |
Fixed many more includes | |||
2009-11-16 | fixed normal bug (EXT-2503) Clicking on (x) button in Message Well Window ↵ | Dmitry Oleshko | |
doesn't dismiss a group notice Added to the handler of group notices functionality on rejecting of notifications. This behavior was broken earlier in the handler for script notifications. --HG-- branch : product-engine | |||
2009-11-05 | partly impemented EXT-700 '"Offer" notifications should be accessible via ↵ | Alexei Arabadji | |
chiclet' --HG-- branch : product-engine |