| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-11 | CHUI-377 (Icons in message panel out of position when nearby chat ↵ | MaximB ProductEngine | |
| conversation selected) Fixed bug with collapsing messages pane | |||
| 2012-10-10 | CHUI-377 (Icons in message panel out of position when nearby chat ↵ | MaximB ProductEngine | |
| conversation selected) FIXED | |||
| 2012-09-24 | CHUI-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-24 | CHUI-123 FIXED Tooltips for buttons are added | maxim_productengine | |
| 2012-09-21 | Pull merge from richard/viewer-chui | Merov Linden | |
| 2012-09-21 | CHUI-340 : WIP : Fix sorting bugs on time for sessions, simplified the ↵ | Merov Linden | |
| update time mechanism and clean up | |||
| 2012-09-21 | CHUI-289 ADDITIONAL FIX (Newly added conversation is not selected in ↵ | AlexanderP ProductEngine | |
| conversation list): gave more meaningful names to variables | |||
| 2012-09-21 | CHUI-289 ADD. FIX (Newly added conversation is not selected in conversation ↵ | AlexanderP ProductEngine | |
| list): Select item which was added from avatar picker | |||
| 2012-09-14 | CHUI-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-22 | CHUI-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-07 | CHUI-323 FIXED (Local chat message panel out of position in Conversation ↵ | AlexanderP ProductEngine | |
| floater): Prevented too early creation LLNearbyChat | |||
| 2012-09-10 | CHUI-268 (Transfer the common functionality from LLNearbyChat and ↵ | AlexanderP ProductEngine | |
| LLIMFloater to LLIMConversation): moved appendMessage() to base class | |||
| 2012-09-05 | CHUI-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-31 | CHUI-315 (Nearby chat messages do not appear in conversation floater): ↵ | AlexanderP ProductEngine | |
| cancelled inheritance LLNearbyChat from LLSingleton; set mSingleInstance flag for it. | |||
| 2012-08-27 | Merge pull from richard/viewer-chui | Merov Linden | |
| 2012-08-27 | removed debug messages | AlexanderP ProductEngine | |
| 2012-08-24 | CHUI-280 : Make LLParticipantList derives from LLConversationItemSession | Merov Linden | |
| 2012-08-22 | CHUI_310 make NearbyChat a singletone | AlexanderP ProductEngine | |
| 2012-08-20 | CHUI-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-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-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-02 | CHUI-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-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-19 | CHUI-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-17 | Fixed positioning of conversations into container | AlexanderP ProductEngine | |
| 2012-07-12 | CHUI-199 FIXED Save positioning of conversations between sessions | AlexanderP ProductEngine | |
| 2012-07-04 | CHUI-170 FIXED Save Torn off state of Nearby Chat between sessions | AlexanderP ProductEngine | |
| 2012-07-04 | CHUI-172 CHUI-183 FIX Disabled applying stored rect dimensions when Nearby ↵ | Seth ProductEngine | |
| chat is hosted in Conversations floater. | |||
| 2012-06-28 | CHUI-168 FIXED, CHUI-183 FIXED Supress of a resizable and dragging and hide ↵ | AlexanderP ProductEngine | |
| a title for the docked floater | |||
| 2012-06-29 | CHUI-164 : Fix conversation list index using handle to floater rather than ↵ | Merov Linden | |
| uuid. Simplify the code accordingly (suppress hacks). | |||
| 2012-06-29 | CHUI-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-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-25 | CHUI-168 FIXED Added call of updateHeaderAndToolbar from postBuild for ↵ | AlexanderP ProductEngine | |
| correct floater's title and standard buttons showing at start | |||
| 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-25 | CHUI-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-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-20 | CHUI-149 [WIP] Add the participant list to the nearby chat as IM-conversation | AlexanderP ProductEngine | |
| 2012-06-19 | CHUI-142 : Changes to chat related preferences | Merov Linden | |
| 2012-06-18 | CHUI-100 WIP Fix translate chat checkbox showing | AlexanderP ProductEngine | |
| 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 Fix for crash after closing the chat floater. | Seth ProductEngine | |
| 2012-06-12 | CHUI-119 WIP Suppressed of the warnings (XML corrected); fixed the torn-off ↵ | AlexanderP ProductEngine | |
| button's states | |||
| 2012-06-08 | Merge pull from richard/viewer-chui | Merov Linden | |
| 2012-06-07 | Merge : pull from lindenlab/viewer-release | Merov Linden | |
| 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-01 | Build fix | AlexanderP ProductEngine | |
| 2012-05-31 | CHUI-119 WIP | Seth ProductEngine | |
| 2012-05-30 | Build fix | AlexanderP ProductEngine | |
| 2012-05-30 | CHUI-119 WIP Prepare the nearby chat for hosting it by the IM-container | AlexanderP ProductEngine | |
