Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-27 | Pull and merge from ssh://stinson@hg.lindenlab.com/richard/viewer-chui/. | 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-04 | CHUI-195 FIXED Starting ad-hoc conference call does not open Conversations ↵ | AlexanderP ProductEngine | |
floater | |||
2012-06-22 | CHUI-100 Fix floater's key | AlexanderP ProductEngine | |
2012-06-20 | CHUI-125 FIXED if a call is accept then open im-session's floater | AlexanderP ProductEngine | |
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-17 | CHUI-105 ADD. FIX Implement changes to all open conversations and nearby chat | AlexanderP ProductEngine | |
2012-04-26 | Automated merge with http://hg.secondlife.com/viewer-release | Nat Goodspeed | |
2012-04-17 | Mac build fix. | Seth ProductEngine | |
2012-04-02 | MAINT-180 FIXED Reject group and ad-hoc chat messages from lindens when we ↵ | Vadim ProductEngine | |
are busy. | |||
2012-03-09 | merge changes for vmrg-225 | Oz Linden | |
2012-01-23 | STORM-1795 Small logic/formatting change | Jonathan Yap | |
2012-01-20 | STORM-1795 Fixed misspelled variable | Jonathan Yap | |
2012-01-20 | STORM-1795 Fix logic error | Jonathan Yap | |
2012-01-20 | EXP-901 FIXED (Can see "typing" messages from users who are not allowed to ↵ | Paul ProductEngine | |
IM you) - If "Only friends and groups can IM me" option is ON but the user got message from non-friend, show notification one time per session. | |||
2012-01-16 | STORM-1795 Ad-hoc messages are received even when "Only friends and groups ↵ | Jonathan Yap | |
can call or IM me" | |||
2011-12-12 | STORM-1731 Adjusted if muted logic slightly | Jonathan Yap | |
2011-12-12 | STORM-1731 Changes per RB comments: changed llwarns to llinfos, added check ↵ | Jonathan Yap | |
so you cannot mute a Linden | |||
2011-12-12 | STORM-1731 Ad-hoc confererence block failing. Residents using it to start ↵ | Jonathan Yap | |
massive multi-sim conferences, used as a griefing tool. | |||
2011-10-25 | EXP-1398 FIX -- Viewer Crash when moving Speak button from bottom toolbar to ↵ | Leslie Linden | |
side toolbar with call request dialog active on Mac * Added "on button removed" callback for toolbars. * Changed docking on incoming and outgoing call floaters to be undocked when "speak" button removed. Reviewed by Leyla. | |||
2011-10-24 | EXP-1400 FIXED (Call request docking icon overlays other toolbar buttons ↵ | Paul ProductEngine | |
when speak button in side toolbar) - LLDockableFloater::getDockTongue to init dock tongue with proper image depending on floater dock side, also added images for left and right tongues. - Added proper call floater positioning relatively to the speak button | |||
2011-10-21 | EXP-1404 FIXED (Dock icon shown in lower left corner of call dialog when ↵ | Paul ProductEngine | |
user has speak icon hidden) - Don't draw tongue of dockable call dialog floater in case speak button is not present in any tool bar. | |||
2011-10-17 | EXP-1384 FIX Voice requests not received in FUI viewer | Richard Nelson | |
fixed case where toolbar button was not in use | |||
2011-10-17 | EXP-1384 FIX Voice requests not received in FUI viewer | Richard Nelson | |
2011-10-14 | EXP-1282 FIXED Bottom bar removed. | Seth ProductEngine | |
- LLBottomTray code and XUI removed. - "Speak" buttom which resided in Bottom bar removed. - Voice connection status update moved from LLBottomTray to LLVivoxVoiceClient. | |||
2011-10-10 | EXP-1285 FIXED Chiclets moved to the upper right of the viewer window. | Seth ProductEngine | |
- Floaters dock to chiclets at the bottom. - Floaters docking region limited to non-toolbar view. - Chiclet bar is positioned between the right toolbar and the minimized floaters stacked at the top left corner by default. | |||
2011-09-27 | EXP-1247 Nearby chat as part of chat floater | Leyla Farazha | |
2011-05-19 | merge changes for storm-941 | Oz Linden | |
2011-04-29 | EXP-769 Group call requests received in Basic mode | Leyla Farazha | |
2011-04-13 | STORM-941 FIXED IM history to use the resident's user name for the log file ↵ | Seth ProductEngine | |
name. Added conversions from legacy names or SLURLs with avatar id to the user names in cases of logging P2P sessions and inventory offers. Removed asynchronous writes to temporary IM log file depending on name cache responses. | |||
2011-02-19 | Merge of ssh://hg.lindenlab.com/nat/viewer-eventapi2/ | Don Kjer | |
2011-02-18 | Cleanup of headless client (was: DisableRendering mode) | Don Kjer | |
* Now called 'HeadlessClient' instead of 'DisableRendering' * Removed most cases where we skipped certain behaviors in the client when in this mode. This gets us closer to a 'true' client, for testing purposes. | |||
2011-01-31 | STORM-507 FIXED User that has sent p2p call invitation to other user, is not ↵ | paul_productengine | |
added to Recent tab - Add the caller to the Recent List just after Incoming Call floater appears. Before recicpient accepted or rejected the call. | |||
2011-01-15 | renamed temp name flag member in name cache to avoid confusion with similar ↵ | Oz Linden | |
names in other classes | |||
2010-12-02 | merge | Monroe Linden | |
2010-11-24 | Pull from viewer-beta | Merov Linden | |
2010-11-23 | (DN-211) Conference call dialog shows Conference with ??? (???) in title ↵ | Leyla Farazha | |
header with view display names on and off Inbox X | |||
2010-11-23 | STORM-102: this is to correct a minor issue with ad-hoc conferences so that ↵ | Wolfpup Lowenhar | |
they do not get date stamped at all since each one is defined as a unique conversation. | |||
2010-11-23 | DN-211 Conference call dialog shows Conference with ??? (???) in title ↵ | Leyla Farazha | |
header with view display names on and off | |||
2010-11-18 | STORM-654 : Person to Person chat logs are not created if Display Names are off | Wolfpup Lowenhar | |
Modified code in indicated changeset to correct problem after consulting with Leyla Linden who sugested the orginal change. This fix will convert the Legacy name to a user name id not useing Display Names. | |||
2010-11-15 | merge | Richard Linden | |
2010-11-12 | STORM-102 : STORM-143 :Removed unneeded code in llimview. | Wolfpup Lowenhar | |
2010-11-11 | STORM-102 : STORM-143 :Made needed changes to code to improve searching for ↵ | Wolfpup Lowenhar | |
previous logs and also changed the name used for P2P IM log file names. The latter change is going to temporarely break personal content for those that are saving conversation logs as P2P IM logs will now be useinf the user name and not the legacy name. | |||
2010-11-01 | STORM-255 : merge with viewer-development | Merov Linden | |
2010-11-01 | merge from viewer-beta | Merov Linden | |
2010-10-27 | DN-190 Last name resident shown in title of IM Conference Window with no ↵ | Leyla Farazha | |
Display name | |||
2010-10-27 | Made changes to setting names and in pannel_preferences_chat.xml for better ↵ | Wolfpup Lowenhar | |
understanding as per Esbee's comments in STORM-255 |