Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-20 | CHUI-340 : WIP : Implement time update on all IM typing cases | Merov Linden | |
2012-09-19 | CHUI-340 : WIP : Update time stamp for IM and voice utterance | Merov Linden | |
2012-09-19 | CHUI-338 FIXED (LLAvatarNameResponder warning shown in debug console when ↵ | Paul ProductEngine | |
using spinner to page through chat history viewer) - Trying to restore avatarID by its name before appending message to chat history. - Also prevented requesting avatar name by null LLUUID in LLAvatarIconCtrl::setValue | |||
2012-09-14 | CHUI-119 (Add Nearby chat to Conversations floater): addit. fix: use ↵ | AlexanderP ProductEngine | |
LLSD(LLUUID::null) instead LLSD::null as "default" floater's key | |||
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-28 | CHUI-275 FIXED (Chat history viewer does not show entire user.txt IM log file) | Paul ProductEngine | |
- Renamed LLLogChat::loadAllHistory to LLLogChat::loadChatHistory because it doesn't actually loads all history. Also added parameter to the function which is a flag whether to load all file's content or not. - Implemented displaying history by pages (as was decided on meeting page): Added showHistory() method to the LLFloaterConversationPreview which shows the chat history page by page starting from the last conversation (or may say starting from the last page). One page contains 100 entries. Added "More history..." button to display next page of history. | |||
2012-08-22 | CHUI_310 make NearbyChat a singletone | AlexanderP ProductEngine | |
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-30 | CHUI-258: Adding a method to better whether nearby chat is visible or not. | Todd Stinson | |
2012-07-25 | CHUI-230 [FIXED] Torn off conversation window size resizes when viewer ↵ | AlexanderP ProductEngine | |
window is resized | |||
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-12 | CHUI-170 Workaround for the permanently showing of the nearbychat's name in ↵ | AlexanderP ProductEngine | |
a conversations list when that floater is torn-off | |||
2012-07-04 | CHUI-170 FIXED Save Torn off state of Nearby Chat between sessions | AlexanderP ProductEngine | |
2012-07-05 | CHUI-200 FIXED Show correct and localized name of the nearby chat In the ↵ | AlexanderP ProductEngine | |
conversations list | |||
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-27 | CHUI-162 : Simplified the nearby chat show method following CHUI-139 fixes | Merov Linden | |
2012-06-27 | CHUI-162 FIXED Opening a nearby chat when text entered | AlexanderP ProductEngine | |
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-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-18 | CHUI-100 WIP Fix translate chat checkbox showing | AlexanderP ProductEngine | |
2012-06-18 | CHUI-119 fixed bug with creating multiply instances of the nearby chat; | 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-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-06-01 | Build fix | AlexanderP ProductEngine | |
2012-06-01 | CHUI-119 FIXED Bug fixed. Clean up a code | AlexanderP ProductEngine | |
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-17 | CHUI-105 ADD. FIX Implement changes to all open conversations and nearby chat | AlexanderP ProductEngine | |
2012-05-08 | CHUI-103 FIXED Implemented switching text view modes from pop-up menu | AlexanderP ProductEngine | |
2011-11-01 | EXP-1452 FIX minimum height of NEARBY CHAT window can be circumvented by ↵ | Richard Linden | |
minimizing it. | |||
2011-10-20 | EXP-1435 Nearby chat log does not change to "Plain style"/"Widget style" ↵ | Leyla Farazha | |
without restarting viewer | |||
2011-10-11 | EXP-1281 FIXED (As a FUI user, I want all bottom bar floaters to become ↵ | Paul ProductEngine | |
independent) Made bottom bar dependent floaters independent from it. Also some LLTransientDockableFloaters are just LLFLoaters now. Note: IM Floater and SysWellWindow will be made independent within EXP-1276 | |||
2011-09-29 | EXP-1209 FIXED Sidetray removed. | Paul ProductEngine | |
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused. | |||
2011-09-29 | Merge sergeylproductengine/viewer-experience-fui with ↵ | Paul ProductEngine | |
richard/viewer-experience-fui | |||
2011-09-27 | EXP-1247 Nearby chat as part of chat floater | Leyla Farazha | |
2011-09-27 | EXP-1224 FIXED (Create and register a floater for People side tab) | Paul ProductEngine | |
- Added a floater for People side tab. - Replaced calls to LLSideTray with LLFloaterSidePanelContainer. | |||
2011-09-27 | EXP-1252 Opening chat history crashes browser (from dev work in progress) | Leyla Farazha | |
EXP-1253 Entering text in chat bar does not show for other users (dev work in progress) | |||
2011-09-23 | EXP-1246 Create chat bar floater | Leyla Farazha | |
reviewed by Leslie | |||
2011-04-14 | STORM-1111 FIXED Disabled re-loging the nearby chat history to file upon ↵ | seth_productengine | |
processing the chat style update. | |||
2010-12-01 | STORM-677 ADDITIONAL_FIX Force textures inside texture picker to be 100% ↵ | Vadim ProductEngine | |
opaque while the control is in a focused floater. Besides, made LLFloater handle opacity more like other controls do. | |||
2010-10-22 | DN-181 Chat & IM logs saved in unreadable .llsd instead of .txt | Leyla Farazha | |
2010-09-16 | Merge | Leyla Farazha | |