summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterimsessiontab.h
AgeCommit message (Collapse)Author
2012-12-18Clean up: Removed unnecessary call removeConversationListItem() when floater ↵AlexanderP ProductEngine
closes (If session's floater will be removed for any reason, then will start a removing of the corresponding session and removeConversationListItem() will call from a session's observer); Local variable are renamed in accordance with the code styling
2012-12-18mergeMaximB ProductEngine
2012-12-18CHUI-562 FIXED Gear button is added for p2p torn-off floater.maxim@mnikolenko
2012-12-18CHUI-586 (Scroll bar only partially shown initially on torn off conversations)MaximB ProductEngine
2012-12-14CHUI-520: Now when have a P2P conversation torn off a voice indicator icon ↵Gilbert Gonzales
will be displayed allowing the user to adjust the voice volume when clicked. Also did a code cleanup on conversationview.h/cpp which was showing the speaking indicator icon too soon when joining another voice session. This was due to calling switchIndicator(..) directly inside ::onCurrentVoiceSessionChanged. The proper solution is to wait for SpeeakingIndicatorManager::switchSpeakerIndicators() call switchIndicators().
2012-12-06CHUI-576 (Group moderation menus do not work in torn off dialogs)MaximB ProductEngine
2012-11-21CHUI-429 : Completed this though it still doesn't work on Nearby Chat.Merov Linden
2012-11-21CHUI-429, CHUI-511, CHUI-388 : Multiselection and menus in torn off dialogsMerov Linden
2012-11-19CHUI-470 : Fixed : Enable contextual menu in torn off conversationsMerov Linden
2012-11-16CHUI-479 : Fixed : Rebuild the root on the LLFloaterIMSession when modifying ↵Merov Linden
the session ID
2012-11-12CHUI-362 FIXED (Torn off conversation name is highlighted when selected in ↵AlexanderP ProductEngine
conversation list with different conversation showing in message panel): connect new method "returnFloaterToHost" to click on quasi-URL "Bring it back"
2012-11-09CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and ↵AlexanderP ProductEngine
in accordance with the naming convention in the project, some classes and corresponding files should be renamed: LLIMConversation -> LLFloaterIMSessionTab LLIMFloater -> LLFloaterIMSession LLNearbyChat -> LLFloaterIMNearbyChat LLIMFloaterContainer -> LLFloaterIMContainer LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler