Commit Graph

202 Commits (e92d3dcf1013ab340fdef514b41ebf790f79e04c)

Author SHA1 Message Date
Don Kjer ae8ed3fc2d Merge with viewer-development 2011-05-17 19:21:55 +00:00
Leyla Farazha 3039663148 EXP-802 Add a check box to enable/disable voice chat. 2011-05-09 15:10:56 -07:00
Leyla Farazha 4015e6b3c7 fixing flyoutbtn name 2011-05-06 11:39:22 -07:00
Leyla Farazha 51a72247f5 EXP-782 Toggling speak button while in call minimizes IM window 2011-05-06 11:03:09 -07:00
Richard Linden f0d095086f EXP-501 FIX View button on bottom bar is hidden when launching Basic Viewer...
ignore button reordering in basic mode
use preferred button collapse order
2011-05-05 19:09:06 -07:00
Leslie Linden 8a1fabd5a6 Build fix. Added missing cases to a switch statement for bottom tray buttons.
Reviewed by Richard.
2011-05-05 11:11:20 -07:00
Richard Linden 47b010fde1 Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience 2011-05-04 18:10:09 -07:00
Richard Linden efca808b0c EXP-584 FIXED View button on bottom bar is hidden when launching Basic Viewer with Voice options added back in
corrected order in which buttons are collapsed so that they collapse right to left
2011-05-04 18:04:09 -07:00
Richard Linden 78d76eb4b0 Automated merge with 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-05-02 17:29:56 -07:00
Leyla Farazha 5fe3675564 EXP-761, EXP-758 2011-04-29 15:53:14 -07:00
Vadim ProductEngine 4a7f69f820 STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 11
Typo.
2011-04-12 00:32:24 +03:00
Vadim ProductEngine e5aaf90bff STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 10
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-12 00:20:18 +03:00
Vadim ProductEngine f9698c2644 STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 9
Removed unused methods.
2011-04-11 23:33:06 +03:00
Vadim ProductEngine 4da728e7f2 Merging STORM-1028 2011-04-06 02:30:56 +03:00
Vadim ProductEngine 00a3e47e74 STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 7
* Removed dead code.
* Minor comment changes.
2011-04-06 02:17:07 +03:00
Vadim ProductEngine e710d740dc STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 6
Fixed: if you slowly increase the viewer window width, the Speak button fails to expand.
2011-04-06 01:48:07 +03:00
Vadim ProductEngine 4f09c20478 STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 5
Changes to improve readability.
2011-04-06 01:48:07 +03:00
Vadim ProductEngine dfb17cf204 STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 4
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 01:48:07 +03:00
Vadim ProductEngine 1218ffb000 STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 3
* Rewritten some code for better readability. Behavior should not be affected.
* Debug prints and other minor changes.
2011-04-06 01:48:07 +03:00
Vadim ProductEngine 318752fe3d STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 2
* 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 01:48:07 +03:00
Vadim ProductEngine e4e33cac29 STORM-1028 WIP Fixing bottom bar buttons reshaping, tier 1
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-06 01:48:07 +03:00
Don Kjer d292053c04 Merge with viewer-development 2011-04-01 23:37:30 +00:00
Oz Linden 9c0757511e merge changes for storm-1077 2011-03-29 19:19:24 -04:00
Don Kjer 1e0608ff51 Merge with viewer-development 2011-03-23 01:26:03 +00:00
Jonathan Yap d9015a836f STORM-1077 Change "Voice Enabled/Disabled" to "Speak Button" 2011-03-16 18:32:28 -04:00
Dave SIMmONs b91ac7ae99 ER-614 : Add lleventhost API to send chat messages. Reviewed by Kelly 2011-03-15 16:06:38 -07:00
Richard Linden a024493c04 eol fixes 2011-03-15 13:36:23 -07:00
callum aac70bccad Merge with tip of http://hg.secondlife.com/viewer-development (rev 14798) 2011-03-09 15:34:43 -08:00
Vadim ProductEngine 176b025a26 STORM-236 WIP Additional fixes.
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 19:10:54 +02:00
Vadim ProductEngine 211465b772 STORM-236 WIP Minor code improvements.
- 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 13:46:57 +02:00
Richard Linden 25ad57c4b6 SOCIAL-603 FIX Move how to button to bottom bar
moves scrollbar up from bottom of screen to leave room for resize thumb
2011-03-04 00:40:38 -08:00
Vadim ProductEngine 0247cd6aeb STORM-236 FIXED Allow the "Speak" button to be removed, like other buttons.
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-03 20:49:42 +02:00
Richard Linden 92403b4ea1 SOCIAL-593 FIX Profile Window cannot be resized in minimal skin
floater view snapping rectangle is now driven by floater_snap_region view
2011-03-02 21:05:03 -08:00
Richard Linden 83e92c6190 SOCIAL-551 WIP add buttons to open people and profile windows
people button now toggles according to people window visibility
2011-02-24 18:37:30 -08:00
Richard Linden 20ad5181ba SOCIAL-551 WIP Add buttons to open people and profile windows
bottom tray button now toggles profile window
2011-02-23 16:44:04 -08:00
Monroe Linden 1e050c2ed8 merge 2010-12-02 14:33:42 -08:00
Andrew Productengine 2b39cf6c2d STORM-344 FIXED Fixed Speak button label shrinking when bottom bar has 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-25 17:51:33 +02:00
Richard Linden 50d21a75a7 merge 2010-11-15 15:52:54 -08:00
Richard Linden 4df678e334 EXP-331 FIXED Avatar and Destination Guild UI Hints not showing 2010-10-26 11:24:32 -07:00
Richard Linden e638204dc2 EXP-273 WIP added avatar picker popup and hint 2010-10-21 17:14:14 -07:00
Richard Nelson 7c256e5a13 EXP-166 FIXED Front an Side Preset Views not accessible in Skylight viewer 2010-10-11 15:48:36 -07:00
Richard Linden d8e40a49ed EXP-156 FIXED custom Skylight hints
moved move hint down to bottom of screen
made destination hint go away on teleport
2010-10-07 15:35:17 -07:00
Richard Nelson 01b28ddf5d EXP-156 WIP Implement custom Skylight hints 2010-10-06 20:10:36 -07:00
callum 21c8dea4e4 Test merge 2010-10-04 17:40:59 -07:00
Andrew Productengine 0fe2156f87 STORM-187 ADDITIONAL FIX Fixed buttons autohiding in bottomtray on resize.
The bug was caused by moving nearby chat bar into panel inside layout panel instead of being layout panel itself in changeset 741eb25e921c without modifying get_panel_min_width() call which used that layout panel. This broke behaviour of LLBottomTray::processWidthDecreased().

