summaryrefslogtreecommitdiff
path: root/indra/newview/llimfloatercontainer.cpp
AgeCommit message (Collapse)Author
2012-07-30CHUI-229 : Fix disappearance of nearby chat list item by forcing all list ↵Merov Linden
widgets to be visible.
2012-07-27Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/.Todd Stinson
2012-07-27CHUI-256 FIX Invalid param warnings in llfolderview when adding and deleting ↵Richard Linden
items from object inventory
2012-07-27Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release.Todd Stinson
2012-07-27CHUI-198 FIXED (Hitting minimize option on conversations floater closes ↵Paul ProductEngine
floater, not minimize) - Removed code which was hiding floater on minimizing floater.
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-13CHUI-205 FIXED conversations selection in the conversations list.Seth ProductEngine
Each conversation item is added to the folder view which lists all conversations.
2012-07-12CHUI-199 FIXED Save positioning of conversations between sessionsAlexanderP ProductEngine
2012-07-11CHUI-203 FIXED Conversations floater resizing when it is opened with FUI ↵Seth ProductEngine
Chat button.
2012-07-09Pull from richard/viewer-chuiMerov Linden
2012-07-09CHUI-98 : WIP. Clean up conversation list data structure and commentsMerov Linden
2012-07-06build fixAlexanderP ProductEngine
2012-07-05CHUI-98 : WIP, use the refactored folder view for conversation view listMerov Linden
2012-07-04CHUI-170 FIXED Save Torn off state of Nearby Chat between sessionsAlexanderP ProductEngine
2012-07-05CHUI-197 FIXED Conversation names updating when checked corresponding preferenceAlexanderP ProductEngine
2012-07-05CHUI-200 FIXED Show correct and localized name of the nearby chat In the ↵AlexanderP ProductEngine
conversations list
2012-07-04CHUI-101 WIP Make LLFolderview general purposeRichard Linden
partial fix for crash on startup
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-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-27CHUI-130 : Leave minimized torn off IM untouched when showing hiding the ↵Merov Linden
whole set of conversations
2012-06-27CHUI-139 : Make sure the Nearby Chat shows up in the conversations floater ↵Merov Linden
in every situation
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
2012-06-19CHUI-148 : Fix reattaching on a hidden message panel; also prevents ↵Merov Linden
recreation of list items (eventually lead to crashes).
2012-06-19Merge pull from richard/viewer-chuiMerov Linden
2012-06-18CHUI-146 : Refocus on the first conversation when closing another ↵Merov Linden
conversation, don't let focus falls out
2012-06-18CHUI-145 : Select on list focus on relevant panel, torn off or not; torn off ↵Merov Linden
im stay in list; closed im suppressed from lits in all situations
2012-06-18CHUI-119 fixed bug with creating multiply instances of the nearby chat;AlexanderP ProductEngine
2012-06-18CHUI-145 : WIP Always open the message pane when clicking on a conversation ↵Merov Linden
in the list
2012-06-14Pull merge from richard/viewer-chuiMerov Linden
2012-06-14CHUI-139 : Use the Chat toolbar button to open and close the conversations ↵Merov Linden
multi floater. Force Nearby Conversation if floater is empty.
2012-06-14CHUI-144 FIXED Residents picker added to Conversations panel + button.Seth ProductEngine
2012-06-13EXP-137 : Comments cleanupMerov Linden
2012-06-11CHUI-137 : Implemented tear off and close of conversation in the listMerov Linden
2012-06-11CHUI-137 : Implemented switch conversation in the conversation listMerov Linden
2012-06-08CHUI-137 : Implement conversation list, temporary solution: add but doesn't ↵Merov Linden
take out items from the list
2012-06-06CHUI-137 : Implement temporary conversations list (not working yet)Merov Linden
2012-05-31CHUI-119 WIPSeth ProductEngine
2012-05-30CHUI-119 WIP Prepare the nearby chat for hosting it by the IM-containerAlexanderP ProductEngine
2012-05-17CHUI-105 WIP Implemented collapsed/expanded state transitions for messages ↵Seth ProductEngine
and conversation panes. The states and dimensions of Conversations floater panes are saved in per account settings.
2012-05-10CHUI-105 WIP Added expand/collapse behavior for Conversations floater ↵Seth ProductEngine
messages pane.
2012-05-07CHUI-105 WIP Added tear-off and return behavior for IM floater.Seth ProductEngine
XUI changed for Converstions multifloater and IM floater.
2012-03-23MAINT-424 FIXED ([PUBLIC]IM-window loses focus when tab is closed)Paul ProductEngine
- Return focus to the ImFloaterContainer
2011-10-25EXP-1465 FIX Crash in IM panel destructorRichard Linden
2010-08-27Post-convert merge by convert_monolith.py from ./viewer-experienceMonroe Linden
2010-08-16cleaned up LLUICtrlFactory...Richard Nelson
removed redundant functionality moved buildPanel to LLPanel
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden