Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-04 | Merge viewer-hui-441 | Merov Linden | |
2012-11-03 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-11-02 | CHUI-481, CHUI-404, CHUI-405, CHUI-406, CHUI-407, CHUI-408 : Fixed! Change ↵ | Merov Linden | |
the way Ad-hoc and P2P chats update their session name in a way which is consistent and honor display name. | |||
2012-11-02 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-11-02 | CHUI-475: Ensuring that objects that query the avatar name cache with a ↵ | William Todd Stinson | |
callback store the connection and disconnect on object destruction. This should help resolve some of the heap corruption we are seeing. | |||
2012-11-02 | Pull merge Gil's changes | Merov Linden | |
2012-11-02 | CHUI-481 : WIP : Make updateSessionName() a virtual method of ↵ | Merov Linden | |
LLIMConversation so we can eventually call it on events | |||
2012-11-01 | merging in latest changes | Gilbert Gonzales | |
2012-11-01 | CHUI-472: Problem: Only the converation panel was user/auto resizeable but ↵ | Gilbert Gonzales | |
the participants panel was not. By one have only resizable this prevented both panels from being resized. Solution: Now set the participants panel to be user/auto resizable as well. | |||
2012-11-01 | merging into latest changes | MaximB ProductEngine | |
2012-11-01 | Automated merge with http://bitbucket.org/lindenlab/viewer-beta | Dave Parks | |
2012-11-01 | CHUI-445 FIXED Select the next conversation in the list when current ↵ | maxim_productengine | |
conversation is deleted | |||
2012-11-01 | CHUI-446 FIXED Checkm mParent before using dynamic_cast | maxim_productengine | |
2012-11-01 | CHUI-444 (Click target off when conversation list is minimized to icons) | MaximB ProductEngine | |
2012-10-31 | CHUI-474 : Fixed. Refresh the participants list in torn off dialog more often. | Merov Linden | |
2012-10-31 | MAINT-646 Fix for leak introduced by optimizations. | Dave Parks | |
2012-10-31 | Merge | Merov Linden | |
2012-10-31 | Pull and merge from ssh://stinson@hg.lindenlab.com/stinson/viewer-chui/. | William Todd Stinson | |
2012-10-31 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-10-31 | merging latest changes | Gilbert Gonzales | |
2012-10-31 | CHUI-374 ADD. FIX, CHUI-442 FIXED (Nearby chat is torn off and cannot be ↵ | AlexanderP ProductEngine | |
docked if nearby chat is received while conversation floater is closed) - implement. lazy creating of container | |||
2012-10-30 | CHUI-463 : Fixed. Allowed a model to be shared by several views. | Merov Linden | |
2012-10-30 | CHUI-471: Adjusted conversationview so that indentation of the avatar icon ↵ | Gilbert Gonzales | |
is dependent upon getIndentation() instead of modifying avatar icon's left value. | |||
2012-10-30 | CHUI-461: Changing the default floater opacities according to Leo's guidelines. | William Todd Stinson | |
2012-10-30 | CHUI-459: Creating a fetchAvatarName() method for the ↵ | William Todd Stinson | |
LLConversationItemParticipant class to allow the class to query for the avatar display name directly. Also, added a field to store the avatar name cache callback connection so that we can disconnect properly on object destruction to avoid a crash with the callback attempting to access recently freed memory. | |||
2012-10-30 | merge changes for DRTVWR-236 | Oz Linden | |
2012-10-30 | merging into latest changes | MaximB ProductEngine | |
2012-10-30 | CHUI-437 (Conversation floater shows as transparent after being minimized ↵ | MaximB ProductEngine | |
and unminimized) | |||
2012-10-30 | CHUI-446 FIXED Check that parent_session is not null | maxim_productengine | |
2012-10-30 | merge changes for DRTVWR-235 | Oz Linden | |
2012-10-29 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-10-29 | CHUI-469 : Fixed. Add the widget to its map, init the widget map ↵ | Merov Linden | |
consistently and correctly. | |||
2012-10-26 | CHUI-469 : WIP : Add participants to the nearby chat torn off panel | Merov Linden | |
2012-10-26 | CHUI-465 : Add event handling for LLIMConversation participant list | Merov Linden | |
2012-10-26 | CHUI-383: Realized that prior changes for this bug caused a regress. The ↵ | Gilbert Gonzales | |
regress was using the people panel or a notecard to start a im/call with a user. When doing this the conversation line item would not be focused. Resolution: Changed all calls to LLIMFloater::show() to LLIMFloaterContainer::showConversation(), which will first select the conversation line item and then show the corresponding conversation floater. | |||
2012-10-26 | merging in latest changes | Gilbert Gonzales | |
2012-10-26 | CHUI-383: Now a new conversation will not take focus. Instead a toast will ↵ | Gilbert Gonzales | |
appear. Problem: Each time a conversation was added, code would execute to add the conversation floater AND select the conversation. Resolution: This is no longer the expected behavior so adjusted LLIMFloater::addToHost() to only add a floater and not select/show the floater. If selection and/or showing is needed it seems to make sense that this is done outside LLIMFloater:addToHost(). | |||
2012-10-26 | CHUI-457 FIXED Check that selected participant is not self before performing ↵ | maxim_productengine | |
actions. | |||
2012-10-25 | CHUI-441 : WIP : Fix crashes when spawning torn off floaters, added widgets ↵ | Merov Linden | |
creation in the torn off floater for participants. | |||
2012-10-25 | CHUI-449: Post code review with Merov, adjusted setConvItemSelect() fuction ↵ | Gilbert Gonzales | |
to be called selectConversation(). | |||
2012-10-25 | CHUI-449: Got rid of a function called setItemSelect(), I wrote this code ↵ | Gilbert Gonzales | |
and it doesn't have a purpose anymore since I can use setConvItemSelect() instead. Also now torn off, minimized conversations are selected when clicking a toast for that conversation. Resolution: Adjusted setConvItemSelect() to be less strict when trying to select an item, now as long as the function is called it will attempt to select the conversation line item. | |||
2012-10-24 | CHUI-441 : WIP : Fix the initial attach code so to allow creation of the ↵ | Merov Linden | |
conversation item before the dialog | |||
2012-10-24 | CHUI-441 : WIP : More map clean up and better use of get_ptr_in_map() | Merov Linden | |
2012-10-24 | CHUI-441 : WIP : Fixed the creation of empty model records in the list model | Merov Linden | |
2012-10-24 | CHUI-449: Problem: When a toast was clicked, the conversation floater was ↵ | Gilbert Gonzales | |
displayed without selecting the conversation line item. Resolution: Added a function that will show the conversation floater container and then trigger selecting the conversation line item. When the conversation line item is selecting this implicitly will cause the correct conversation floater to be displayed. | |||
2012-10-24 | CHUI-441 : WIP : Initial refactor part 2. Works but the list doesn't update ↵ | Merov Linden | |
in the torn off dialog. | |||
2012-10-24 | CHUI-363: Problem: Nearby chat is a set to be a null converstation. Because ↵ | Gilbert Gonzales | |
of this, when the voice indicator was set to only show for active conversations...voice indicators inside null conversations were not being turned toggled. Resolution: Now will adjust the speaker indicator even if it exists in a null (nearby chat) conversation. | |||
2012-10-24 | CHUI-430 FIXED Open Nearby chat if is is the only conversation in the list. | maxim_productengine | |
2012-10-23 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | William Todd Stinson | |
2012-10-22 | CHUI-441 : WIP : Initial changes to LLIMFloater to use the same model as ↵ | Merov Linden | |
LLIMFloaterContainer |