summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-30Updating appearance utility versionDon Kjer
2012-09-28CHUI-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-28Exposing more tex layer information for hash id generationDon Kjer
2012-09-28CHUI-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-28CHUI-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-28CHUI-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-28CHUI-345 : Add mandatory license to the filesMerov Linden
2012-09-28Mer ge pull from richard/viewer-chuiMerov Linden
2012-09-28CHUI-367 : Completed : Show user name tooltip in all situations so to avoid ↵Merov Linden
the conversation name showing up
2012-09-28CHUI-366 : Completed : Update participants names when the display name pref ↵Merov Linden
is toggled on and off.
2012-09-28CHUI-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-28CHUI-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-28mergeBrad Payne (Vir Linden)
2012-09-28CHUI-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-28Started stubbing out llsd support for tex layer information.Don Kjer
2012-09-27mergeBrad Payne (Vir Linden)
2012-09-27mergeNyx Linden
2012-09-27Updating appearance utility src, with fixed mergeNyx Linden
2012-09-27Another sunshine-internal -> sunshine-experimental mergeDon Kjer
2012-09-27Automated mergeDon Kjer
2012-09-27Yet another attempt at deleting tcmallocDave Parks
2012-09-27Merge sunshine-internal -> sunshine-experimentalDon Kjer
2012-09-27audited uses of centralBakeVersion vs. isUsingServerBakesBrad Payne (Vir Linden)
2012-09-27Updating appearance utility source packageNyx (Neal Orman)
2012-09-27Merging sunshine-experimental into sunshine-internalNyx (Neal Orman)
2012-09-27Updating appearance utility sourceNyx Linden
2012-09-27mergeNyx Linden
2012-09-27Another attempt at deleting tcmalloc_minimal.dllDave Parks
2012-09-27Modify installer to remove libtcmalloc_minimal.dllDave Parks
2012-09-27CHUI-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-27CHUI-165 FIXED Add access to Conversation Log and Chat History from the ↵maksymsproductengine
People floater.
2012-09-27CHUI-352 FIXED (Viewer crash when dropping a worn attachment): getting the ↵AlexanderP ProductEngine
item's id before destruction corresponding viewmodel's item
2012-09-27CHUI-346 ADDITIONAL FIX (LLConversationViewSession: enable current voice ↵Paul ProductEngine
channel indicator) - When voice initialized show voice channel indicator for nearby chat session
2012-09-27Fix for ruthing in non-server-bake regionsBrad Payne (Vir Linden)
2012-09-27Fix for mac/linux 'ruth' appearance. Fix for linux build issueDon Kjer
2012-09-26CHUI-344 : Fix Mac build issue introduced by previous fix attemptMerov Linden
2012-09-26Pull merge from richard/viewer-chuiMerov Linden
2012-09-26mergeBrad Payne (Vir Linden)
2012-09-26Debug text for avatar appearance state related to server-side baking projectBrad Payne (Vir Linden)
2012-09-26Fixed problems caused by defaulting mUseServerBakes to falseBrad Payne (Vir Linden)
2012-09-26more state management stuff, DRANO flags for problematic areasBrad Payne (Vir Linden)
2012-09-26CHUI-364 : WIP : Suppress unused codeMerov Linden
2012-09-26CHUI-344 FIXED (LLConversationViewSession: enable icon update)Paul ProductEngine
- This commit also fixes CHUI-345 CHUI-346
2012-09-26Pull merge from richard/viewer-chuiMerov Linden
2012-09-26error checking, comments for areas needing fix/check in appearanceBrad Payne (Vir Linden)
2012-09-26use accessors for mUseLocalAppearance, mIsEditingAppearance, mUseServerBakesBrad Payne (Vir Linden)
2012-09-26CHUI-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-26renamed isUsingBakedTextures to more accurate isUsingServerBakes. Commented ↵Brad Payne (Vir Linden)
some areas we are probably using the function incorrectly
2012-09-25CHUI-342 : Fixed : Use user name and display name correctly. Sort according ↵Merov Linden
to user names.
2012-09-25CHUI-329 : WIP : Always sort Nearby Chat to be on top of the listMerov Linden