- Fixed it by using this new nearby chat container layout panel in this call.
2010-10-06 19:15:49 +03:00
Richard Linden ebb4920894 added xui param to turn off drag-and-drop reordering of bottom tray buttons 2010-09-28 17:13:24 -07:00
Andrew Productengine 283763d090 STORM-291 FIXED Fixed the position of the nearby chat bar.
The bug was caused by moving nearby chat bar into panel inside layout panel instead of being layout panel itself without modifying code in LLBottomTray::loadButtonsOrder() which used that layout panel.

- Fixed it by using this new nearby chat container layout panel in this method.
2010-09-29 16:36:58 +03:00
Richard Linden 0034bdc38b fixed build 2010-09-22 20:12:06 -07:00
Richard Linden abe758d45f merge 2010-09-22 19:11:29 -07:00
Andrew Productengine 2a1d4b375e STORM-187 FIXED Fixed chatbar not getting back its width after opening/closing sidetray.
The bug reproduced not only for opening/closing sidetray, but also when viewer window was resized.
The chatbar's width was set to default on width increase, it was also shrunk even when there was enough space for it, and buttons could be shrunk instead.
Also, width to which user resized it manually, was not used in resizes. Gave priority on resizes to nearby chat - i.e.:
Before this fix priorities were- buttons are visible -> buttons are as wide as possible -> nearby is stretched.
After this fix priorities are- buttons are visible -> nearby is stretched -> buttons are as wide as possible.

- Added new member which stores width of nearbychat(either value that was recorded after user's manual resize of chatbar or default). Used it as a value to which chatbar tries to be resized on resizes.

- Implemented the change of priorities described above in processWidthIncreased() and processWidthDecreased() methods.
2010-09-22 18:20:01 +03:00