summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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.
2013-01-17CHUI-685 removing some commented out codeGilbert Gonzales
2013-01-18merge!mberezhnoy
2013-01-18CHUI-661 User cannot select multiple p2p conversation names in list to start ↵mberezhnoy
conference chat
2013-01-17mergingGilbert Gonzales
2013-01-17CHUI-685 Problem: The notifications .xml file was cleared upon exit because ↵Gilbert Gonzales
removeIMNotification was being called and deleting inventory offers becaus they did not have a session id. Resolution: Now check to make sure that removeIMNotification only removes IMs (IMToast).
2013-01-17merging latest changesCho
2013-01-17CHUI-625 Participant drop down icon not visible when conversation is ↵AlexanderP ProductEngine
highlighted orange: redraw the arrow slightly later
2013-01-18Mergemaxim@mnikolenko
2013-01-18CHUI-681 FIXED Clear flash state only for selected widgetmaxim@mnikolenko
2013-01-17Pull from lindenlab/viewer-chuiMerov Linden
2013-01-17CHUI-682 : Fixed : Added LLMenuGL as a possible child of a toggle or ↵Merov Linden
contextual menu (for dynamic submenus).
2013-01-17CHUI-631 (Next conversation in list should be selected in Conversations ↵maxim@mnikolenko
floater after closing a conversation) Don't force selecting nearby chat after closing conversation
2013-01-16CHUI-682 : WIP : Instrument the menu display (or lack thereof).Merov Linden
2013-01-17merging latest changesCho
2013-01-17CHUI-292 FIX Extra space in object chiclet toasts in CHUI viewer compared ↵Cho
with release viewer In LLToastNotifyPanel, moved mInfoPanel->SetFollowsAll() immediately before call to snapToMessageHeight() as was previously the case in release viewer
2013-01-16Pull from lindenlab/viewer-chuiMerov Linden
2013-01-16CHUI-683 : Default sort order for Blocked was wrong, unrecognized value was ↵Merov Linden
not tested.
2013-01-16CHUI-618 ADD FIX User sees no indication of offline messages received with ↵AlexanderP ProductEngine
conversation log preference turned off: forced flashing of conversation's item when offline message is present
2013-01-17Mergemaxim@mnikolenko
2013-01-16CHUI-650 (Floaters not returning to active transparency after becoming inactive)maxim@mnikolenko
- Checking is added(comparing to previous fix) to avoid crash.
2013-01-15merging changesGilbert Gonzales
2013-01-15CHUI-668: Code review changesGilbert Gonzales