summaryrefslogtreecommitdiff
path: root/indra/newview/llimconversation.cpp
AgeCommit message (Collapse)Author
2012-10-29Pull merge from richard/viewer-chuiMerov Linden
2012-10-29CHUI-469 : Fixed. Add the widget to its map, init the widget map ↵Merov Linden
consistently and correctly.
2012-10-26CHUI-469 : WIP : Add participants to the nearby chat torn off panelMerov Linden
2012-10-26CHUI-465 : Add event handling for LLIMConversation participant listMerov Linden
2012-10-25CHUI-441 : WIP : Fix crashes when spawning torn off floaters, added widgets ↵Merov Linden
creation in the torn off floater for participants.
2012-10-24CHUI-441 : WIP : Initial refactor part 2. Works but the list doesn't update ↵Merov Linden
in the torn off dialog.
2012-10-22CHUI-433: Implemented an alternate solution to the problem. The original ↵Gilbert Gonzales
solution was ambiguous and incomplete and also preserved an existing hack. The new solution removes a hack/deprecated code (setActiveSession/getActiveSession functions). Basically, a toast message is not displayed if the user already has the conversation in focus. When the conversation floater loses focus toasts message will be displayed for that conversation.
2012-10-19CHUI-433: Problem: Toasts were not being displayed due to incorrect tracking ↵Gilbert Gonzales
of the current conversation with focus. Resolution: Now when a conversation gains focus it will set a flag to ignore toasts. And when a conversation loses focus it will set a flag to re-enable toasts.
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-11CHUI-380: Fixing a bug that occurred when right clicking nearby chat and ↵Gilbert Gonzales
then right clicking a participant under a conversation. This would result in both the participant and conversation to be highlighted. Still a work in progress. This change involves introducing an old bug CHUI 289 and finding a different approach to solving it.
2012-10-11CHUI-377 (Icons in message panel out of position when nearby chat ↵MaximB ProductEngine
conversation selected) Fixed bug with collapsing messages pane
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-24CHUI-123 FIXED Tooltips for buttons are addedmaxim_productengine
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 ADDITIONAL FIX (Newly added conversation is not selected in ↵AlexanderP ProductEngine
conversation list): gave more meaningful names to variables
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-261 Additional fix (Nearby chat controls and log are not visible on ↵AlexanderP ProductEngine
next login after tearing off and docking nearby chat in previous session): prevent start LLNearbyChat before start its container
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-07CHUI-323 FIXED (Local chat message panel out of position in Conversation ↵AlexanderP ProductEngine
floater): Prevented too early creation LLNearbyChat
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-31CHUI-315 (Nearby chat messages do not appear in conversation floater): ↵AlexanderP ProductEngine
cancelled inheritance LLNearbyChat from LLSingleton; set mSingleInstance flag for it.
2012-08-27Merge pull from richard/viewer-chuiMerov Linden
2012-08-27removed debug messagesAlexanderP ProductEngine
2012-08-24CHUI-280 : Make LLParticipantList derives from LLConversationItemSessionMerov Linden
2012-08-22CHUI_310 make NearbyChat a singletoneAlexanderP ProductEngine
2012-08-20CHUI-290 FIXED (User cannot collapse names in ad hoc conversation when ↵AlexanderP ProductEngine
changed from p2p to ad hoc in torn off state): detect new collapse button state after rebuild of a participant list
2012-08-15CHUI-286 (Conversations floater opened by default when a new IM session is ↵AlexanderP ProductEngine
started (no IM toast shown): now floater silently adds itself to the container
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-02CHUI-230, CHUI-232, CHUI-261 Forced resize of a conversation's floater in ↵AlexanderP ProductEngine
the IM-container; support of the rectControls for IM-conversations; fixed LLFloater and LLMultiFloater for the correct hosting of floaters with mSaveRect
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-07-04CHUI-172 CHUI-183 FIX Disabled applying stored rect dimensions when Nearby ↵Seth ProductEngine
chat is hosted in Conversations floater.
2012-06-28CHUI-168 FIXED, CHUI-183 FIXED Supress of a resizable and dragging and hide ↵AlexanderP ProductEngine
a title for the docked floater
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-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-168 FIXED Added call of updateHeaderAndToolbar from postBuild for ↵AlexanderP ProductEngine
correct floater's title and standard buttons showing at start
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-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-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-20CHUI-149 [WIP] Add the participant list to the nearby chat as IM-conversationAlexanderP ProductEngine
2012-06-19CHUI-142 : Changes to chat related preferencesMerov Linden
2012-06-18CHUI-100 WIP Fix translate chat checkbox showingAlexanderP ProductEngine
2012-06-14CHUI-199 WIP Modified the nearby chat for using floater_im_session.xml; ↵AlexanderP ProductEngine
merging LLNearbyChatBar with LLNearbyChat; clean up code; supressed a double creation of LLNearbyChat