Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-30 | Updating appearance utility version | Don Kjer | |
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 | Exposing more tex layer information for hash id generation | Don Kjer | |
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 | CHUI-345 : Add mandatory license to the files | Merov Linden | |
2012-09-28 | Mer ge pull from richard/viewer-chui | Merov Linden | |
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-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-28 | merge | Brad Payne (Vir Linden) | |
2012-09-28 | CHUI-345 ADDITIONAL FIX (LLConversationViewSession: enable speaking indicator) | Paul ProductEngine | |
- Clicking on the conversation speaking icon brings up the volume floater for voice conversations | |||
2012-09-28 | Started stubbing out llsd support for tex layer information. | Don Kjer | |
2012-09-27 | merge | Brad Payne (Vir Linden) | |
2012-09-27 | merge | Nyx Linden | |
2012-09-27 | Updating appearance utility src, with fixed merge | Nyx Linden | |
2012-09-27 | Another sunshine-internal -> sunshine-experimental merge | Don Kjer | |
2012-09-27 | Automated merge | Don Kjer | |
2012-09-27 | Yet another attempt at deleting tcmalloc | Dave Parks | |
2012-09-27 | Merge sunshine-internal -> sunshine-experimental | Don Kjer | |
2012-09-27 | audited uses of centralBakeVersion vs. isUsingServerBakes | Brad Payne (Vir Linden) | |
2012-09-27 | Updating appearance utility source package | Nyx (Neal Orman) | |
2012-09-27 | Merging sunshine-experimental into sunshine-internal | Nyx (Neal Orman) | |
2012-09-27 | Updating appearance utility source | Nyx Linden | |
2012-09-27 | merge | Nyx Linden | |
2012-09-27 | Another attempt at deleting tcmalloc_minimal.dll | Dave Parks | |
2012-09-27 | Modify installer to remove libtcmalloc_minimal.dll | Dave Parks | |
2012-09-27 | CHUI-370, CHUI-372 FIXED Viewer crash when voice calling another user from ↵ | AlexanderP ProductEngine | |
people panel then opening conversation floater or when starting a IM chat when conversation floater has not been previously opened: connecting floater to the host postponed until the end of its initialization | |||
2012-09-27 | CHUI-165 FIXED Add access to Conversation Log and Chat History from the ↵ | maksymsproductengine | |
People floater. | |||
2012-09-27 | CHUI-352 FIXED (Viewer crash when dropping a worn attachment): getting the ↵ | AlexanderP ProductEngine | |
item's id before destruction corresponding viewmodel's item | |||
2012-09-27 | CHUI-346 ADDITIONAL FIX (LLConversationViewSession: enable current voice ↵ | Paul ProductEngine | |
channel indicator) - When voice initialized show voice channel indicator for nearby chat session | |||
2012-09-27 | Fix for ruthing in non-server-bake regions | Brad Payne (Vir Linden) | |
2012-09-27 | Fix for mac/linux 'ruth' appearance. Fix for linux build issue | Don Kjer | |
2012-09-26 | CHUI-344 : Fix Mac build issue introduced by previous fix attempt | Merov Linden | |
2012-09-26 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-09-26 | merge | Brad Payne (Vir Linden) | |
2012-09-26 | Debug text for avatar appearance state related to server-side baking project | Brad Payne (Vir Linden) | |
2012-09-26 | Fixed problems caused by defaulting mUseServerBakes to false | Brad Payne (Vir Linden) | |
2012-09-26 | more state management stuff, DRANO flags for problematic areas | Brad Payne (Vir Linden) | |
2012-09-26 | CHUI-364 : WIP : Suppress unused code | Merov Linden | |
2012-09-26 | CHUI-344 FIXED (LLConversationViewSession: enable icon update) | Paul ProductEngine | |
- This commit also fixes CHUI-345 CHUI-346 | |||
2012-09-26 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-09-26 | error checking, comments for areas needing fix/check in appearance | Brad Payne (Vir Linden) | |
2012-09-26 | use accessors for mUseLocalAppearance, mIsEditingAppearance, mUseServerBakes | Brad Payne (Vir Linden) | |
2012-09-26 | CHUI-347 FIXED drawing selected conversation item background. | Seth ProductEngine | |
Moved some duplicating pieces of code from LLFolderViewFolder::draw() and LLFolderViewItem::draw() to separate methods to reduce code duplication in LLConversationViewSession::draw(). Changed some static variables in LLFolderViewItem to static members for using them in derived LLConversationViewSession. | |||
2012-09-26 | renamed isUsingBakedTextures to more accurate isUsingServerBakes. Commented ↵ | Brad Payne (Vir Linden) | |
some areas we are probably using the function incorrectly | |||
2012-09-25 | CHUI-342 : Fixed : Use user name and display name correctly. Sort according ↵ | Merov Linden | |
to user names. | |||
2012-09-25 | CHUI-329 : WIP : Always sort Nearby Chat to be on top of the list | Merov Linden | |