Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-06-05 | CHUI-918 Don't show "Close Selected" item if Nearby chat is selected | Mnikolenko ProductEngine | |
2013-06-04 | CHUI-918 FIXED Close only selected conversations instead of closing all ↵ | Mnikolenko ProductEngine | |
conversations. | |||
2013-05-29 | CHUI-918 FIXED "Close all conversations" menu item is added to context menu. | Mnikolenko ProductEngine | |
2013-05-22 | Pull merge from viewer-release | Merov Linden | |
2013-04-23 | CHUI-943 FIXED "Chat history" menu item is added to context menu for Nearby ↵ | Mnikolenko ProductEngine | |
chat. | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-14 | CHUI-700 FIX [CHUIBUG]"Zoom in" feature for avatars has disappeared | Cho | |
Added "Zoom In" context menu item to Nearby Chat list in People floater and Conversation floater | |||
2013-02-27 | CHUI-788 FIXED Mute icon not shown in participant list in conversation floater | maksymsproductengine | |
2013-02-12 | CHUI-740 FIX Incorrect option shown in group Moderator tools "Toggle mute ↵ | Cho | |
this participant" Reverted changes in menu_conversation.xml, llconversationmodel.cpp, and llfloaterimcontainer.cpp | |||
2013-01-31 | CHUI-612 FIXED Blank conversation names showing in conversation list | maksymsproductengine | |
2013-01-28 | CHUI-395 (Group moderators are not shown as Moderators in group conversation) | mberezhnoy | |
2013-01-08 | CHUI-612 FIXED Blank conversation names showing in conversation list | maksymsproductengine | |
2013-01-04 | Merge with viewer-chui | Merov Linden | |
2013-01-04 | CHUI-580 : Fixed : Avoid fetching names while reacting to display name ↵ | Merov Linden | |
checkbox change (overkill), make display name pref disabled when usePeopleAPI is off | |||
2012-12-20 | CHUI-429 : Fixed! Add a flag to filter multi/single selection situations in ↵ | Merov Linden | |
menu building. Implement in conversation contextual menu. | |||
2012-12-17 | CHUI-580 : WIP : Added disconnect of callbacks once they're called to ↵ | Merov Linden | |
prevent filling up the callback queue | |||
2012-12-17 | CHUI-580 : WIP : Protect callback connections passed to ↵ | Merov Linden | |
LLAvatarNameCache::get() where necessary | |||
2012-12-10 | CHUI-394 (Group moderation tools missing in right click menus) | MaximB ProductEngine | |
2012-12-07 | CHUI-580, CHUI-406 : Fixed : Finished avatar name caching, also fixed the ↵ | Merov Linden | |
display of (waiting) when names don't come (mostly in legacy mode). | |||
2012-12-05 | Pull merge from dev repo | Merov Linden | |
2012-12-05 | CHUI-580 : WIP : Change the display name cache system, deprecating the old ↵ | Merov Linden | |
protocol and using the cap (People API) whenever available. Still has occurence of Resident as last name to clean up. | |||
2012-12-05 | CHUI-577 FIXED "Mute text" and "Block voice" items are added to context menu ↵ | maxim@mnikolenko | |
instead of "Block\unblock" | |||
2012-12-04 | CHUI-550, CHUI-551 : Fixed : Changed conversation sorting according to ↵ | Merov Linden | |
designer's desires. | |||
2012-11-30 | CHUI-406 : Fixed again : Update of the P2P session name when not initiating ↵ | Merov Linden | |
a session was wrong. Add getting the participant name from the session. | |||
2012-11-30 | CHUI-404, CHUI-406 : Fixed : update ad-hoc conversation when participant ↵ | Merov Linden | |
logs off, update title of ad-hoc and P2P to be consistent with torn off and input field | |||
2012-11-21 | CHUI-429, CHUI-511, CHUI-388 : Multiselection and menus in torn off dialogs | Merov Linden | |
2012-11-14 | CHUI-479 : WIP : More tracing | Merov Linden | |
2012-11-14 | CHUI-479 : WIP : Add debug tracing into speaking indicator manager and ↵ | Merov Linden | |
monitors (to be deleted eventually). | |||
2012-11-01 | CHUI-446 FIXED Checkm mParent before using dynamic_cast | maxim_productengine | |
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 | CHUI-446 FIXED Check that parent_session is not null | maxim_productengine | |
2012-10-17 | CHUI-394 FIXED Group moderation tools missing in right click menus | maksymsproductengine | |
2012-10-16 | CHUI-388 FIXED Do not add menu items to Participant Menu if own avatar is ↵ | maxim_productengine | |
selected in participant list. Do not show Menu if all menu items are disabled. | |||
2012-10-08 | CHUI-147 : Sort the residents names when getting a resident string list | Merov Linden | |
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 | CHUI-358 : Fixed the removal of participants as they leave conversations. ↵ | Merov Linden | |
Used the event mechanism for this. | |||
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-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-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-367 : Completed : Show user name tooltip in all situations so to avoid ↵ | Merov Linden | |
the conversation name showing up | |||
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 |