summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationview.cpp
AgeCommit message (Collapse)Author
2012-10-15CHUI-380: Bug fix after merge. When selecting the participant of a ↵Gilbert Gonzales
conversation focus would be lost on the converstation floater. This was because focus would be set to the participant folder item. Resolution: Now delegate focus from the particiapnt folder item to the conversation floater.
2012-10-12CHUI-380: (In progress) Refactoring needed to fix focusing issues when ↵Gilbert Gonzales
selecting an existing conversation item. This commit resolves re-introducing bug CHUI-289. Will code review and cleanup code in next commit.
2012-10-11CHUI-380: Fixing a bug that occurred when right clicking nearby chat and ↵Gilbert Gonzales
then right clicking a participant under a conversation. This would result in both the participant and conversation to be highlighted. Still a work in progress. This change involves introducing an old bug CHUI 289 and finding a different approach to solving it.
2012-10-11merging in latest changesGilbert Gonzales
2012-10-11CHUI-380: Before code review changes. Now the user selects a conversation or ↵Gilbert Gonzales
participant of a conversation the correct chat floater will appear. Focus will be redirected to the chat input text box automatically allowing the user to type into the input text box.
2012-10-05CHUI-364 : Fixed. Do not render participants widgets when closing a ↵Merov Linden
conversation handle.
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-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 FIXED (LLConversationViewSession: enable icon update)Paul ProductEngine
- This commit also fixes CHUI-345 CHUI-346
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-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-21CHUI-283: Now the speaker/info icon positions are set based upon visibility.'Gilbert Gonzales
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-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-08-22CHUI-289 FIXED (Newly added conversation is not selected in conversation ↵AlexanderP ProductEngine
list): added the "reverse" selecting - list item is selected when the corresponding floter gets focus.
2012-09-13merging in latest changesGilbert Gonzales
2012-09-13CHUI-283: Now upon the information icon and speaker icon do not overlap the ↵Gilbert Gonzales
username text. Instead the username text will be truncated with an ellipse to prevent the overlap. Also did a code cleanup.
2012-09-13CHUI-283: Now the information icon only appears upon mousehover. Also the ↵Gilbert Gonzales
information/speaker icon are right justified.
2012-09-13CHUI-282 WIP Fixed conversation list items selection.Seth ProductEngine
Fixed displaying session participants only when session item is open.
2012-09-12CHUI-283: Now the speaker icon and information icon are functional.Gilbert Gonzales
2012-09-11merging in latest changesGilbert Gonzales
2012-09-10CHUI-283: Now displaying the speaker icon instead of the profile iconGilbert Gonzales
2012-09-10CHUI-282 WIP Modified conversation view item and IM floater container so ↵Seth ProductEngine
that the folder view handles the positioning of items in conversations list.
2012-09-10CHUI-283: Basic Implementation, just have hard coded avatar icon appearing ↵Gilbert Gonzales
and profile/info buttons visible. profile/info buttons do not have proper positioning or mouseclick events.
2012-09-05CHUI-285 : Clear the needs refresh flag when refreshing, comment clean up.Merov Linden
2012-09-04CHUI-285 : Create participant widgets in the conversation listMerov Linden
2012-08-23CHUI-98 : Defining the various llconversation sub classes in their ↵Merov Linden
respective file
2012-08-23CHUI-282 : WIP : Further separate view from model for llconversation itemsMerov Linden
2012-08-22CHUI-282 : WIP, Clean up dependenciesMerov Linden
2012-08-22CHUI-282 : WIP : Isolated llconversationview classes and suppressed the ↵Merov Linden
dependency of model to widgets