summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationmodel.cpp
AgeCommit message (Collapse)Author
2012-10-02CHUI-102: Now the options menu (right-click menu) for a ↵Gilbert Gonzales
participant/conversation will open the 'Chat history' dialog when selected.
2012-10-02CHUI-102: Now the user can select a conversation and use the ↵Gilbert Gonzales
right-click-menu to enable/disable voice.
2012-10-01CHUI-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-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-367 : Completed : Show user name tooltip in all situations so to avoid ↵Merov Linden
the conversation name showing up
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-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-24CHUI-340 : Fix dupe items in the conversation model list. Refresh when ↵Merov Linden
resorting.
2012-09-21CHUI-340 : Implement distance computation and updateMerov 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-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-17CHUI-340 : WIP : Sorting implemented. Type and name work. Date and distance ↵Merov Linden
still need the relevant values to be computed.
2012-09-13Automated merge with ssh://hg.lindenlab.com/richard/viewer-chuiSeth ProductEngine
2012-09-13CHUI-282 WIP Fixed conversation list items selection.Seth ProductEngine
Fixed displaying session participants only when session item is open.
2012-09-07CHUI-285 : Implement sort, alphabetical only for the momentMerov Linden
2012-09-06CHUI-285 : Completed. Update the names of the participants.Merov Linden
2012-09-04CHUI-285 : Create participant widgets in the conversation listMerov Linden
2012-08-29CHUI-280 : Add print out debug methodsMerov Linden
2012-08-28CHUI-280 : Implement all LLConversationModel updates in LLParticipantList. ↵Merov Linden
Allow mAvatarList to be NULL.
2012-08-28CHUI-280 : WIP : Implement update of LLConversationModel in LLParticipantListMerov Linden
2012-08-24CHUI-280 : Make LLParticipantList derives from LLConversationItemSessionMerov 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
2012-08-09CHUI-171 WIP (Conversation not automatically readded to conversation window ↵AlexanderP ProductEngine
listing when open) - removal of the dependence between items of the conversations list and conversation's floaters.
2012-08-06CHUI-98 : Isolate LLConversationItem and LLConversationViewModel in their ↵Merov Linden
own file