summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-27CHUI-162 : Simplified the nearby chat show method following CHUI-139 fixesMerov Linden
2012-06-27Pull merge from richard/viewer-chuiMerov Linden
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-27CHUI-169 FIX Restored inventory sharing functionality via IM floater drag ↵Seth ProductEngine
and drop.
2012-06-27CHUI-147 FIX Added check against empty participants names array to pass the ↵Seth ProductEngine
assertion in LLAvatarActions::buildResidentsString.
2012-06-27CHUI-162 FIXED Opening a nearby chat when text enteredAlexanderP 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-27CHUI-180 FIXED (Started an ad hoc IM spams log with drawtext warning)Paul ProductEngine
- Don't draw TextBase context if it's empty and in focus
2012-06-26Pull merge from richard/viewer-chuiMerov Linden
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-26- CHUI-178 (Right click context menu not present in chat entry field)Paul ProductEngine
- Set parameter to true to show context menu
2012-06-26CHUI-182 FIXED (Vertical scrollbar flashes on and off when chat entry text ↵Paul ProductEngine
area expands) - To avoid unnecessary appearing of scrollbar, first chat entry must be expanded and only then decision should be taken in the base class whether scrollbar should be shown or not.
2012-06-26CHUI-177 ADDITIONAL FIX (Text entry field in chat only accepts 256 characters)Paul ProductEngine
- Limited text entry field to 1024 instead of 1025 characters should take into account zero (0 ... 1023)
2012-06-25Pull merge from richard/viewer-chuiMerov Linden
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-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-175 FIXED (Cannot use scroll bar on chat entry field when multi line ↵Paul ProductEngine
chat is added) - This change also fixes: CHUI-176 (Only bottom 2 lines of multi line chat allow for selecting in text chat entry) CHUI-177 (Text entry field in chat only accepts 256 characters)
2012-06-22CHUI-136 : Fix compilation issue showing up when warning treated as errorsmerov
2012-06-22CHUI-136 ADDITIONAL FIX (Implement new design for blocked list on the people ↵Paul ProductEngine
floater) - If mute item type is LLMute::BY_NAME it means that it's an object and we should show corresponding icon - Also added icon for blocked groups
2012-06-22CHUI-136 FIXED (Implement new design for blocked list on the people floater)Paul ProductEngine
- Created new LLBlockList class and replaced LLScrollContainer with it - Also created new LLBlockedListItem class which represents blocked objects and blocked avatars
2012-06-22CHUI-127 ADDITIONAL FIX (Make chat field auto resizable)Paul ProductEngine
- Fixed crash which occurred while navigating through history of sent messages
2012-06-22CHUI-161 FIXED (Text entered in local chat is not visible to other users nearby)Paul ProductEngine
- Applied Merov's fix. The problem was that text_editor was registered twice and, depending of the machine you ran, the viewer would pick one or the other. Mac users were unlucky enough to pick the wrong one all the time.
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-22CHUI-100 Fix floater's keyAlexanderP ProductEngine
2012-06-20CHUI-149 [WIP] Add the participant list to the nearby chat as IM-conversationAlexanderP ProductEngine
2012-06-21MergeAlexanderP ProductEngine
2012-06-20CHUI-125 FIXED if a call is accept then open im-session's floaterAlexanderP ProductEngine
2012-06-19CHUI-142 : Changes to chat related preferencesMerov Linden
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-19CHUI-138 : Suppress chiclets for conversations when using tabbed UI; Make ↵Merov Linden
sure list is cleaned up on close
2012-06-19Merge pull from richard/viewer-chuiMerov Linden
2012-06-19Win build fixPaul ProductEngine
2012-06-19CHUI-127 FIXED (Make chat field auto resizable)Paul ProductEngine
- Replaced LLLineEditor with newly created LLChatEntry - Moved some functionality (such as setting label) to the LLTextBase as it can be useful to the other derived classes
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-100 WIP Fix translate chat checkbox showingAlexanderP ProductEngine
2012-06-18CHUI-119 fixed bug with creating multiply instances of the nearby chat;AlexanderP ProductEngine
2012-06-18Merge pull from richard/viewer-chuiMerov Linden
2012-06-18CHUI-145 : WIP Always open the message pane when clicking on a conversation ↵Merov Linden
in the list
2012-06-15MergeAlexanderP ProductEngine
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-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
2012-06-14CHUI-144 FIXED Residents picker added to Conversations panel + button.Seth ProductEngine
2012-06-13EXP-137 : Comments cleanupMerov Linden
2012-06-13CHUI-120 WIP Modified chat participants drag and drop not to use LLClipboard.Seth ProductEngine
2012-06-13CHUI-120 WIP Fix for crash after closing the chat floater.Seth ProductEngine
2012-06-12CHUI-119 WIP Suppressed of the warnings (XML corrected); fixed the torn-off ↵AlexanderP ProductEngine
button's states