Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-01 | Automated merge from trunk | Roxie Linden | |
2010-03-01 | Automated merge with a few fixups for code review comments | Roxie Linden | |
2010-02-26 | automated merge | Roxie Linden | |
2010-02-26 | automated merge | Roxie Linden | |
2010-02-26 | automated merge | Roxie Linden | |
2010-02-25 | automated merge | Roxie Linden | |
2010-02-25 | automated merge from trunk | Roxie Linden | |
2010-02-25 | automated merge from trunk | Roxie Linden | |
2010-02-25 | automated merge from trunk | Roxie Linden | |
2010-02-25 | automated merge | Roxie Linden | |
2010-02-24 | automated merge | Roxie Linden | |
Don't wanna fix all windows EOL issue here warn-on-failure:unix-eol | |||
2010-02-24 | Automated merge up from viewer 2.0 trunk. | Roxie Linden | |
Some llvoiceclient changes duplicated changes that had already been made in the voice modularization refactor, so the refactor versions were used. | |||
2009-12-07 | Work on normal task EXT-3148 (Implement updating of the IM Well message counter) | Mike Antipov | |
-- added new member in session stored count of unread messages from real participant and its updating -- added new method to IM Manager to caclculate total count of unread messages from real participants in all stored sessions -- added updating count of unread messages in IM Well counter --HG-- branch : product-engine | |||
2009-12-04 | partial implementation for the following tasks | Dmitry Oleshko | |
(EXT-2803) Create notifications and dialogs to negotiate P2P voice chat (shown over the Speak button) (EXT-2806) Create notification windows and dialogs to negotiate Group Voice Chat (docked to Speak button's chevron) (EXT-2802) Create notifications and dialogs to negotiate AvaLine calls (shown over Speak button) (EXT-2805) Create notifications and dialogs to negotiate Ad-Hoc calls (shown over Speak button) implemented: invitations, displaying of notifications according to the state of current voice chat session --HG-- branch : product-engine | |||
2009-12-03 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-03 | fixed 'accept' of voice group chat | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-03 | No ticket. Fixed using LLVoiceChannel::setStateChangedCallback() in IM Panel ↵ | Sergei Litovchuk | |
and IM View. - Added disconnecting signal in destructor. --HG-- branch : product-engine | |||
2009-12-01 | implemented EXT-2582 (Save IM chat history as plain text file) | Igor Borovkov | |
updated 1.23 chat log format - in multilined messages subsequent lines are prepended with a space multilined messages of an old format are not supported, each line is considered as a separate message the parser depends on current used date and time format --HG-- branch : product-engine | |||
2009-12-01 | Work on EXT-2985 (Implement Avaline calls processing in Voice Control Panel) | Mike Antipov | |
-- updated reaction to accepting incoming call: added session URI argument. For now avaline caller is shown in the voice controls. --HG-- branch : product-engine | |||
2009-11-30 | mplemented EXT-2891 “Group notices should be recorded into group IM ↵ | Alexei Arabadji | |
history”; --HG-- branch : product-engine | |||
2009-11-30 | implemented EXT-2962 “Implement adding messages into IM history w/o spawning | Alexei Arabadji | |
chiclet” --HG-- branch : product-engine | |||
2009-11-30 | removed unused method LLIMModel::addMessageSilently; | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-11-30 | Work on major sub-task EXT-2790 (Complete Voice Control Panel (floater) ↵ | Mike Antipov | |
started by Lynx (LLVoiceControlPanel)) -- Added updating of the speakers list for P2P call --HG-- branch : product-engine | |||
2009-11-28 | implemented EXT-2889 "Incoming "grant modify rights" message should trigger | Alexei Arabadji | |
notify toast and adding record to IM history"; fixed avatar icon in IM-floater when message added to IM-session; avoided popup of IM-tast when message added to IM-session; --HG-- branch : product-engine | |||
2009-11-27 | implemented normal sub-task (EXT-2800) Voice calls notification windows and ↵ | Dmitry Oleshko | |
dialogs should be shown/docked over the speak button's chevron changed dock-control from the SysWell to the SpeakButton for outgoing and incoming voice dialogs --HG-- branch : product-engine | |||
2009-11-27 | fix linux build (no default section in switch) | Dmitry Oleshko | |
--HG-- branch : product-engine | |||
2009-11-27 | partial fix for major sub-task (EXT-2211) Add textual indication (IM ↵ | Dmitry Oleshko | |
messages) about incoming voice calls and reactions on them (All types of IMs) implemented "Started a voice call" and "Joined the voice call" IM notifications for p2p voice chat. --HG-- branch : product-engine | |||
2009-11-25 | merge in changes from viewer-2-0, manually fixed conflict in ↵ | James Cook | |
llviewermessages.cpp | |||
2009-11-25 | Created lightweight LLNotificationsUtil::add(), switched most alerts to use it | James Cook | |
Cuts number of includes of llnotifications.h from 300+ to 40. | |||
2009-11-24 | Removed llnotifications.h from all headers by adding llnotificationsptr.h | James Cook | |
Fixed many more includes | |||
2009-11-24 | Fixed normal bug EXT-2570 (There is no connecting/leaving spatial voice chat ↵ | Eugene Mutavchi | |
notifications in the nearby chat) --HG-- branch : product-engine | |||
2009-11-18 | Changes to IM Logging, includes preference changes | Steve Bennetts | |
2009-11-18 | Switch some files to Unix line endings | Bryan O'Sullivan | |
2009-11-18 | merge | James Cook | |
2009-11-18 | No ticket. Remove unnecessary including of "llchiclet.h" in a header file. | Mike Antipov | |
--HG-- branch : product-engine | |||
2009-11-16 | fix for UI scale != 1.0 breaking edit tools, web browser, world view rect, etc. | richard | |
2009-11-13 | set the outgoing call window's dock point in postBuild() instead of onOpen() ↵ | Tofu Linden | |
to avoid it being in the wrong place for a frame. | |||
2009-11-13 | make the outgoing call dialog appear and disappear smarter. | Tofu Linden | |
this is sort of less like the spec but more like... reality... | |||
2009-11-12 | Merge with product-engine | Steve Bennetts | |
2009-11-12 | Automated merge with ssh://hg.lindenlab.com/moss/viewer2voiceparity/ | Lynx Linden | |
2009-11-12 | DEV-41324 DEV-41331: Improvements to the Avaline voice workflow. | Lynx Linden | |
Don't show the "Start IM" button in the incoming call request for an Avaline call. And display the phone number of the incoming call as the avatar name, instead of "(???) (???)". | |||
2009-11-12 | add Cancel button to outgoing call dialog, make it work (perhaps), make the ↵ | Tofu Linden | |
name of the departing voice session more accurate (perhaps). WIP. | |||
2009-11-12 | more inching towards outgoing call popup goodness... | Tofu Linden | |
2009-11-12 | more work on the outgoing call popup... | Tofu Linden | |
2009-11-12 | more mimicking of the good parts of the incoming_floater! | Tofu Linden | |
2009-11-12 | no ticket, fixed IM message counting and firing new message balloon | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-11-12 | merge. | Tofu Linden | |
2009-11-12 | Automated merge with ssh://hg.lindenlab.com/moss/viewer2voiceparity/ | Lynx Linden | |
2009-11-12 | DEV-41324: Updated the Incoming Call floater. | Lynx Linden | |
This is now a dockable floater with a dock tongue. It currently floats over the sys well, where other system messages appear. The appearance now matches the voice spec more closely. It also tells you which voice channel you would be leaving if you accept the call. | |||
2009-11-11 | Manual merge. | Vadim Savchuk | |
Resolved conflicts in panel_bottomtray.xml and llavataractions.cpp. --HG-- branch : product-engine |