summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2012-10-01merging in latest changesGilbert Gonzales
2012-10-01CHUI-102: Cleaned up code after code review.Gilbert Gonzales
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-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-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-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-26CHUI-344 : Fix Mac build issue introduced by previous fix attemptMerov Linden
2012-09-26Pull merge from richard/viewer-chuiMerov 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-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-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
2012-09-25Merge pull from richard/viewer-chuiMerov Linden
2012-09-24CHUI-340 : Fix dupe items in the conversation model list. Refresh when ↵Merov Linden
resorting.
2012-09-24CHUI-355 FIXED Nearby chat entries do not appear in torn off nearby chat ↵AlexanderP ProductEngine
window when opening from a toast: fix for visual studio and XCode
2012-09-24CHUI-355 FIXED Nearby chat entries do not appear in torn off nearby chat ↵AlexanderP ProductEngine
window when opening from a toast: moved setIsSingleInstance() from constructor to postBuild() for prevent of a resetting it in buildFromXML(); implemented correct set of mReuseInstance; changed type of the key of LLIMConversation from LLUUID() to LLSD()
2012-09-24CHUI-309 FIXED Use onRemoveNotification only for "LoadWebPage", ↵maxim_productengine
"ScriptDialog" and "ScriptDialogGroup" notifications
2012-09-24CHUI-123 FIXED Tooltips for buttons are addedmaxim_productengine
2012-09-24CHUI-124 FIXED Tooltips for buttons are addedmaxim_productengine
2012-09-21CHUI-340 : Implement distance computation and updateMerov Linden
2012-09-21Pull merge from richard/viewer-chuiMerov Linden
2012-09-21CHUI-340 : WIP : Fix sorting bugs on time for sessions, simplified the ↵Merov Linden
update time mechanism and clean up
2012-09-21CHUI-283: Now the mouse over highlight only shows up when hovering over a ↵Gilbert Gonzales
participant. Before there was a bug where the onMouseLeave() function was not being called. This prevented the mouse-over-highlight from turning off.
2012-09-21merging in latest changesGilbert Gonzales
2012-09-21CHUI-283: Now the speaker/info icon positions are set based upon visibility.'Gilbert Gonzales
2012-09-21CHUI-289 ADDITIONAL FIX (Newly added conversation is not selected in ↵AlexanderP ProductEngine
conversation list): gave more meaningful names to variables
2012-09-21CHUI-289 ADD. FIX (Newly added conversation is not selected in conversation ↵AlexanderP ProductEngine
list): Select item which was added from avatar picker
2012-09-20CHUI-340 : WIP : Implement time update on all IM typing casesMerov Linden
2012-09-20CHUI-340 : WIP : Implement time update and comparison for sessions and ↵Merov Linden
participants
2012-09-20CHUI-283: Refactor of how the layout is determined for LLFolderViewItem. ↵Gilbert Gonzales
Changed constant members that defined the layout to non-const member varaibles, which are populated using a .xml file.
2012-09-20CHUI-340 : WIP : Fix the event firing from LLSpeakerMgr to LLParticipantListMerov Linden
2012-09-19CHUI-340 : WIP : Update time stamp for IM and voice utteranceMerov Linden
2012-09-19CHUI-338 FIXED (LLAvatarNameResponder warning shown in debug console when ↵Paul ProductEngine
using spinner to page through chat history viewer) - Trying to restore avatarID by its name before appending message to chat history. - Also prevented requesting avatar name by null LLUUID in LLAvatarIconCtrl::setValue
2012-09-18merging in latest changesGilbert Gonzales
2012-09-18CHUI-283: Now the avatar icon loads in the user's avatar image.Also the ↵Gilbert Gonzales
avatar image is of proper size. The participant of the conversation is offset correctly as well.
2012-09-18CHUI-348 FIXED (Voice call icon still shows in conversation log)Paul ProductEngine
- Removed code responsible for showing voice icon
2012-09-18CHUI-339 FIXED (2 entries shown in conversation log for ad hoc conference ↵Paul ProductEngine
for user that starts the conference)