Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-18 | EXP-1360 FIXED closing group call/IM window when voice controls floater closes. | Seth ProductEngine | |
Restored voice controls floater as a transient floater. The fix should not cause the regression of EXP-1299 (Nearby Voice floater can't be closed by clicking the sidebar button again). | |||
2011-10-18 | EXP-1409 FIX WASD controls don't move avatar while Move floater is in focus | Richard Linden | |
moved "chrome" flags to xui separated hiding floater title from setting chrome toolbar toggle button now moves floaters to frontmost and doesn't necessarily rely on focus | |||
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-10-10 | EXP-1274 Create floater for "Avatar Picker" content | Leyla Farazha | |
EXP-1299 Nearby Voice floater can't be closed by clicking the sidebar button again. EXP-1306 Prompt text to "Change your avatar" and "Destinations" floaters get pushed down one line when the floater dialog gets resized to minimum width | |||
2011-03-24 | STORM-1077 Change hint wording. Disable hint if speak or flyout button is ↵ | Jonathan Yap | |
pressed. | |||
2010-12-06 | STORM-730 FIXED Made Movement Controls, Camera Controls and Nearby Voice ↵ | Vadim ProductEngine | |
floaters use active floater transparency. | |||
2010-10-21 | Manual fix for merge compile errors. | Loren Shih | |
2010-10-21 | Automated merge up from viewer-development | Loren Shih | |
2010-10-04 | Automated merge up from viewer-development | Loren Shih | |
2010-10-04 | SH-270 FIXED As a SL user, I want my speaker order settings to persist ↵ | Loren Shih | |
between sessions SH-271 FIXED Add #ifdefs to llparticipantlist.h Changed speaker order to store its speaker ordering using settings.xml. Did some superficial code cleanup. | |||
2010-10-08 | Created a floater for setting display name | Leyla Farazha | |
2010-09-27 | Merge | Leyla Farazha | |
2010-09-13 | DEV-52931 Toggling "View Display Names" doesn't take effect right away in ↵ | Leyla Farazha | |
the Friends list | |||
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-09-03 | Merge between james/viewer-identity-evolution and dessie/viewer-public | Aimee Linden | |
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-16 | cleaned up LLUICtrlFactory... | Richard Nelson | |
removed redundant functionality moved buildPanel to LLPanel | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-30 | deprecated LLPanel::child*() methods | Richard Nelson | |
2010-07-06 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-07-03 | minor comment typo that was bugging me. | Tofu Linden | |
2010-06-21 | Merge with q/viewer-release | Leyla Farazha | |
2010-06-01 | DEV-50439 Legacy name shown in Title of Voice Call dialog | James Cook | |
Wasn't updating window title with correct name. Also fixed outgoing call dialog. Reviewed with Simon. | |||
2010-05-25 | DEV-50013 Group chat moderator tooltip shows username | James Cook | |
2010-05-13 | DEV-50013 Call floater uses your display name | James Cook | |
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-04-30 | Move the Voice Font control from LLCallFloater to its own panel so that it ↵ | Aimee Linden | |
can be reused. | |||
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-22 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Aimee Linden | |
2010-04-21 | Automated merge | Roxie Linden | |
2010-04-21 | Fixed normal bug EXT-6909 ('Mute/unmute' moderation options remain enaibled ↵ | Mike Antipov | |
after moderator left group call) Reason: session's Speaker Manager was not updated when voice call ended. Speakers had incorrect voice related state. Fix: update speakers' state when voice call is finished. Also VCP now uses LLIMMgr::endCall to perform "Leave Call" action. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/276/ --HG-- branch : product-engine | |||
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-19 | automated merge with trunk | Roxie Linden | |
2010-04-13 | Fixed normal bug EXT-6034 (Need "View People Icons" option for group IM ↵ | Eugene Mutavchi | |
window) - added new menu item to participant list menu for group and ad-hoc chats. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/225/. --HG-- branch : product-engine | |||
2010-04-12 | Fixed normal bug EXT-6660 (Just logged on resident is displayed as connected ↵ | Mike Antipov | |
to group voice chat in the VCP) Reason. VCP floater stores voice states of its participants. If invited in group voice chat avatar goes offline and then online LLAvatarListItem representing it will display it as JOINED. Fix: added force setting of voice state in VCP for added participants. Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/218/ --HG-- branch : product-engine | |||
2010-04-09 | Replace gVoiceClient with LLVoiceClient::getInstance() due to gVoiceClient ↵ | Mike Antipov | |
is being removed soon. Trivial changes, not reviewed. --HG-- branch : product-engine | |||
2010-04-09 | merge | Aimee Linden | |
2010-04-08 | Fix-up some breakage from backing out the SLE merge. | Aimee Linden | |
Was causing a crash on viewer exit if the Voice Control Panel was left open and detached. | |||
2010-04-07 | Automated merge | Roxie 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 | merge | Tofu Linden | |
2010-04-07 | merged backout. | Tofu Linden | |
2010-04-07 | Backed out changeset 63b699f90efd | Tofu Linden | |
2010-04-06 | Added voice font selection to the voice floater. | Aimee Linden | |