Commit Graph

74 Commits (bfe520387ed3061ba55ea2e58c565016e7a3159e)

Author SHA1 Message Date
Oz Linden 7ca10e5161 merge changes for 3.6.4-release 2013-08-26 15:14:12 -04:00
Oz Linden 2268bf3833 merge changes for 3.5.3-release 2013-06-13 15:28:13 -04:00
Jonathan Yap ec52db8d0c STORM-1838 Slowly reappling changes to work with CHUI 2013-06-05 17:32:10 -04:00
Mnikolenko ProductEngine 58d2896a07 CHUI-918 Don't show "Close Selected" item if Nearby chat is selected 2013-06-05 19:27:48 +03:00
Mnikolenko ProductEngine 430af6f731 CHUI-918 FIXED Close only selected conversations instead of closing all conversations. 2013-06-04 14:49:07 +03:00
Mnikolenko ProductEngine ef69d31b99 CHUI-918 FIXED "Close all conversations" menu item is added to context menu. 2013-05-29 15:53:36 +03:00
Merov Linden 2113bb8159 Pull merge from viewer-release 2013-05-22 11:23:51 -07:00
Mnikolenko ProductEngine 25c222e317 CHUI-943 FIXED "Chat history" menu item is added to context menu for Nearby chat. 2013-04-23 15:09:41 +03:00
Graham Madarasz bf6182daa8 Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
Cho 8b38892243 CHUI-700 FIX [CHUIBUG]"Zoom in" feature for avatars has disappeared
Added "Zoom In" context menu item to Nearby Chat list in People floater and Conversation floater
2013-03-14 01:28:40 +01:00
maksymsproductengine 31e5465158 CHUI-788 FIXED Mute icon not shown in participant list in conversation floater 2013-02-27 01:35:27 +02:00
Cho 5a92a77006 CHUI-740 FIX Incorrect option shown in group Moderator tools "Toggle mute this participant"
Reverted changes in menu_conversation.xml, llconversationmodel.cpp, and llfloaterimcontainer.cpp
2013-02-12 01:12:47 +00:00
maksymsproductengine d2a17e20ca CHUI-612 FIXED Blank conversation names showing in conversation list 2013-01-31 03:16:25 +02:00
mberezhnoy 4a96941b73 CHUI-395 (Group moderators are not shown as Moderators in group conversation) 2013-01-28 18:06:27 +02:00
maksymsproductengine def252341a CHUI-612 FIXED Blank conversation names showing in conversation list 2013-01-08 23:37:29 +02:00
Merov Linden fbc414c02b Merge with viewer-chui 2013-01-04 20:28:01 -08:00
Merov Linden 12554bffb3 CHUI-580 : Fixed : Avoid fetching names while reacting to display name checkbox change (overkill), make display name pref disabled when usePeopleAPI is off 2013-01-04 20:23:14 -08:00
Merov Linden 090636f107 CHUI-429 : Fixed! Add a flag to filter multi/single selection situations in menu building. Implement in conversation contextual menu. 2012-12-20 18:36:01 -08:00
Merov Linden c2d332a89c CHUI-580 : WIP : Added disconnect of callbacks once they're called to prevent filling up the callback queue 2012-12-17 20:16:33 -08:00
Merov Linden 6fe7144104 CHUI-580 : WIP : Protect callback connections passed to LLAvatarNameCache::get() where necessary 2012-12-17 18:59:01 -08:00
MaximB ProductEngine f49d47b304 CHUI-394 (Group moderation tools missing in right click menus) 2012-12-10 17:22:56 +02:00
Merov Linden a6f1690128 CHUI-580, CHUI-406 : Fixed : Finished avatar name caching, also fixed the display of (waiting) when names don't come (mostly in legacy mode). 2012-12-07 18:58:52 -08:00
Merov Linden 42a60e6ca5 Pull merge from dev repo 2012-12-05 20:26:26 -08:00
Merov Linden 3a49beed0e CHUI-580 : WIP : Change the display name cache system, deprecating the old protocol and using the cap (People API) whenever available. Still has occurence of Resident as last name to clean up. 2012-12-05 20:25:46 -08:00
maxim@mnikolenko e0b1b063c1 CHUI-577 FIXED "Mute text" and "Block voice" items are added to context menu instead of "Block\unblock" 2012-12-05 20:03:15 +02:00
Merov Linden b43c8afc36 CHUI-550, CHUI-551 : Fixed : Changed conversation sorting according to designer's desires. 2012-12-04 14:51:33 -08:00
Merov Linden d48357f547 CHUI-406 : Fixed again : Update of the P2P session name when not initiating a session was wrong. Add getting the participant name from the session. 2012-11-30 19:07:58 -08:00
Merov Linden e53577c32d CHUI-404, CHUI-406 : Fixed : update ad-hoc conversation when participant logs off, update title of ad-hoc and P2P to be consistent with torn off and input field 2012-11-30 17:12:52 -08:00
Merov Linden a12464b9cb CHUI-429, CHUI-511, CHUI-388 : Multiselection and menus in torn off dialogs 2012-11-21 11:46:38 -08:00
Merov Linden bd62d1d337 CHUI-479 : WIP : More tracing 2012-11-14 20:00:01 -08:00
Merov Linden 33068c6da8 CHUI-479 : WIP : Add debug tracing into speaking indicator manager and monitors (to be deleted eventually). 2012-11-14 10:40:51 -08:00
maxim_productengine d886d89f53 CHUI-446 FIXED Checkm mParent before using dynamic_cast 2012-11-01 15:00:50 +02:00
William Todd Stinson fb3df4790e CHUI-459: Creating a fetchAvatarName() method for the 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 15:59:42 -07:00
maxim_productengine c0b1ae6d97 CHUI-446 FIXED Check that parent_session is not null 2012-10-30 17:28:39 +02:00
maksymsproductengine 1251f45e62 CHUI-394 FIXED Group moderation tools missing in right click menus 2012-10-17 00:16:18 +03:00
maxim_productengine 5a22949cf5 CHUI-388 FIXED Do not add menu items to Participant Menu if own avatar is selected in participant list. Do not show Menu if all menu items are disabled. 2012-10-16 15:33:12 +03:00
Merov Linden 0d619bcdc1 CHUI-147 : Sort the residents names when getting a resident string list 2012-10-08 18:20:37 -07:00
Merov Linden db452823e5 CHUI-194 : WIP : Update the ad-hoc conversation line item title, add a new update_session event. Still some clean up to do. 2012-10-05 20:28:11 -07:00
Merov Linden f533a25155 CHUI-381 : Implement add_participant and update_participant events handling. 2012-10-04 20:36:04 -07:00
Merov Linden 5d846e1414 CHUI-341 : Fixed. Took Nat's review comments into account. 2012-10-03 19:06:33 -07:00
Merov Linden ba5760a4d9 Pull merge from richard/viewer-chui 2012-10-03 16:57:48 -07:00
Merov Linden bd64c48363 CHUI-358 : Fixed the removal of participants as they leave conversations. Used the event mechanism for this. 2012-10-03 16:46:46 -07:00
Merov Linden 4a25ce8b9d CHUI-341 : Implement the use of LLEventStream and LLEventPump to signal conversation model changes, picked by LLIMFloaterContainer. Suppress pooling on draw(). 2012-10-02 22:34:44 -07:00
Gilbert Gonzales ed9ade7d50 CHUI-102: Now the options menu (right-click menu) for a participant/conversation will open the 'Chat history' dialog when selected. 2012-10-02 17:03:46 -07:00
Gilbert Gonzales 9d989feede CHUI-102: Now the user can select a conversation and use the right-click-menu to enable/disable voice. 2012-10-02 15:10:12 -07:00
Gilbert Gonzales 598f534586 CHUI-102: Right clicking on a group conversation brings up the correct menu. The user can now view the group profile, activate the group and leave the group. 2012-10-01 17:04:13 -07:00
Gilbert Gonzales c179c687db merging in latest changes 2012-10-01 14:01:00 -07:00
Gilbert Gonzales 8e1a9e2813 CHUI-102: Cleaned up code after code review. 2012-10-01 13:54:53 -07:00
Gilbert Gonzales 11a148415e CHUI-102: Now the participants and one-on-one conversations have right-click-menus. These menus are functional as well, but 'chat history' does not yet work. 2012-09-28 18:22:05 -07:00
Merov Linden 7fc33cc47f CHUI-367 : Completed : Show user name tooltip in all situations so to avoid the conversation name showing up 2012-09-28 17:30:18 -07:00