summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.cpp
AgeCommit message (Collapse)Author
2009-12-11variable renames in LLTextBaserichard
2009-12-11Fixed normal bug EXT-3263 (Cut and Paste from text chat loses new lines)Eugene Mutavchi
--HG-- branch : product-engine
2010-03-01Automated merge from trunkRoxie Linden
2010-03-01Automated merge with a few fixups for code review commentsRoxie Linden
2010-02-26automated mergeRoxie Linden
2010-02-26automated mergeRoxie Linden
2010-02-26automated mergeRoxie Linden
2010-02-25automated mergeRoxie Linden
2010-02-25automated merge from trunkRoxie Linden
2009-12-04Fixed normal bug EXT-1710 (IM & Chat: System messages should haveAndrew Dyukov
SL icon and title). "i" icon is temporarily used, changing it in xml to SL icon moved to new bug- EXT-3132. --HG-- branch : product-engine
2009-12-03Implemented normal sub-task EXT-3035 (Made other participants' names ↵Eugene Mutavchi
clickable in IM chat log (old school chat log style)) --HG-- branch : product-engine
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-12-02Manual merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-02fix major EXT-3003 IM messages loaded from a chat history are displayed with ↵Yuri Chebotarev
current time --HG-- branch : product-engine
2009-12-01DEV-43622 : API change (no functionality change) to fix a design error in LLSDKent Quirk
I made it about a year and a half ago; Zero found it while reading code. I had added a return value to LLSD::insert(), but a) did it wrong, and b) broke the STL-like semantics of insert(). So I've put insert() back to returning void and created LLSD::with(), which does what my earlier insert() did. The compiler then caught all the cases where insert()'s return value were being used, and I changed those to use with() instead.
2009-11-30Fixed Line endings to Unix formatMike Antipov
--HG-- branch : product-engine
2009-11-30Fixed wrong type for getChild<LLTextBox>("user_name") to prevent WARNING ↵Mike Antipov
logging. --HG-- branch : product-engine
2009-11-26EXT-2831 Timestamps are missing in nearby chat toastsYuri Chebotarev
--HG-- branch : product-engine
2009-11-24Merge from product-engineSteve Bennetts
2009-11-24Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0James Cook
2009-11-24Remove unnecessary log messageMike Antipov
--HG-- branch : product-engine
2009-11-24Work on critical sub-task EXT-2615 (IM Chat History is severely broken)Mike Antipov
-- Implemented fitting of the timestamp in Chat History header panel depend on time string width --HG-- branch : product-engine
2009-11-24fix crash error for missing string RegisterDateFormat in panel_profile_user.xmlangela
2009-11-24 EXT-2780 allow_scroll = false in LLTextEditor will crash the viewerangela
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-23EXT-2297 Functionality Loss - Ability to copy (control+c) residents name ↵angela
from their profile & local chat
2009-11-18Fixed major bug EXT-2532-IM timestamp is when message is viewed, not when it ↵Eugene Kondrashev
was sent and received. Time str from the arriving message used now instead of constructing it dynamicly. --HG-- branch : product-engine
2009-11-17Merge from default branch.Vadim Savchuk
Added missing trailing newline to fix Linux build. --HG-- branch : product-engine
2009-11-17fox4 low task EXT-2480 Open Blocked List panel when blocking an object from ↵Yuri Chebotarev
nearby chat console --HG-- branch : product-engine
2009-11-17undo the changes for LLStyle params; add sizeFromFont in LLFontGL ; use ↵angela
font.style, font.name and font.size params for font creating
2009-11-16fix chat format for /meangela
2009-11-13Merge from product-engineSteve Bennetts
2009-11-13EXT-2342 Script : Fails to work in Alpha 6Yuri Chebotarev
ok toast for objects are back... also add object inspector to nearby chat object context menu --HG-- branch : product-engine
2009-11-13Fixed Low bug EXT-2404-Nearby Chat: There is redundant semicolon in the log ↵Eugene Kondrashev
for system messages --HG-- branch : product-engine
2009-11-13Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/angela
2009-11-13fix style readonlycolor overwriting colorangela
2009-11-12Fixed normal bug EXT-2375 (Nearby Chat: Click on object name spawns PersonAndrew Dyukov
Inspector instead of Object Inspector) --HG-- branch : product-engine
2009-11-12Fixed Major sub-task EXT-2398-Mini inspector should be opened by ↵Eugene Kondrashev
DOUBLE-click on the IM message header not by single-click --HG-- branch : product-engine
2009-11-12fix merge errorangela
2009-11-12mergeangela
2009-11-12make color and font affecting both nearby chat and toastsangela
2009-11-11Additional fix for EXT-2137-[BSI] Copy/pasted text chat logs are now much ↵Eugene Kondrashev
harder to read or post-process. --HG-- branch : product-engine
2009-11-11mergeYuri Chebotarev
--HG-- branch : product-engine
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-11Fixed normal bug EXT-2166-[BSI] Nearby Chat floater always jumps to most ↵Eugene Kondrashev
recent chat --HG-- branch : product-engine
2009-11-11Additional fix for normal bug EXT-2131-[BSI] Copy/pasted text chat logs are ↵Eugene Kondrashev
now much harder to read or post-process --HG-- branch : product-engine
2009-11-11Fixed normal bug EXT-2131-[BSI] Copy/pasted text chat logs are now much ↵Eugene Kondrashev
harder to read or post-process --HG-- branch : product-engine
2009-11-11Fixed Normal bug EXT-1959 - [BSI] emotes difficult to see in IM/Group chatEugene Kondrashev
--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-29Fixed normal bug EXT-1935-[BSI] Reversion - clicking on avatar name in group ↵Eugene Kondrashev
chat should bring up profile --HG-- branch : product-engine