Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-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-430 FIXED Open Nearby chat if is is the only conversation in the list. | maxim_productengine | |
2012-10-22 | CHUI-428 (Scroll conversation list to the newly created conversation) | MaximB ProductEngine | |
fixed | |||
2012-10-19 | CHUI-416 FIXED Check if conversationItem is not NULL before calling getType(). | maxim_productengine | |
2012-10-18 | merging in latest changes | Gilbert Gonzales | |
2012-10-18 | CHUI-329: Post code review commit, instead of hard coded the parenthesis, ↵ | Gilbert Gonzales | |
created a custom string in string.xml. The reasoning for this is because some languages may not use the parenthesis or perhaps even use brackets if needed...basically allows for flexibility. | |||
2012-10-18 | CHUI-329: The text is now gray due to CHUI 410. The only change in this ↵ | Gilbert Gonzales | |
commit is that parenthesis surround the nearby chat text (Nearby chat). | |||
2012-10-18 | CHUI-412 (User restricted in resizing conversation floater width) | MaximB ProductEngine | |
fixed | |||
2012-10-17 | CHUI-394 FIXED Group moderation tools missing in right click menus | maksymsproductengine | |
2012-10-15 | CHUI-380: Merge fix, the addConverationListItem API was changedso that it ↵ | Gilbert Gonzales | |
does not by default select the new conversation item. Adjusted sessionAdded and sessionVoiceOrImStarted functions to specify that the first item should be selected when calling addConversationListItem(). | |||
2012-10-15 | merging in latest changes | Gilbert Gonzales | |
2012-10-15 | CHUI-380: Final commit for this issue. After code review changed some method ↵ | Gilbert Gonzales | |
names to be more accurate. Also using dynamic_cast instead of static_cast for safety. | |||
2012-10-15 | CHUI-400 FIXED Disable "Activate Group" menu item if selected group is the ↵ | maxim_productengine | |
active group | |||
2012-10-12 | CHUI-380: (In progress) Refactoring needed to fix focusing issues when ↵ | Gilbert Gonzales | |
selecting an existing conversation item. This commit resolves re-introducing bug CHUI-289. Will code review and cleanup code in next commit. | |||
2012-10-12 | CHUI-385 FIXED All user's do not receive ad hoc messages after adding a user ↵ | maksymsproductengine | |
to a conversation | |||
2012-10-12 | CHUI-402 (Double-click on conversation participant should begin IM session) | MaximB ProductEngine | |
2012-10-08 | CHUI-331 (Resizing conversation list when message panel is collapsed does ↵ | MaximB ProductEngine | |
not resize list) fixed | |||
2012-10-08 | CHUI-390 FIXED Selecting Chat History option from right click menu on a ↵ | maksymsproductengine | |
conversation name does not open chat history viewer | |||
2012-10-05 | CHUI-194 : WIP : Update the ad-hoc conversation line item title, add a new ↵ | Merov Linden | |
update_session event. Still some clean up to do. | |||
2012-10-04 | CHUI-381 : Implement add_participant and update_participant events handling. | Merov Linden | |
2012-10-03 | CHUI-341 : Fixed. Took Nat's review comments into account. | Merov Linden | |
2012-10-03 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-10-03 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-10-03 | CHUI-358 : Fixed the removal of participants as they leave conversations. ↵ | Merov Linden | |
Used the event mechanism for this. | |||
2012-10-03 | CHUI-102: Now the options enabled in the one-on-one conversation menu are ↵ | Gilbert Gonzales | |
the same as the participants menu. In prior commits the one-on-one conversations menu was not enabling/disabling the proper menu options. | |||
2012-10-03 | CHUI-378 FIXED (Conversation floater is not opened if call initiated and ↵ | AlexanderP ProductEngine | |
accepted with conversation floater closed - goes to voice settings floater): added open conversation floater on the voice channel's changing | |||
2012-10-02 | CHUI-341 : Implement the use of LLEventStream and LLEventPump to signal ↵ | Merov Linden | |
conversation model changes, picked by LLIMFloaterContainer. Suppress pooling on draw(). | |||
2012-10-02 | CHUI-374 FIXED (Nearby chat is torn off and cannot be docked if nearby chat ↵ | AlexanderP ProductEngine | |
is received while conversation floater is closed) Nearby_chat is created only after the creation of the im_container | |||
2012-10-02 | CHUI-102: Code review, just changed function getCurSelectedViewModelItem() ↵ | Gilbert Gonzales | |
to have a single return statement. | |||
2012-10-02 | CHUI-102: Now the options menu (right-click menu) for a ↵ | Gilbert Gonzales | |
participant/conversation will open the 'Chat history' dialog when selected. | |||
2012-10-02 | CHUI-102: Now the user can select a conversation and use the ↵ | Gilbert Gonzales | |
right-click-menu to enable/disable voice. | |||
2012-10-02 | CHUI-102: Code cleanup, decoupling code and made specific methods for ↵ | Gilbert Gonzales | |
handling menu events for conversations or participants. | |||
2012-10-01 | CHUI-102: Right clicking on a group conversation brings up the correct menu. ↵ | Gilbert Gonzales | |
The user can now view the group profile, activate the group and leave the group. | |||
2012-10-01 | merging in latest changes | Gilbert Gonzales | |
2012-10-01 | CHUI-102: Cleaned up code after code review. | Gilbert Gonzales | |
2012-09-28 | CHUI-102: Now the participants and one-on-one conversations have ↵ | Gilbert Gonzales | |
right-click-menus. These menus are functional as well, but 'chat history' does not yet work. | |||
2012-09-28 | CHUI-357 FIXED moved conversation icon to prevent it being obscured when ↵ | Seth ProductEngine | |
conversations list is minimized. Added minimized mode for LLConversationViewSession: this mode is used to move the conversation icon within the item when the conversations panel is minimized. | |||
2012-09-28 | CHUI-361 FIXED (Viewer crash when selecting to start IM with user from right ↵ | AlexanderP ProductEngine | |
click menu in people floater ): prevent destruction of im_container; suppress warning for the nearby_chat | |||
2012-09-28 | CHUI-349 (Crash when clicking on nearby chat toast): | AlexanderP ProductEngine | |
removed a faulty method LLIMFloater::addToIMContainer; replaced it's calls to calls of its correct twin - LLIMFloater::addToHost | |||
2012-09-28 | Mer ge pull from richard/viewer-chui | Merov Linden | |
2012-09-28 | CHUI-366 : Completed : Update participants names when the display name pref ↵ | Merov Linden | |
is toggled on and off. | |||
2012-09-28 | CHUI-342, CHUI-366 and CHUI-367 : WIP : Allow a NO_TOOLTIP value for ↵ | Merov Linden | |
tooltips, update display/user names and sort on display/user names |