summaryrefslogtreecommitdiff
path: root/indra/newview/llimconversation.h
AgeCommit message (Collapse)Author
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-10CHUI-377 (Icons in message panel out of position when nearby chat ↵MaximB ProductEngine
conversation selected) FIXED
2012-09-24CHUI-355 FIXED Nearby chat entries do not appear in torn off nearby chat ↵AlexanderP ProductEngine
window when opening from a toast: moved setIsSingleInstance() from constructor to postBuild() for prevent of a resetting it in buildFromXML(); implemented correct set of mReuseInstance; changed type of the key of LLIMConversation from LLUUID() to LLSD()
2012-09-21CHUI-289 ADDITIONAL FIX (Newly added conversation is not selected in ↵AlexanderP ProductEngine
conversation list): gave more meaningful names to variables
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-10CHUI-268 (Transfer the common functionality from LLNearbyChat and ↵AlexanderP ProductEngine
LLIMFloater to LLIMConversation): moved appendMessage() to base class
2012-09-05CHUI-268 (Transfer the common functionality from LLNearbyChat and ↵AlexanderP ProductEngine
LLIMFloater to LLIMConversation): moved focusLost(), focusReceived and enable/disable of the call button to base class
2012-08-24CHUI-280 : Make LLParticipantList derives from LLConversationItemSessionMerov Linden
2012-08-10build fixAlexanderP ProductEngine
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-01CHUI-268 (Transfer the common functionality from LLNearbyChat and ↵AlexanderP ProductEngine
LLIMFloater to LLIMConversation): Remove duplication of functionality from LLNearbyChat; transfer mChatHistory, mInputEditor and some its settings and callbacks to the base class.
2012-07-19CHUI-231, CHUI-233 [FIXED] - Modified and simplified algorithm of reshaping ↵AlexanderP ProductEngine
floater's body (content) and showing/hiding of the title for prevent of present and future issues with floater's repositioning
2012-07-17Fixed positioning of conversations into containerAlexanderP ProductEngine
2012-07-12CHUI-199 FIXED Save positioning of conversations between sessionsAlexanderP ProductEngine
2012-07-04CHUI-170 FIXED Save Torn off state of Nearby Chat between sessionsAlexanderP ProductEngine
2012-06-26CHUI-147 FIX Added updating conference participants in IM floater titleSeth ProductEngine
- The title is updated with the data from participants list widget in IM floater. - Creating the participants list is fixed for the case of starting the ad hoc session when the session id changes upon initialization (see LLIMConversation::buildParticipantList()). - LLEventTimer replaced with simple LLTimer to avoid crashes in LLEventTimer::tick(). - Moved the build_residents_string() code to LLAvatarActions::buildResidentsString() to use it in LLIMFloater::onParticipantsListChanged().
2012-06-25CHUI-167 FIXED Move onClose() from LLIMFloater to it's basic class ↵AlexanderP ProductEngine
(LLIMConversation) for correct using add/remove conversation list items also for LLNearbyChat
2012-06-22CHUI-160 FIXED (Text entered in local chat text field scrolls up and becomes ↵Paul ProductEngine
only partially visible after hitting return) - Replaced LLLineEditor with LLChatEntry in nearby chat - Moved reshape method from LLIMFloater to the base LLIMConversation so that vertical reshaping work properly for both LLNearbyChat and LLIMFloater
2012-06-18CHUI-100 WIP Fix translate chat checkbox showingAlexanderP ProductEngine
2012-05-31CHUI-119 WIPSeth ProductEngine
2012-05-30CHUI-119 WIP Prepare the nearby chat for hosting it by the IM-containerAlexanderP ProductEngine