Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2012-09-28 | CHUI-370, CHUI-372 ADDITIONAL FIX (Viewer crash when voice calling another ↵ | AlexanderP ProductEngine | |
user from people panel then opening conversation floater or when starting a IM chat when conversation floater has not been previously opened): fixed nearby chat positioning | |||
2012-09-26 | CHUI-364 : WIP : Suppress unused code | Merov Linden | |
2012-09-24 | CHUI-340 : Fix dupe items in the conversation model list. Refresh when ↵ | Merov Linden | |
resorting. | |||
2012-09-21 | CHUI-340 : Implement distance computation and update | Merov Linden | |
2012-09-21 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-09-21 | CHUI-340 : WIP : Fix sorting bugs on time for sessions, simplified the ↵ | Merov Linden | |
update time mechanism and clean up | |||
2012-09-21 | CHUI-289 ADD. FIX (Newly added conversation is not selected in conversation ↵ | AlexanderP ProductEngine | |
list): Select item which was added from avatar picker | |||
2012-09-17 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-09-17 | CHUI-340 : WIP : Sorting implemented. Type and name work. Date and distance ↵ | Merov Linden | |
still need the relevant values to be computed. | |||
2012-09-17 | merging in latest changes | Gilbert Gonzales | |
2012-09-14 | CHUI-192 : Implement menus and settings for sorting. The sort itself is not ↵ | Merov Linden | |
performed though. Wait for CHUI-340 for this. |