summaryrefslogtreecommitdiff
path: root/indra/newview/llchatitemscontainerctrl.cpp
AgeCommit message (Collapse)Author
2020-05-18Small CleanupAndrey Kleshchev
2019-01-21SL-10338 FIXED The “add friend” button is available when user is already ↵maxim_productengine
at your friends list
2017-12-08MAINT-8044 Fixed crash in LLFloaterIMNearbyChatToastPanel::init();AndreyL ProductEngine
algorythmic improvement for MAINT-6891
2016-11-11MAINT-6891 Chat longer than "fade after n lines" doesn't show except in chat ↵Mnikolenko Productengine
history
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-05-28MAINT-4070 FIXED Use icon in urls when content is trusted.maxim@mnikolenko
2013-06-26CHUI-983 FIXED Call showHistory() after clicking toast as it was before. ↵Mnikolenko ProductEngine
Minor change in showHistory()
2013-06-12CHUI-976 FIXED Correct way to show Nearby chat is used now.Mnikolenko ProductEngine
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
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-08-31CHUI-315 (Nearby chat messages do not appear in conversation floater): ↵AlexanderP ProductEngine
cancelled inheritance LLNearbyChat from LLSingleton; set mSingleInstance flag for it.
2012-08-22CHUI_310 make NearbyChat a singletoneAlexanderP ProductEngine
2012-07-02CHUI-172 WIP Fixed drawing the nearby chat toast contents.Seth ProductEngine
Fixed warnings when creating a nearby chat toast.
2012-05-31CHUI-119 WIPSeth ProductEngine
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
2011-10-11EXP-1293 Nearby chat toasts no longer appear.leyla_linden
EXP-1316 Minimized Snapshot floater has a snapshot preview image attached below. EXP-1318 Clicking on nearby chat toasts should bring up Nearby Chat history
2011-03-23STORM-1021 ADDITIONAL_FIX Replaced usual object inspector with the remote ↵Vadim ProductEngine
one in nearby chat toasts.
2010-12-09STORM-578 FIXED using the color setting for "URLs" from Preferences for ↵Seth ProductEngine
names in Nearby Chat toasts.
2010-11-11STORM-578 FIXED SLURL to object or user name in nearby chat toast now uses ↵Seth ProductEngine
the font color selected in Preferences->Chat. Removed unused "ChatToastAgentNameColor" setting from colors.xml.
2010-10-19STORM-390 FIXED "Place Profile" appeared instead of "Resident Profile" after ↵Vadim ProductEngine
clicking on user name in a nearby chat toast. Now clicking an avatar name opens avatar profile; clicking an object name opens object inspector. This change rolls back the fix of STORM-358.
2010-10-12STORM-358 FIXED Disabled higlighting URLs in object names inside nearby chat ↵Vadim ProductEngine
toasts.
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-20changed buildPanel/buildFloater to member functions buildFromFileRichard Nelson
streamlined LLUICtrlFactory's interface
2010-08-16cleaned up LLUICtrlFactory...Richard Nelson
removed redundant functionality moved buildPanel to LLPanel
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-05-17EXT-7266 FIX change default icon id tofrom object icon to id that comes with ↵Yuri Chebotarev
message Reviwed by Igor Borovkov at https://codereview.productengine.com/secondlife/r/371/ --HG-- branch : product-engine
2010-04-23automated mergeRoxie Linden
2010-04-21fix for EXT-6064 Clicking avatar name in nearby chat toast opens nearby chat ↵Yuri Chebotarev
history instead of avatar profile. https://codereview.productengine.com/secondlife/r/287/ reviwed Vadim Savchuk --HG-- branch : product-engine
2010-04-09Fixed normal bug EXT-4766 - System notifications in nearby chat has default ↵Dmitry Zaporozhan
avatar icon and behave like sent from object Updated nearby toast to display system icon for system message. Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/208/ --HG-- branch : product-engine
2010-02-25fixed EXT-5731 Viewer 2: New chat format doesn't recognise scripted object ↵Igor Borovkov
name changes --HG-- branch : product-engine
2010-02-10partitial fix for normal task EXT-2957 [BSI] Implement object icon for chat ↵Ychebotarev ProductEngine
from objects, instead of using generic image for missing profile picture --HG-- branch : product-engine
2010-02-02fix for low EXT-4780 Nearby chat windows doesn't pop up when clicking on ↵Ychebotarev ProductEngine
object chat toast --HG-- branch : product-engine
2010-01-15Fixed normal bug EXT-4211 (Viewer 2.0 IRC chat style works unlike 1.23)Eugene Mutavchi
--HG-- branch : product-engine
2010-01-08EXT-1847 Regression in the design spec: "You" should be replaced by your ↵Tofu Linden
full avatar name in communication
2010-01-04fix for normal EXT-3763 URL clicked on nearby chat toast opens chat history, ↵Yuri Chebotarev
not URL in browser. also move real action from mouse_down to mouse_up (since clicking on url is processing in mouse_up). --HG-- branch : product-engine
2009-12-03fix for normal EXT-3077 [BSI] Object chat of objects without a name bork ↵Yuri Chebotarev
nearby chat toasts and log for information - since I think that messages from nowhere is bad practice for user - if object that send message has no name I use object id as name --HG-- branch : product-engine
2009-11-27fix for normal EXT-1713 Nearby Chat: Objects have tooltips (???)(???)Yuri Chebotarev
--HG-- branch : product-engine
2009-11-25more on EXT-2555 - fix naming and change chat color wo white to match spec ()Yuri Chebotarev
--HG-- branch : product-engine
2009-11-25EXT-2555 Change look and feel of nearby chat toastsYuri Chebotarev
--HG-- branch : product-engine
2009-11-18Change /me emote formatting to pure italics, not underlined.James Cook
Review pending with Richard/Leyla
2009-11-18EXT-2579 Fix memory leak/bloat due to /me IRC-style emotes.James Cook
Pending review with Richard/Leyla
2009-11-17Merge from default branch.Vadim Savchuk
Added missing trailing newline to fix Linux build. --HG-- branch : product-engine
2009-11-17fix4 normal task EXT-2521 Remove timestamp and fake voice indicator from ↵Yuri Chebotarev
nearby chat toasts --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-12make color and font affecting both nearby chat and toastsangela
2009-10-12merge ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1967 https://svn.aws.productengine.com/secondlife/pe/stable-2@1971 -> viewer-2.0.0-3 * Bugs: EXT-1431 EXT-1237 EXT-1151 EXT-1165 EXT-1410 EXT-1419 * Dev: EXT-1232
2009-10-03Merge inspectors UI project, gooey-4, into viewer-2 trunk. Added new ↵James Cook
tooltips to 3D avatars, 2D avatar names, and 3D objects. Refactors tooltips and text boxes, line editors, and text editors. Breaks LLExpandableTextBox, but a fix is coming. Resolved conflicts in lltexteditor.cpp, llchatitemscontainerctrl.cpp, llchatmsgbox.cpp, llfloaterbuycurrency.cpp, llnearbychat.cpp, floater_buy_currency.xml, and ru/strings.xml Merging revisions 134925-135157 of svn+ssh://svn.lindenlab.com/svn/linden/branches/gooey/gooey-4 into C:\source\viewer-2.0.0-3, respecting ancestry
2009-10-01merge ↵Steven Bennetts
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1868 https://svn.aws.productengine.com/secondlife/pe/stable-2@1876 -> viewer-2.0.0-3 * Bugs: EXT-1111 EXT-915 EXT-1131 EXT-1200 EXT-1202 EXT-1201 EXT-1205 EXT-1212 EXT-1173 EXT-1229 EXT-1218 EXT-1164 EXT-996 EXT-821 EXT-1030 EXT-1031 EXT-816 * Major Bugs: EXT-1142 (timeout during login due to processing group IMs) * Changes: EXT-1216 (minimize message well)
2009-09-09merge -r132032-132812 ↵Richard Nelson
svn+ssh://svn.lindenlab.com/svn/linden/branches/gooey/gooey-1