Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-1302 PARTIAL Make the Speak button work as a toolbar button | callum | |
First pass - no Push-To-Talk functionality. | |||
2011-09-29 | EXP-1209 FIXED Sidetray removed. | Paul ProductEngine | |
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused. | |||
2011-09-29 | Merge sergeylproductengine/viewer-experience-fui with ↵ | Paul ProductEngine | |
richard/viewer-experience-fui | |||
2011-09-27 | EXP-1224 FIXED (Create and register a floater for People side tab) | Paul ProductEngine | |
- Added a floater for People side tab. - Replaced calls to LLSideTray with LLFloaterSidePanelContainer. | |||
2011-09-27 | EXP-1252 Opening chat history crashes browser (from dev work in progress) | Leyla Farazha | |
EXP-1253 Entering text in chat bar does not show for other users (dev work in progress) | |||
2011-09-23 | merge | Leyla Farazha | |
2011-09-23 | EXP-1246 Create chat bar floater | Leyla Farazha | |
reviewed by Leslie | |||
2011-08-30 | STORM-1028 WIP Fixed chat bar occupying all available space on first login. | Vadim ProductEngine | |
1. Make sure we initialize desired chat bar width before using it. 2. Don't attempt shrinking chat bar by negative amount of pixels (i.e. effectively extending it). This change may be irrelevant to the bug I'm fixing, but won't hurt anyway. | |||
2011-08-30 | STORM-1028 WIP Minor changes (var names, message text) to improve readability. | Vadim ProductEngine | |
2011-06-18 | STORM-1392 Add Nearby Voice to the Communicate menu | Jonathan Yap | |
2011-05-17 | Merge with viewer-development | Don Kjer | |
2011-05-09 | EXP-802 Add a check box to enable/disable voice chat. | Leyla Farazha | |
2011-05-06 | fixing flyoutbtn name | Leyla Farazha | |
2011-05-06 | EXP-782 Toggling speak button while in call minimizes IM window | Leyla Farazha | |
2011-05-05 | EXP-501 FIX View button on bottom bar is hidden when launching Basic Viewer... | Richard Linden | |
ignore button reordering in basic mode use preferred button collapse order | |||
2011-05-05 | Build fix. Added missing cases to a switch statement for bottom tray buttons. | Leslie Linden | |
Reviewed by Richard. | |||
2011-05-04 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience | Richard Linden | |
2011-05-04 | EXP-584 FIXED View button on bottom bar is hidden when launching Basic ↵ | Richard Linden | |
Viewer with Voice options added back in corrected order in which buttons are collapsed so that they collapse right to left | |||
2011-05-02 | Automated merge with ↵ | Richard Linden | |
bundle:E:\code\viewer-experience+c:\users\richard\appdata\local\temp\thg.t3awyz\ssh__richard@hg.lindenlab.com_richard_viewer-experience-merge_2xcevh.hg | |||
2011-04-29 | EXP-761, EXP-758 | Leyla Farazha | |
2011-04-12 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 11 | Vadim ProductEngine | |
Typo. | |||
2011-04-12 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 10 | Vadim ProductEngine | |
Fixing a regression introduced in tier 1: not displaying the bottom tray buttons added when bottom tray was not wide enough display them, even after increasing the width to show all visible buttons. The fix is to mark such buttons as auto-hidden so that they appear as soon as we have enough free space. | |||
2011-04-11 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 9 | Vadim ProductEngine | |
Removed unused methods. | |||
2011-04-06 | Merging STORM-1028 | Vadim ProductEngine | |
2011-04-06 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 7 | Vadim ProductEngine | |
* Removed dead code. * Minor comment changes. | |||
2011-04-06 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 6 | Vadim ProductEngine | |
Fixed: if you slowly increase the viewer window width, the Speak button fails to expand. | |||
2011-04-06 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 5 | Vadim ProductEngine | |
Changes to improve readability. | |||
2011-04-06 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 4 | Vadim ProductEngine | |
When user manually toggles a button (via context menu), show it regardless of whether it has been auto-hidden. Tech note: Added showButton() method which does the same as processShowButton() did but the check for the button being auto-hidden. | |||
2011-04-06 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 3 | Vadim ProductEngine | |
* Rewritten some code for better readability. Behavior should not be affected. * Debug prints and other minor changes. | |||
2011-04-06 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 2 | Vadim ProductEngine | |
* When there is some free space and all auto-hidden buttons have been already shown, first extend the Speak button, then the others (was: vice versa). * Made the Speak button always have fixed width. | |||
2011-04-06 | STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 1 | Vadim ProductEngine | |
Fixed bottom tray buttons not showing under some circumstances. (the fix was made weeks ago, so I don't remember what the circumstances are) | |||
2011-04-01 | Merge with viewer-development | Don Kjer | |
2011-03-29 | merge changes for storm-1077 | Oz Linden | |
2011-03-23 | Merge with viewer-development | Don Kjer | |
2011-03-16 | STORM-1077 Change "Voice Enabled/Disabled" to "Speak Button" | Jonathan Yap | |
2011-03-15 | ER-614 : Add lleventhost API to send chat messages. Reviewed by Kelly | Dave SIMmONs | |
2011-03-15 | eol fixes | Richard Linden | |
2011-03-09 | Merge with tip of http://hg.secondlife.com/viewer-development (rev 14798) | callum | |
2011-03-04 | STORM-236 WIP Additional fixes. | Vadim ProductEngine | |
Fixed: * Wrong ability to place a button between the chat input and the drag handle (thanks Wolfpup!). * Broken drag-n-drop cursors. | |||
2011-03-04 | STORM-236 WIP Minor code improvements. | Vadim ProductEngine | |
- To decrease code duplication: * Added RS_BUTTON_SPEAK to the button->panel mapping (mStateProcessedObjectMap). * Replaces all lookups in mStateProcessedObjectMap with calls to getButtonPanel(). - Added some comments. | |||
2011-03-04 | SOCIAL-603 FIX Move how to button to bottom bar | Richard Linden | |
moves scrollbar up from bottom of screen to leave room for resize thumb | |||
2011-03-03 | STORM-236 FIXED Allow the "Speak" button to be removed, like other buttons. | Vadim ProductEngine | |
Cumulative diff of changes made by Wolfpup, Richard and me. Description: * Ability to hide the Speak button with the bottom tray context menu. * Made the chat input resize handle visible, so that the feature is easily discoverable. * Applied Richard's fix to layout panel resizing logic. | |||
2011-03-02 | SOCIAL-593 FIX Profile Window cannot be resized in minimal skin | Richard Linden | |
floater view snapping rectangle is now driven by floater_snap_region view | |||
2011-02-24 | SOCIAL-551 WIP add buttons to open people and profile windows | Richard Linden | |
people button now toggles according to people window visibility | |||
2011-02-23 | SOCIAL-551 WIP Add buttons to open people and profile windows | Richard Linden | |
bottom tray button now toggles profile window | |||
2010-12-02 | merge | Monroe Linden | |
2010-11-25 | STORM-344 FIXED Fixed Speak button label shrinking when bottom bar has ↵ | Andrew Productengine | |
enough space for displaying full Speak label. Bug was caused by counting only width added by last resize as usable for Speak button extending, so widening viewer window by few pixels many times when Speak is shrink would never let it expand regardless of available space. - Added check for possible chiclet panel shrinking width- cause spare space goes to it when extending. If there is enough space to give from chiclets to Speak, Speak is extended. | |||
2010-11-15 | merge | Richard Linden | |
2010-10-26 | EXP-331 FIXED Avatar and Destination Guild UI Hints not showing | Richard Linden | |