summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelvoiceeffect.cpp
AgeCommit message (Collapse)Author
2010-07-05Checker: NULL_RETURNSTofu Linden
Function: LLPanelVoiceEffect::update(bool) File: /indra/newview/llpanelvoiceeffect.cpp
2010-05-27EXT-7138 WIP Changed UI text to use "Voice Morph" everywhere instead of ↵Aimee Linden
"Voice Effect". Revised wording in preview floater (DEV-50573). Added tool-tip for Voice Morphing control in Nearby Voice (DEV-50608).
2010-05-27EXT-7138 WIP Removed now redundant onClickAdd callback from the Voice Effect ↵Aimee Linden
preview floater. Cleaned up comments.
2010-05-25EXT-7138 WIP Made selecting voice effects while the Voice Control Panel is ↵Aimee Linden
docked work properly.
2010-05-24EXT-7138 WIP Don't rebuild the voice effect combo list every time a ↵Aimee Linden
different effect is selected. Added a notification on receiving new voice effects.
2010-05-24EXT-7335 WIP Added notification of expiring voice effectsAimee Linden
2010-05-24EXT-7336 WIP Move the Voice Morphing marketing URL into strings.xml so it ↵Aimee Linden
can be used in notifications as well.
2010-05-22EXT-7138 WIP Voice MorphingAimee Linden
Updated "Preview Voice Morphing" and "Get Voice Morphing" items in the Voice Effect combo
2010-05-20EXT-7138 WIP Voice Morphing - Reselect "No voice effect" correctly in the ↵Aimee Linden
voice effect combo if "Preview" or "Add effects" is chosen while no effects are enabled.
2010-05-18EXT-7337 WIP Implemented prototype voice font preview floater.Aimee Linden
2010-05-14EXT-7138 WIP added a refreshVoiceEffectLists() method to LLVoiceEffectInterfaceAimee Linden
2010-05-13EXT-7336 WIP Open the Voice Morphing marketing page from the voice font UIAimee Linden
Temporarily points at https://secondlife.com/my/account/voice.php until a proper URL is allocated.
2010-05-13EXT-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.