summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-30merging latest changesCho
2013-01-30merging latest changesCho
2013-01-30CHUI-647 FIX "Conversations" floater is not opened when user wants to share ↵Cho
something via "Conversation log" floater Added call to show conversations floater in LLAvatarActions::share
2013-01-29Pull merge from lindenlab/viewer-chuiMerov Linden
2013-01-29CHUI-436 : Fixed : Do not skip yourself or group chat when checked Only ↵Merov Linden
friends and groups can call or IM me pref.
2013-01-29CHUI-88 I shouldn't see Conference IMs from people I muted. Fix: In order to ↵Gilbert Gonzales
mute a user who initiated a conference/group chat, the session must be created on the server side and then left.
2013-01-29mergeGilbert Gonzales
2013-01-29CHUI-667: Attempting to correct Mac/Linux build issue.Gilbert Gonzales
2013-01-28CHUI-667: Post code review changesGilbert Gonzales
2013-01-29merging latest changesCho
2013-01-29merging latest changesCho
2013-01-29CHUI-644 FIX [CHUIBUG]Received IM's Don't Always Appear in Communication ↵Cho
Console Immediately. Removed new code from on_new_message in LLIMView and instead, changed condition in LLFloaterIMSession::newIMCallback to update messages whenever the floater is visible
2013-01-28Fix test failureMerov Linden
2013-01-28mergemberezhnoy
2013-01-28mergeGilbert Gonzales
2013-01-28CHUI-706 FIXED Appropriate function is now called in xmlmaxim@mnikolenko
2013-01-28CHUI-395 (Group moderators are not shown as Moderators in group conversation)mberezhnoy
2013-01-28CHUI-701 FIXED Don't show toasts and flashing, if conversation is opened but ↵maxim@mnikolenko
isn't focused.
2013-01-25CHUI-667 Upon exit from DND mode, a maximum of one sound should be played. ↵Gilbert Gonzales
Solution. Added a deferred sound class which will have sound id's added to it and upon unmuting the deferred sounds will be played.
2013-01-26undid accidental revert of someone else's fixCho
2013-01-26CHUI-644 FIX [CHUIBUG]Received IM's Don't Always Appear in Communication ↵Cho
Console Immediately. Added call to LLFloaterIMContainer::selectConversation() in on_new_message for LLIMView
2013-01-25merging latest changesCho
2013-01-25merging latest changesCho
2013-01-25CHUI-291 FIX New auto-replace feature does not work with chui text input ↵Cho
boxes in conversation floater Modified LLAutoReplace to pass back a string for replacement instead of modifying the input string
2013-01-25CHUI-291 FIX New auto-replace feature does not work with chui text input ↵Cho
boxes in conversation floater Fixed autoreplace in LLTextEditor so it updates correctly and works with undo
2013-01-24CHUI-578 FIXED Move preferences for conversation logs/transcripts to chat tabmaksymsproductengine
2013-01-28CHUI-708 FIXED Call doToParticipants() only if selected conversation is p2pmaxim@mnikolenko
2013-01-23merging latest changesCho
2013-01-23CHUI-291 FIX New auto-replace feature does not work with chui text input ↵Cho
boxes in conversation floater Moved autoreplace hooks from LLLineEditor to LLTextEditor, and modified LLAutoReplace accordingly
2013-01-23CHUI-695 Viewer crashes after attempt to accept a friendship in IM: remove ↵AlexanderP ProductEngine
an infinity loop of reshape()
2013-01-25CHUI-697 FIXED We don't need to update form for Inventory offer notificationmaxim@mnikolenko
2013-01-24merging into latest changesmberezhnoy
2013-01-23Pull merge with lindenlab/viewer-chuiMerov Linden
2013-01-23CHUI-480 : Fixed : Flagged when local update is made and prevent doing it ↵Merov Linden
multiple times, allow group to graw by 1 (me) then the rest (prevent having group remaining hidden).
2013-01-23CHUI-687: post code review changes. Now upon deletion of an item, DND mode ↵Gilbert Gonzales
must be enabled in order to remove a notification from the DND history.
2013-01-23CHUI-480 : Fixed : Fetch group membership when starting group chat and ↵Merov Linden
populate speakers list
2013-01-23mergingGilbert Gonzales
2013-01-23CHUI-687: Problem: User sees inventory offer notifications for deleted items ↵Gilbert Gonzales
when logging in from do not disturb mode. Resolution: If an item that is deletes has a DND notification saved, then remove that notification so that it doesn't appear onec the user exists DND mode.
2013-01-23CHUI-424 FIXED Args for appendMessage() are added to respect ↵maxim@mnikolenko
Compact/Expanded mode
2013-01-23CHUI-678 (Voice indicators not shown for participants in torn off conference ↵mberezhnoy
conversations)
2013-01-22CHUI-692 FIXED Arrow keys will move avatar while IM container, nearby chat ↵maxim@mnikolenko
or IM session floater is in focus.
2013-01-21CHUI-655, CHUI-648 ADD FIX Conversation is not opened while first click on ↵AlexanderP ProductEngine
message from object; "Nearby Chat" dialog does not open while first attempt when pressing Ctrl+H keyboard shortcut : Fixed forced change visibility.
2013-01-21CHUI-567 FIXED Menu items are moved to Participant view menumaxim@mnikolenko
2013-01-20CHUI-379 : Fix Mac and Linux build failuresMerov Linden
2013-01-18CHUI-379 FIXED Restore Voice Morphing menumaksymsproductengine
2013-01-18merging latest changesCho
2013-01-18merging latest changesCho
2013-01-18CHUI-688 FIX Viewer crash when blocked user sends friend requestCho
Added a check for notification_ptr being null in friendship_offer_callback
2013-01-17CHUI-604: Problem: DND response was inside of the responder for the ↵Gilbert Gonzales
inventory offer. Resolution: DND response is now sent upon receiving an offer notification from an agent.
2013-01-17CHUI-680: Adjusted LLResponderRegistry to be derived from ↵Gilbert Gonzales
LLRegistrySingleton instead of LLResponderRegistry making its over version.