summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloatercontainer.h
AgeCommit message (Collapse)Author
2012-10-17CHUI-394 FIXED Group moderation tools missing in right click menusmaksymsproductengine
2012-10-16CHUI-380: Realized that the when clicking the participant/conversation item ↵Gilbert Gonzales
that the active session wasn't being stored. This caused the right side conversation floater to not change when selecting a participant under a conersation. Resolution: now when clicking on a conversation or participant the active session is stored using setActiveSession().
2012-10-15merging in latest changesGilbert Gonzales
2012-10-15CHUI-380: Final commit for this issue. After code review changed some method ↵Gilbert Gonzales
names to be more accurate. Also using dynamic_cast instead of static_cast for safety.
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-12CHUI-385 FIXED All user's do not receive ad hoc messages after adding a user ↵maksymsproductengine
to a conversation
2012-10-04CHUI-381 : Implement add_participant and update_participant events handling.Merov Linden
2012-10-03Pull merge from richard/viewer-chuiMerov Linden
2012-10-03Pull merge from richard/viewer-chuiMerov Linden
2012-10-03CHUI-102: Now the options enabled in the one-on-one conversation menu are ↵Gilbert Gonzales
the same as the participants menu. In prior commits the one-on-one conversations menu was not enabling/disabling the proper menu options.
2012-10-03CHUI-378 FIXED (Conversation floater is not opened if call initiated and ↵AlexanderP ProductEngine
accepted with conversation floater closed - goes to voice settings floater): added open conversation floater on the voice channel's changing
2012-10-02CHUI-341 : Implement the use of LLEventStream and LLEventPump to signal ↵Merov Linden
conversation model changes, picked by LLIMFloaterContainer. Suppress pooling on draw().
2012-10-02CHUI-102: Code cleanup, decoupling code and made specific methods for ↵Gilbert Gonzales
handling menu events for conversations or participants.
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-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-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-26CHUI-364 : WIP : Suppress unused codeMerov Linden
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-289 ADD. FIX (Newly added conversation is not selected in conversation ↵AlexanderP ProductEngine
list): Select item which was added from avatar picker
2012-09-14CHUI-192 : Implement menus and settings for sorting. The sort itself is not ↵Merov Linden
performed though. Wait for CHUI-340 for this.
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-09Pull merge richard/viewer-chuiMerov Linden
2012-09-07CHUI-285 : Implement sort, alphabetical only for the momentMerov Linden
2012-09-04CHUI-311 FIXED (Make conversation list panel size persist between sessions): ↵AlexanderP ProductEngine
save current width in the setting_per_account.xml
2012-08-31CHUI-154 FIXED (Add link to chat preferences from Conversation floater)Paul ProductEngine
- Added link to chat preferences from Conversation floater
2012-08-30CHUI-285 : LLIMFloaterContainer is now using LLParticipantList fullyMerov Linden
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
2012-08-01CHUI-223 WIP Selecting to cut an inventory item causes all open inventory ↵Richard Linden
windows to refresh improved filtering behavior that should result in less flashes of emptiness
2012-08-01build fixRichard Linden
2012-07-31CHUI-254 : Fix Inventory filter and item draw() to highlight matching ↵Merov Linden
substrings in inventory
2012-07-25CHUI-222 FIX Selecting None in inventory filters does not update until ↵Richard Linden
inventory selected
2012-07-19CHUI-229 [FIXED] Nearby chat conversation does not appear initially in ↵AlexanderP ProductEngine
conversation list if no other conversations are present
2012-07-12CHUI-199 FIXED Save positioning of conversations between sessionsAlexanderP ProductEngine
2012-07-09Pull from richard/viewer-chuiMerov Linden
2012-07-09CHUI-98 : WIP. Clean up conversation list data structure and commentsMerov Linden
2012-07-05CHUI-98 : WIP, use the refactored folder view for conversation view listMerov Linden
2012-07-04CHUI-101 WIP Make LLFolderview general purposeRichard Linden
partial fix for crash on startup
2012-07-03CHUI-101 WIP Make LLFolderview general purposeRichard Linden
move llfolderview* into LLUI!
2012-07-03CHUI-164 : Fix crash when closing conversations using the conversation ↵Merov Linden
widget. Populated the sessionRemoved() method with code to close the floater and clean up the list.
2012-07-02CHUI-101 WIP Make LLFolderView general purposeRichard Linden
fixed build post merge
2012-06-29CHUI-164 : Fix conversation list index using handle to floater rather than ↵Merov Linden
uuid. Simplify the code accordingly (suppress hacks).
2012-06-29CHUI-164 : Fix crash when removing ad-hoc conversation. Turns out that ↵Merov Linden
sessions uuids are not constant so I shouldn't use them as index in the conversation list. More complete fix to follow.
2012-06-26CHUI-164 : Fix crash when closing ad-hoc conversations; insure consistency ↵Merov Linden
of the conversation list when adding and removing items from it
2012-06-25CHUI-139 : Hide torn off floaters when hiding conversation list; make nearby ↵Merov Linden
chat always present; leave conversation list around when all torn off
2012-06-21MergeAlexanderP ProductEngine
2012-06-20CHUI-125 FIXED if a call is accept then open im-session's floaterAlexanderP ProductEngine