Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-21 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Seth ProductEngine | |
2012-08-20 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Seth ProductEngine | |
2012-08-17 | CHUI-286 ADD. FIX (Conversations floater opened by default when a new IM ↵ | AlexanderP ProductEngine | |
session is started (no IM toast shown)): repair toast's system - suppress toasts only if corresponding floater is visible | |||
2012-08-16 | CHUI-120 WIP Notifications about added chat participants should be sent to ↵ | Seth ProductEngine | |
the conference when those participants actually join. - Removed notifying existing P2P participants about ad hoc conference staring in a new window. Now the notifications should arrive in that new window. - Fixed "Cancel" button which had no effect in adding P2P participants notification. | |||
2012-08-15 | CHUI-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-10 | CHUI-120 WIP Different notifications about single and multiple chat ↵ | Seth ProductEngine | |
participants invited. The notification about starting a new conversation now applies only to P2P chat. Some code refactoring and clean up. | |||
2012-08-09 | CHUI-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-09 | CHUI-120 WIP Added notifications about newly invited chat participants. | Seth ProductEngine | |
2012-08-01 | CHUI-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-27 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | Todd Stinson | |
2012-07-27 | Updating comments for merge conflicts after reviewing with Richard. | Todd Stinson | |
2012-07-27 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-release. | Todd Stinson | |
2012-07-27 | CHUI-151 FIXED (Implement conversation log) | Paul ProductEngine | |
A brief explanation of what have been implemented. More information can be found in comments. 1. Created conversation history viewer (llfloaterconversationpreview) 2. Created LLConversation and LLConversationLog classes which represent and hold data of conversations (llconversationlog) 3. Created LLConversationLogList and LLConversationLogListItem which are the visual representation of LLConversationLog and LLConversation respectively 4. Created LLFloaterConversationLog - which holds and displays LLConversationLogList | |||
2012-07-19 | CHUI-229 [FIXED] Nearby chat conversation does not appear initially in ↵ | AlexanderP ProductEngine | |
conversation list if no other conversations are present | |||
2012-07-10 | CHUI-201 FIX for crash when leaving a voice call via the end call prompt. | Seth ProductEngine | |
Fixed the problem with confirmLeaveCallCallback() firing after the chat floater is destroyed. | |||
2012-07-03 | CHUI-188 FIX for crash in adding chat participants. | Seth ProductEngine | |
Modified the duplicated participants check procedure LLIMFloater::canAddSelectedToChat() to use the list, updated by LLSpeakerMgr instead of LLIMSession::mInitialTargetIDs list, which is initialized at session start and not updated afterwards. | |||
2012-07-03 | CHUI-186 CHUI-187 FIX Removing a P2P convrsation from converstaion widget in ↵ | Seth ProductEngine | |
the upper right corner when a new participant is added. End call prompt removed when adding a new participant to a P2P voice call. After adding a participant to a P2P voice conversation the resulting conference call is restarted voice invites to all participants. | |||
2012-06-27 | CHUI-146 : Fixed. Focus goes to first conversation in list when a ↵ | Merov Linden | |
conversation is dismissed. | |||
2012-06-27 | CHUI-169 FIX Restored inventory sharing functionality via IM floater drag ↵ | Seth ProductEngine | |
and drop. | |||
2012-06-27 | CHUI-147 FIX Added check against empty participants names array to pass the ↵ | Seth ProductEngine | |
assertion in LLAvatarActions::buildResidentsString. | |||
2012-06-26 | CHUI-147 FIX Added updating conference participants in IM floater title | Seth 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-26 | Pull merge from richard/viewer-chui | Merov Linden | |
2012-06-26 | CHUI-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-25 | CHUI-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-22 | CHUI-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-19 | CHUI-138 : Suppress chiclets for conversations when using tabbed UI; Make ↵ | Merov Linden | |
sure list is cleaned up on close | |||
2012-06-19 | Merge pull from richard/viewer-chui | Merov Linden | |
2012-06-19 | CHUI-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-18 | CHUI-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-14 | CHUI-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-13 | CHUI-120 WIP Modified chat participants drag and drop not to use LLClipboard. | Seth ProductEngine | |
2012-06-13 | CHUI-120 WIP Fix for crash after closing the chat floater. | Seth ProductEngine | |
2012-06-08 | CHUI-122 FIX Add button enabled only for P2P and ad hoc IM sessions. | Seth ProductEngine | |
2012-06-08 | CHUI-120 WIP Added conversations participants drag and drop from avatar ↵ | Seth ProductEngine | |
lists to IM floaters. - Added new drag and drop type DAD_PERSON and source SOURCE_PEOPLE to avoid highliting the toolbars when using SOURCE_VIEWER. - Disabled calling card drop support as it is considered obsolete. | |||
2012-06-08 | CHUI-120 WIP Added avatar picker that allows to add other users to an ↵ | Seth ProductEngine | |
existing chat if they don't participate in it already. | |||
2012-06-07 | CHUI-120 WIP Added starting ad hoc conference in the same floater as P2P ↵ | Seth ProductEngine | |
chat, after adding more participants. - Added a parameter to LLAvatarActions::startConference() and LLIMMgr::addSession() to pass the uuid of a P2P IM floater which should be used to start a new conference in it. - In LLChicletBar::sessionRemoved() we don't close the IM floater if it is going to be re-used for a new conference. | |||
2012-05-31 | CHUI-119 WIP | Seth ProductEngine | |
2012-05-30 | CHUI-119 WIP Prepare the nearby chat for hosting it by the IM-container | AlexanderP ProductEngine | |
2012-05-18 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-05-18 | CHUI-112 FIX Clicking Show or Discard in an inventory offer toast does not ↵ | Richard Linden | |
dismiss toast removed special case logic for dealing with user online/offline collisions added ability to cancel old duplicate notifications | |||
2012-05-18 | CHUI-121 FIXED showing chat participants list only in torn off IM floaters. | Seth ProductEngine | |
2012-05-18 | CHUI-105 WIP Minor code clean up and optimization. | Seth ProductEngine | |
Removed overloaded updateTitleButtons() and moved its functionality to a new method that should be called less frequently. | |||
2012-05-17 | CHUI-105 ADD. FIX Implement changes to all open conversations and nearby chat | AlexanderP ProductEngine | |
2012-05-17 | CHUI-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-15 | CHUI-105 WIP Hide an additional close button for undocked state of an IM floater | AlexanderP ProductEngine | |
2012-05-14 | Formatting fixes | AlexanderP ProductEngine | |
2012-05-14 | CHUI-113 WIP all voice controls is moved from a IM-control panel to the IM ↵ | AlexanderP ProductEngine | |
floater; IMControlPanel is removed; simplified voice button's listener behavior | |||
2012-05-12 | STORM-1738: fix class name and other coding standards issues | Oz Linden | |
2012-05-11 | rename feature from "autocorrect" to "autoreplace", change names accordingly | Oz Linden | |
2012-05-10 | CHUI-105 WIP Added expand/collapse behavior for Conversations floater ↵ | Seth ProductEngine | |
messages pane. |