Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-30 | merge changes for DRTVWR-235 | Oz Linden | |
2012-10-30 | tag merge of 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 | MAINT-1709 Fix for >> that should have been > > | Dave Parks | |
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 | merging into latest changes | MaximB ProductEngine | |
2012-10-26 | CHUI-439 (Conversation floater is automatically unminimized when a selected ↵ | MaximB ProductEngine | |
user is removed from nearby chat participant list after teleport) CHUI-438 (Conversation remains transparent after teleport with a participant selected in nearby chat) | |||
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 | Merge | Kelly Washington | |
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 | pull back changes (enable tcmalloc) from 3.4.1-beta10 | Oz Linden | |
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 | Added tag 3.4.1-beta10 for changeset 4e0d84e92132 | Oz Linden | |
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 | disable tcmalloc again | Oz Linden | |
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-23 | Backed out changeset: 174fccc7016d | William Todd Stinson | |
2012-10-23 | CHUI-418 FIXED Check that mViewModelItem is not NULL | maxim_productengine | |
2012-10-22 | CHUI-441 : WIP : Initial changes to LLIMFloater to use the same model as ↵ | Merov Linden | |
LLIMFloaterContainer | |||
2012-10-22 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | William Todd Stinson | |
2012-10-22 | merging in latest changes | Gilbert Gonzales | |
2012-10-22 | CHUI-433: Implemented an alternate solution to the problem. The original ↵ | Gilbert Gonzales | |
solution was ambiguous and incomplete and also preserved an existing hack. The new solution removes a hack/deprecated code (setActiveSession/getActiveSession functions). Basically, a toast message is not displayed if the user already has the conversation in focus. When the conversation floater loses focus toasts message will be displayed for that conversation. | |||
2012-10-22 | whitespace change to force new build in TC | callum_linden | |
2012-10-22 | Backed out changeset: 4202e227f8e4 | William Todd Stinson | |
2012-10-22 | Enable tcmalloc | Dave Parks | |
2012-10-22 | Trying original version of GBP with new scripts/code- revert corresponding ↵ | callum_linden | |
cpp code | |||
2012-10-22 | Trying original version of GBP with new scripts/code | callum_linden | |
2012-10-22 | merging in latest changes | Gilbert Gonzales | |
2012-10-22 | CHUI-428 (Scroll conversation list to the newly created conversation) | MaximB ProductEngine | |
fixed | |||
2012-10-20 | Removing build.sh darwin symbols hack. Adding '-g' to both CFLAGS and ↵ | Don Kjer | |
CXXFLAG to have cmake generation debug symbols in xcode. | |||
2012-10-20 | Adding expanded searching for symbols during google breakpad symbol scan | Don Kjer | |
2012-10-19 | CHUI-433: Problem: Toasts were not being displayed due to incorrect tracking ↵ | Gilbert Gonzales | |
of the current conversation with focus. Resolution: Now when a conversation gains focus it will set a flag to ignore toasts. And when a conversation loses focus it will set a flag to re-enable toasts. | |||
2012-10-19 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-10-19 | Trying explicitly turning on debug symbols for all mac configurations | Don Kjer | |
2012-10-19 | Turn off configs and tests for testingg | callum_linden | |
2012-10-19 | CHUI-243: Add calls the parent class's implementation for onFocusReceived() ↵ | William Todd Stinson | |
and onFocusLost() to ensure that the focus change messages are properly propagated. | |||
2012-10-19 | Update to BuildParams var | callum_linden | |
2012-10-19 | CHUI-422 : Add invited non buddies to the initial set of speakers | Merov Linden | |