summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.cpp
AgeCommit message (Collapse)Author
2010-02-24Work on major bug EXT-5589 (Notifications button falls under side panel)Mike Antipov
-- updated LLLayoutStack to process "max_width" & "max_height" attributes for layout_panel. --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-22fixed EXT-5292 'i' btn is visible through inspectorIgor Borovkov
--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-18fixed EXT-5006 “One inventory offer cause blinking of both Conversations andAlexei Arabadji
Notifications wells”, embedded inventory offer panel into IM window; --HG-- branch : product-engine
2010-02-17completed EXT-5427 Disable appearance of "i" button for SL system messages ↵Igor Borovkov
in IM and other chats --HG-- branch : product-engine
2010-02-17fixed EXT-5367 Emotes '/me says ...' out of context when nearby chat or ↵Igor Borovkov
group chat window expanded. --HG-- branch : product-engine
2010-02-17fixed EXT-5456 Messages from objects are shownas messages from Second Life ↵Igor Borovkov
in nearby chat history from the prev session Completed things which were agreed on: - system messages in the log file are prepended with "Second Life:" after the timestamp - object names set which are parsed extended to object names consisting with any number of words Side effect: "Second Life:" is shown as From Name in Nearby Chat when in plain text chat --HG-- branch : product-engine
2010-02-15fixed EXT-5010 Redundant resident name in the IM log for offersIgor Borovkov
--HG-- branch : product-engine
2010-02-12fixed reopened EXT-926 System notification toast has avatar's iconIgor Borovkov
--HG-- branch : product-engine
2010-02-10implemented graying out chat history from log - EXT-5102 IM chat from ↵Igor Borovkov
previous sessions should be grayed out --HG-- branch : product-engine
2010-02-10fixed for plain text chat history EXT-5279 Resident Names should Appear in ↵Igor Borovkov
Selected URL Color --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-09Fixed normal bug EXT-5244 ( There is no "i" button for Name fields from ↵Mike Antipov
nearby chat) - reason: changes in c91e724d4f15 related to EXT-4547. Also multiple warnings appeared in log: LLView::getChild: Found child named user_name but of wrong type class L LTextBox, expecting class LLViewerTextEditor * - fix: changed template class from LLViewerTextEditor to LLTextBase in getChild. --HG-- branch : product-engine
2010-02-08fix for major EXT-5067 Copy-paste is broken in nearby and IM logsYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-05EXT-5025 - Tooltips block mouse clicksrichard
EXT-4547 [BSI] it is possible to highlight multiple layers of chat EXT-3844 Mouse wheel camera zoom is not reflected on View popup slider EXT-3103 Add an option to restrict entering non-ascii symbols in text editor. reviewed by Leyla
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-03PE merge.Tofu Linden
2010-02-03fixed EXT-4776 Make avatars in nearby chat inspectableIgor Borovkov
--HG-- branch : product-engine
2010-02-03fixed EXT-4805 “Friend offer is corrupted in resized IM window”,Alexei Arabadji
reverted IM floater default width; made offer buttons have absolute positions; avoided text message scrolling with default IM floater width; --HG-- branch : product-engine
2010-02-02DEV-32540: Lots of object IM and SLurl improvementsLynx Linden
- Don't let object names that are URLs override links to display the remote object inspector - Don't hyperlink the object name in the remote object inspector - Made the <nolink>...</nolink> regex more robust and made it support non-URLs between the tags, so that we don't get random <nolink> tags when trying to disable URLs in user-typed text. - Improved the llurlentry unit test and added some more test cases. - Hooked up another LLViewerMessage code path to objectim SLapps to pass down the owner and slurl information. - Made a few LLUrlEntryBase methods be const methods, because they are - Fixed a bug in the remote object inspector where it would never show the teleport URL.
2010-02-01mergerichard
2010-01-29mergeIgor Borovkov
--HG-- branch : product-engine
2010-01-29fixed major EXT-3643 “Embed friendship offer into IM window”;Alexei Arabadji
--HG-- branch : product-engine
2010-01-29fixed EXT-4736 There's an ability to block system notifications from nearby chatIgor Borovkov
--HG-- branch : product-engine
2010-01-28PE merge.Tofu Linden
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-28fixed EXT-3841 [BSI] "Send IM..." choosable in IM floater context menuIgor Borovkov
--HG-- branch : product-engine
2010-01-28EXT-4693: First steps at using remote inspector.Lynx Linden
Now Object IMs that get sent to your local chat window will have secondlife:///app/objectim SLapps, which will open the remote object inspector for that object, not the avatar inspector. However, we don't have all the information needed for the remote object inspector, so I'm going to have to investigate extending the inspector to request the missing information from the server.
2010-01-25EXT-4348 - List of names before "have said something new" wraps poorlyrichard
accepted patch from Josh
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
2010-01-19Fixed EXT-3818 [BSI] plain text chat has too much space between linesIgor Borovkov
by redoing fix for the EXT-3263 Cut and Paste from text chat loses new lines --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-13fixed EXT04137 BSI] /me shows on the line below in group chat in plain textIgor Borovkov
--HG-- branch : product-engine
2010-01-13fixed EXT-4073 [BSI] Shouting is malformed in plain chat modeIgor Borovkov
--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-06EXT-3878 - Menus disappear when UI Size is < 1.00richard
EXT-3647 - Auto-scrolling of IMs should resume when user types in chat EXT-3877 - Pinning two levels of menus prevents movement using arrow keys EXT-1303 - Hyperlink text wraps in the middle of a word reviewed by James
2009-12-26Reduced header dependency from the "llimview.h"Mike Antipov
--HG-- branch : product-engine
2009-12-21mergerichard
2009-12-21don't show incoming system messages in notification at bottom of chat ↵Rick Pasetto
history window
2009-12-18fix for buildrichard
2009-12-18ext-3307 - nearby chat stays scrolled at bottomrichard
2009-12-18fix for osx compile errorEric M. Tulla (BigPapi)
2009-12-18implemented major task EXT-3469 Make timestamp disappear instead of covering ↵Andrew Polunin
avatar name while IM floater is being resized --HG-- branch : product-engine
2009-12-15Merge from default branch.Vadim Savchuk
Resolved conflicts in llalertdialog.h and llnotify.cpp (local deletion vs remote change) by removing them. --HG-- branch : product-engine
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
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