summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychat.cpp
AgeCommit message (Collapse)Author
2011-11-01EXP-1452 FIX minimum height of NEARBY CHAT window can be circumvented by ↵Richard Linden
minimizing it.
2011-10-20EXP-1435 Nearby chat log does not change to "Plain style"/"Widget style" ↵Leyla Farazha
without restarting viewer
2011-10-11EXP-1281 FIXED (As a FUI user, I want all bottom bar floaters to become ↵Paul ProductEngine
independent) Made bottom bar dependent floaters independent from it. Also some LLTransientDockableFloaters are just LLFLoaters now. Note: IM Floater and SysWellWindow will be made independent within EXP-1276
2011-09-29EXP-1209 FIXED Sidetray removed.Paul ProductEngine
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused.
2011-09-29Merge sergeylproductengine/viewer-experience-fui with ↵Paul ProductEngine
richard/viewer-experience-fui
2011-09-27EXP-1247 Nearby chat as part of chat floaterLeyla Farazha
2011-09-27EXP-1224 FIXED (Create and register a floater for People side tab)Paul ProductEngine
- Added a floater for People side tab. - Replaced calls to LLSideTray with LLFloaterSidePanelContainer.
2011-09-27EXP-1252 Opening chat history crashes browser (from dev work in progress)Leyla Farazha
EXP-1253 Entering text in chat bar does not show for other users (dev work in progress)
2011-09-23EXP-1246 Create chat bar floaterLeyla Farazha
reviewed by Leslie
2011-04-14STORM-1111 FIXED Disabled re-loging the nearby chat history to file upon ↵seth_productengine
processing the chat style update.
2010-12-01STORM-677 ADDITIONAL_FIX Force textures inside texture picker to be 100% ↵Vadim ProductEngine
opaque while the control is in a focused floater. Besides, made LLFloater handle opacity more like other controls do.
2010-10-22DN-181 Chat & IM logs saved in unreadable .llsd instead of .txtLeyla Farazha
2010-09-16MergeLeyla Farazha
2010-09-13STORM-101 FIXED Moved floater settings (rect, visibility, docked state) to ↵Vadim Savchuk
account-specific XML file. The settings are now stored to settings_per_account.xml. This change affects all floaters having save_rect/save_visibility/save_dock_state params set to "true", not just detached sidebar tabs as the ticket requests.
2010-09-03Post-convert merge by convert_monolith.py from ↵Aimee Linden
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-06-21Merge with q/viewer-releaseLeyla Farazha
2010-06-10EXT-6685 FIXED Disabled showing nearby chat toasts on receiving debug ↵Alexei Arabadji
message with enabled setting 'show script errors in separate window'. reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/541 --HG-- branch : product-engine
2010-06-02DEV-50451 Fix names in local chat history loading, againJames Cook
Switch to new serialization format, change filename so old viewers don't get confused if the user switches back. Reviewed with Richard
2010-05-25DEV-50013 Display names load at startup in local chat/IM historyJames Cook
Had to change the chat log file format to include agent_id. Code will load viewer 2.0 logs, but viewer 2.0 will just discard data from 2.1 logs, which seems OK. Reviewed with Leyla.
2010-04-20additional commit for EXT-6625 Nearby Chat does not gain focus when clicked ↵Yuri Chebotarev
at the top reply to https://codereview.productengine.com/secondlife/r/267/#review471 add comments to code --HG-- branch : product-engine
2010-04-20fix for EXT-6625 Nearby Chat does not gain focus when clicked at the topYuri Chebotarev
https://codereview.productengine.com/secondlife/r/267/ mantipov --HG-- branch : product-engine
2010-04-07Fixed major bug EXT-6661 (chat log paths reset back to default)Mike Antipov
* Removed unused InstantMessageLogFolder * Restored initializing logic of InstantMessageLogPath value from 1.23 to share setting between viewers. * Restored unused in 2.0 "LogChatTimestamp" and "LogChatIM" settings to avoid removing of them in 2.0 * Restored default value of the "Save local chat log" setting from 1.23 & replaced with 2.0 own setting (LogNearbyChat was: LogChat) Reviewed by Igor Borovkov & Kent Quirk at https://codereview.productengine.com/secondlife/r/193/ --HG-- branch : product-engine
2010-02-24fixed EXT-5526 Objects are shown as persons in the chat history from ↵Igor Borovkov
previous sessions - new chat source type CHAT_SOURCE_UNKNOWN for avatar names not in cache and object names consisting of two words (avatar names like) - new icon (unknown_icon.png) for message headers () of nearby chat messagses coming from CHAT_SOURCE_UNKNOWN - context menu no longer displayed for object names from chat history (no UUIDs) - double click on message headers in nearby chat no longer opens Inspector (no UUIDs) - object names (loaded from chat history) in nearby chat are no longer SLURLed (no UUIDs for them) --HG-- branch : product-engine
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-02-04fixed duplicating of log records for EXT-4777 Implement saving and loading ↵Igor Borovkov
chat history for Nearby Chat (both plain text and widgeted chat) --HG-- branch : product-engine
2010-02-04fixed shout/whisper representation for EXT-4777 Implement saving and loading ↵Igor Borovkov
chat history for Nearby Chat (both plain text and widgeted chat) --HG-- branch : product-engine
2010-02-02Fixed linux build.Vadim Savchuk
--HG-- branch : product-engine
2010-02-02added saving of nearby chat history - EXT-4777 Implement saving and loading ↵Igor Borovkov
chat history for Nearby Chat (both plain text and widgeted chat) --HG-- branch : product-engine
2010-02-02added loading/parsing of Nearby Chat history - EXT-4777 Implement saving and ↵Igor Borovkov
loading chat history for Nearby Chat (both plain text and widgeted chat) --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-25fix for major EXT-4621 Clicking the Nearby Voice floater steals keyboard focusYchebotarev ProductEngine
note - didn't do this in xml since chrome="true" in xml hides floater caption --HG-- branch : product-engine
2010-01-14Fixed normal bug EXT-4072([BSI] Emotes appear as (italic) text chat in plain ↵Eugene Mutavchi
text mode) --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-05fixed EXT-3819 “[BSI] Extra space in plain text nearby chat log”,Alexei Arabadji
removed redundant space; --HG-- branch : product-engine
2010-01-04fixed EXT-3765 “There is no tongue for voice control panel in docked ↵Alexei Arabadji
state”, made dockable floaters have tongue by default; --HG-- branch : product-engine
2009-12-23DEV-44631 local chat / chat history emote formatting is wrongTofu Linden
2009-12-21Fixed low bug EXT - 3464 ("You" should be shown for Nearby chat window ↵Paul Guslisty
instead of avatar's name) --HG-- branch : product-engine
2009-12-04mergeJames Cook
2009-12-03Fix Linux build, file missing newline at end of fileJames Cook
2009-12-03merge from remote repoangela
2009-12-02merge from remote repoangela
2009-12-03no ticket. system messages where without time after changeset 5886:8987aefb8b91Yuri Chebotarev
--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-30no ticket. addition to "(EXT-2894)- Add support for the viewer 1.23 chat ↵Yuri Chebotarev
history style (widget-less)" change all messages style when chaning chat style in preference. --HG-- branch : product-engine
2009-11-30EXT-1881 [BSI] Log (Nearby Chat) floater should turn semi-transparent when ↵angela
it loses focus.
2009-11-27fix normal EXT-2893 Nearby toast should hide after log became openedYuri Chebotarev
--HG-- branch : product-engine
2009-11-27fix for major task EXT-2894 Add support for the viewer 1.23 chat history ↵Yuri Chebotarev
style (widget-less) - Nearby Chat --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-18mergeJames Cook