Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-11 | updates from bitbucket repository | Bjoseph Wombat | |
2015-04-10 | restore the ll[io]fstream because we need them as wrappers on Windows for ↵ | Oz Linden | |
wide char paths; on other platforms they are now just typedefs to the std classes | |||
2015-04-07 | replace llifstream and llofstream with std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-04-07 | convert llifstream and llofstream to std::ifstream and std::ofstream ↵ | Oz Linden | |
respectively | |||
2015-03-22 | Mic setting changes some device list is up to date, mic loop test works, | Bjoseph Wombat | |
removed obsolete code and fine tuned voice state machine to avoid frequent neccessary code paths. | |||
2015-03-06 | More voice related changes to improve the user's experience. | Bjoseph Wombat | |
2014-09-19 | Pulled merge from viewer-tiger | Aura Linden | |
2014-08-15 | Allegedly hides voice position on teleport. Needs testing. | Aura Linden | |
2014-06-26 | MAINT-2699 FIXED Don't change state of "Speak" toolbar button if voice is ↵ | Mnikolenko ProductEngine | |
disabled. | |||
2013-10-04 | MAINT-3270 FIXED crash in LLControlCache<unsigned int>::LLControlCache: ↵ | maksymsproductengine | |
Control named RenderAutoMuteFunctionsnot found | |||
2013-07-11 | Merged in viewer-release | Aura Linden | |
2013-05-15 | Thanks mercurial. | Aura Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-02-08 | Interim version with SLIM removed from voice. | Aura Linden | |
2012-12-17 | CHUI-593 FIXED Using callback signal will update Speak button if voice chat ↵ | maxim@mnikolenko | |
disabled | |||
2012-12-12 | CHUI-427 FIXED Added callback to track changing in mUserPTTState. It's ↵ | maxim@mnikolenko | |
needed to synchronize both buttons | |||
2010-09-24 | Added the VoiceDisableMic debug setting to completely disable the ability to ↵ | Monroe Linden | |
open the mic. Also hoisted PTT key handling from LLVivoxVoiceClient up to LLVoiceClient. This cleans up LLVoiceModuleInterface a bit and makes the PTT logic more centralized. Reviewed by Richard. | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-05-28 | Fix borked merge, DOH! | Aimee Linden | |
2010-05-28 | Merged from ssh://hg.lindenlab.com/dessie/viewer-private | Aimee Linden | |
2010-05-28 | CID-448 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLVoiceClient::LLVoiceClient() File: /indra/newview/llvoiceclient.cpp | |||
2010-05-24 | EXT-7138 WIP Renamed VoiceEffectEnabled debug setting to VoiceMorphingEnabled. | Aimee Linden | |
Hide Me->My Voice menu item when VoiceMorphing is disabled. Removed temporary VoiceFontsAvailable debug setting. | |||
2010-05-18 | EXT-7390 WIP Created SLapp secondlife:///app/voice/effects/refresh to update ↵ | Aimee Linden | |
the voice effect list with new effects. | |||
2010-05-13 | EXT-7138 WIP Merged Voice fonts work into the newly modularized LLVoiceClient. | Aimee Linden | |
Created LLVoiceEffectInterface as an optional interface to be implemented by voice modules that support voice effects. | |||
2010-05-12 | EXT-7138 WIP Added temporary debug setting "VoiceFontsAvailable", to test UI ↵ | Aimee Linden | |
when no voice fonts are available. | |||
2010-05-12 | EXT-7138 WIP Allow selection of no voice font when none are available. | Aimee Linden | |
2010-05-12 | EXT-7138 WIP Enumerate template voice fonts. | Aimee Linden | |
Also simplified LLPanelVoiceFont some. | |||
2010-05-10 | Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public | Aimee Linden | |
2010-05-04 | Automated merge | Roxie Linden | |
2010-05-04 | re-merge e7cef87fae39 - EXT-6031 refactoring of voice volume representation | Roxie Linden | |
2010-04-30 | Move the Voice Font control from LLCallFloater to its own panel so that it ↵ | Aimee Linden | |
can be reused. | |||
2010-04-30 | WIP: normal bug EXT-6865 (Voice isn't blocked for Avaline callers connected ↵ | Mike Antipov | |
via PSTN bridge) Applyied Aimee's patch to enable blocking of avaline caller: added an "External" mute type which isn't sent to the SL servers or stored in the cache across sessions. The caller's ID will change each time so there's no point cluttering up the mute list by persisting them. Known issue: Right now the mute is added with the caller's phone number as the name shown in the block list, so that will need changing to "Avaline Caller 1" etc --HG-- branch : product-engine | |||
2010-04-29 | Make the current voice font a per-account saved setting. | Aimee Linden | |
2010-04-29 | Make a proper XUI commit_callback for the Voice Font combo | Aimee Linden | |
2010-04-28 | Persist Voice Font selection. | Aimee Linden | |
Added 'VoiceFontDefault' saved setting. Implemented LLVoiceClientFontsObserver to update the UI when the voice font list is received. Renamed LLVoiceClientParticipantObserver::onChange() to onParticipantsChanged to avoid ambiguity and make the code more readable. Made the Voice Font combo in the VCP auto resize to make best use of the available space when the 'Leave Call button is not visible. | |||
2010-04-21 | Remove diamondware and rearrange login panel to be like it is in the default ↵ | Roxie Linden | |
viewer 2 build | |||
2010-04-20 | Sort out the state machine in LLVoiceClient to wait for voice fonts properly. | Aimee Linden | |
2010-04-19 | CR Changes from Aimee | Roxie Linden | |
2010-04-19 | Removed left over initialization to 0 of mVoiceFontID from when it was an ↵ | Aimee Linden | |
integer rather than a UUID. | |||
2010-04-19 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Aimee Linden | |
2010-04-19 | Identify fonts with UUIDs rather than using the font indexes directly as ↵ | Aimee Linden | |
they are not guaranteed unique across sessions. Replaced all references to "Font" with "Voice Font" where possible to reduce confusion for anyone grepping code in future. | |||
2010-04-14 | DEV-48904 - p2p acceptance dialog vanishes too quickly | Roxie Linden | |
DEV-48903 - malformed names in p2p dialogs for Diamondware In the merge there were some changes that didn't get propagated that resulted in some failures with respect to diamondware name processing. THe determination as to whether a p2p session was with an avatar or with an alcatel (pbx) wasn't propagated into the diamondware code. I fixed that by merging the changes to the vivox module with respect to that into the diamondware module. Also, the acceptance dialog was vanishing too quickly as the determination as to whether there was still a p2p invite pending was not updated when the calling code was updated. The calling code initially was changed to look into vivox state which isn't really valid. that was changed in the 'trunk' to another mechanism, but that still assumed visibility into the voice code. I fixed that by creating an API call to ask whether a call was pending. CR: Karina | |||
2010-04-13 | Completed normal subtask EXT-6621 (Code cleanup: Remove unused ↵ | Mike Antipov | |
LLFloaterActiveSpeakers and related classes from viewer) * Removed llfloateractivespeacker.h/cpp from CMakeLists.txt and from the repo. * Removed llmediaremotectrl.h/cpp, llvoiceremotectrl.h/cpp from the repo (were not in CMakeLists.txt). * Unused in 2.0 setings ("ShowVoiceChannelPopup" & "ShowVolumeSettingsPopup") are moved to the end of settings.xml (to not affect 1.23 if remove). * Removed xml files related to Active Speakers floater and old Communication floater (related cpp files have been already removed). Also removed their localized versions. * Also removed old textures related to removed xml and unused in 2.0 anymore. Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/226/ --HG-- branch : product-engine | |||
2010-04-09 | Added a method to clear the session font list | Aimee Linden | |
2010-04-07 | Re-insert backed out SLE checkin so we can fix it | Roxie Linden | |
2010-04-07 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Aimee Linden | |
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-04-06 | Added voice font selection to the voice floater. | Aimee Linden | |
2010-02-22 | Added stateFontListReceived to the voice client state machine. | Aimee Linden | |
This makes sure we have the voice font list before attempting to start a session. | |||
2010-02-22 | Enumerate available voice fonts. | Aimee Linden | |