summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.h
AgeCommit message (Collapse)Author
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-05-02MAINT-4009: Patching the memory leak occurring from the info icons that ↵Stinson Linden
appear when hovering over a chat history item.
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-10-16Move const kw locationJeff (Gioffredo Linden)
2012-10-16Make getValue const to fix Windows builds - and be more robustJeff (Gioffredo Linden)
2012-10-12Fix typoJeff (Gioffredo Linden)
2012-10-12Expose Chat history to VITA by adding getValue method to llchathistory objectJeff (Gioffredo Linden)
2012-09-06CHUI-319 FIXED ("User has said something new" text shown when navigating ↵Paul ProductEngine
chat history with More History button) - Added flag to chat history whether to show notification about unread messages or not
2012-05-07CHUI-103 WIP Added settings for switching text view modeAlexanderP ProductEngine
2012-05-07CHUI-103 Repair drawing messages with prepend new lineAlexanderP ProductEngine
2011-03-11STORM-1021 FIXED Viewer shows "L$300" instead of object IM details if object ↵Vadim ProductEngine
sends an IM from another region. The problem was caused by trying to lookup info for a *remote* object by its id in the gObjectList -- this is what the usual object inspector (LLInspectObject) does. The fix saves the sender object info when a message arrives, then passes the info to the remote object inspector (LLInspectRemoteObject).
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-24removed LLLayoutStack::fromXML custom xml parsingRichard Nelson
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-05-29EXT-7557 - About Second Life > Credits does not open with scrollbar all the ↵Richard Linden
way at the top also made floaters not update title label every time they are resized
2010-02-19Implemented low task EXT-5215 (Disable showing full yyyy/mm/dd timestamp for ↵Eugene Mutavchi
messages (nearby chat/im) received today) --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
2010-01-25fixed EXT-4601 [BSI] New IM sessions use obsolete timestamps for first messageIgor Borovkov
--HG-- branch : product-engine
2010-01-19Fixed low bug EXT-3890([BSI] someone has said text cutoff when opening and ↵Eugene Mutavchi
closing user list) --HG-- branch : product-engine
2009-12-18ext-3307 - nearby chat stays scrolled at bottomrichard
2009-12-03fix for normal EXT-2944 [BSI] Object chat and Resident chat is combined in ↵Yuri Chebotarev
Nearby Chat floater when object and Resident share the same name --HG-- branch : product-engine
2009-11-26EXT-2831 Timestamps are missing in nearby chat toastsYuri Chebotarev
--HG-- branch : product-engine
2009-11-23Implemented major sub-task EXT-2517 (Add support for the viewer 1.23 chat ↵Sergey Borushevsky
history style (widget-less)) --HG-- branch : product-engine
2009-11-16fix chat format for /meangela
2009-11-12mergeangela
2009-11-12make color and font affecting both nearby chat and toastsangela
2009-11-11fix for normal bug EXT-2303 Distinguish Object-generated Nearby Chat from ↵Yuri Chebotarev
other Nearby Chat --HG-- branch : product-engine
2009-11-05Implemented normal sub-task EXT-2146-IM Message Headers should NOT be of ↵Eugene Kondrashev
enourmous size (see Style Guide: IM & Voice). --HG-- branch : product-engine
2009-10-28Merge PE revisions 3765-3786 from ↵Steve Bennetts
https://hg.aws.productengine.com/secondlife/viewer-2-0/
2009-10-28EXT-1949 - Viewer freezes on resizing IM windowrichard
cleaned up some rectangle tracking logic and introduced LLInlineViewSegment param block reviewed by Leyla
2009-10-27working on EXT-1713,EXT-1712,EXT-1711,EXT-1709Yuri Chebotarev ychebotarev@productengine.com
EXT-1713 Nearby Chat: Objects have tooltips (???)(???) EXT-1712 Nearby Chat: change context menu for objects EXT-1711 Nearby Chat: context menu isn't applicable for system messages EXT-1709 Nearby Chat: Avatar context menu can be triggered on avatar's icon only initial commit - panel for message headers --HG-- branch : product-engine
2009-10-19Merging revisions 2046-2068 of ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry * Bugs: EXT-1414 EXT-1213 EXT-1539 EXT-1253 EXT-1446 EXT-1438 EXT-1233 EXT-1466 EXT-1446 EXT-1512 EXT-1231 * Dev: EXT-719 (landmarks) EXT-747 EXT-1446 EXT-1378 EXT-397 EXT-1476 * IM changes