Kent Quirk
6f66ec64b9
automated merge PE->viewer2.0
2009-12-30 21:20:47 -05:00
Kent Quirk
99aac097cc
EXT-3770 - add tooltips to notifications and conversations buttons in bottom bar
2009-12-30 19:46:51 -05:00
James Cook
8dec87c2ec
EXT-1399 Restore some wind noise when standing still, but drop volume
...
Make wind volume configurable via setting AudioLevelWind, currently
set to 0.5. Changing this to 1.0 will restore the viewer 1.23 behavior
Reviewed with Leyla.
2009-12-30 16:47:25 -08:00
Leyla Farazha
4e23ae312f
EXT-3767 Person Inspector is corrupted if open it from voice controls panel
2009-12-30 15:49:35 -08:00
James Cook
baa79ad5ee
merge
2009-12-30 15:47:30 -08:00
James Cook
4e901957f9
EXT-3753 Made inventory subfolders indent more.
...
Changed back to 8 pixel indent, as Ben Glenn was seeing confusion in
user tests with lesser indents. Made it a setting, FolderIndentation
in case we want to change in the future.
Reviewed with Leyla.
2009-12-30 15:46:53 -08:00
Callum Prentice
5c0ac6f4ae
Merge with tip
2009-12-30 14:49:34 -08:00
Callum Prentice
8d5532e78e
EXT-3662 - DEV-44129 Cannot click directly above the media controls
...
Reviewed by CB
2009-12-30 14:47:39 -08:00
Leyla Farazha
6865d7e93c
Merge
2009-12-30 13:49:17 -08:00
Eric M. Tulla (BigPapi)
11086c0636
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
2009-12-30 16:36:00 -05:00
Eric M. Tulla (BigPapi)
322b5869be
EXT-2224 - Inv item property fields were still editable if item was deleted
...
-Reviewed by seraph
2009-12-30 16:35:11 -05:00
Leyla Farazha
5b7f71cd35
EXT-3685 Object Profile panel layout issues
2009-12-30 12:12:30 -08:00
Sergei Litovchuk
e9d799801d
fixed build (removed missing files references from CMakefile)
...
--HG--
branch : product-engine
2009-12-30 21:15:18 +02:00
Sergei Litovchuk
2c19e7ddc9
Fixed low bug (EXT-3769) Expand/Collpase All Folders menuitem in the Teleport History is enabled when nothing to expand/collapse
...
- Added expanded/collapsed folders check.
--HG--
branch : product-engine
2009-12-30 21:06:45 +02:00
Mike Antipov
d9a21cbff2
Fixed low bug EXT-3677 (Resident doesn't appear in the nearby voice list after enabling voice)
...
-- fixed incorrect condition while checking if added avatar is a valid speaker (improvements for original fix - 62a452bcea55)
--HG--
branch : product-engine
2009-12-30 20:29:14 +02:00
Denis Serdjuk
90a1706870
fixed bug EXT-3761 Leave call button in the VCP shouldn't be resizable
...
--HG--
branch : product-engine
2009-12-30 19:31:07 +02:00
Mike Antipov
0458c87948
Work on task EXT-938 (Get rid of deprecated list controls)
...
-- remove unused LLFloaterCall & LLPanelAvatarRow used in it.
--HG--
branch : product-engine
2009-12-30 19:09:27 +02:00
Andrew Polunin
20e2ed9c9c
fixed normal bug (EXT-3738) Too much space above favorites on Favorites bar
...
--HG--
branch : product-engine
2009-12-30 19:08:18 +02:00
Sergei Litovchuk
46e97785c9
Fixed normal bug (EXT-3739) Task panel tabs in incorrect order, Home tab is missing.
...
- Changed side tray tabs order.
--HG--
branch : product-engine
2009-12-30 18:13:03 +02:00
Mike Antipov
a7690df8b9
Code cleanup: removed stab implementation of Voice Control Panel
...
--HG--
branch : product-engine
2009-12-30 17:48:53 +02:00
Denis Serdjuk
8da7889400
fixed bug EXT-3722 New IM & Notification buttons can be clicked on, even when there's nothing to see
...
Note:
It was decided to handle an enabling of buttons from syswellwindow according to his empty state
--HG--
branch : product-engine
2009-12-30 17:37:45 +02:00
Dmitry Zaporozhan
5eb4d0b219
Fixed normal bug EXT-3762 - New notifications don't appear in the Notifications Well until they fade away in the channel.
...
--HG--
branch : product-engine
2009-12-30 16:58:49 +02:00
Mike Antipov
e214b6e360
Fixed major bug EXT-3747 ( Bottom bar resize behavior not to spec)
...
-- shifted chatbar left border 4 pixels left
-- reduced distance between Speak, Gestures, Move, View, Snapshort buttons to 1 pixel
For now minimal width of bottom tray with opened side panel is 687 pixels (1020 for viewer vindow) without truncating any buttons.
--HG--
branch : product-engine
2009-12-30 16:46:53 +02:00
Andrew Polunin
c8294f2ad7
fixed normal bug (EXT-3731) Favorites Bar spaced too tightly (side effect was fixed)
...
--HG--
branch : product-engine
2009-12-30 16:19:48 +02:00
Alexei Arabadji
2e8e7b9336
Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
...
--HG--
branch : product-engine
2009-12-30 16:06:16 +02:00
Alexei Arabadji
8b93a0d83d
fixed EXT-2787 “Outdated voice chat invitation never hides itself”,
...
corrected check is invite from group or ad-hoc call to avoid hide incoming
call dialog for that cases;
--HG--
branch : product-engine
2009-12-30 16:05:59 +02:00
Dmitry Zaporozhan
3a50996058
Fixed normal bug EXT-3643 - Make Friend Offer dialog a modal alert.
...
Added "Start IM" option to "OfferFriendship" notification.
--HG--
branch : product-engine
2009-12-30 14:50:57 +02:00
Sergei Litovchuk
8f30d5f204
EXT-2781. Added reference to issue in comments.
...
--HG--
branch : product-engine
2009-12-30 14:38:22 +02:00
Sergei Litovchuk
3e7de89a6d
Fixed normal bug (EXT-3714) No landmarks is shown in expanded accordeon after filter has been used.
...
- Added applying filter upon accordion expansion to update currently filtered items.
--HG--
branch : product-engine
2009-12-30 14:21:14 +02:00
Vadim Savchuk
db482969ed
Merge from default branch.
...
--HG--
branch : product-engine
2009-12-30 13:25:18 +02:00
Dmitry Zaporozhan
1febd28bd4
Fixed normal bug EXT-3740 - People panel should default to Nearby at first run.
...
--HG--
branch : product-engine
2009-12-30 10:33:35 +02:00
Kent Quirk
f4e2287175
automated merge PE->viewer2.0
2009-12-30 00:45:11 -05:00
Xiaohong Bao
904de223b6
for DEV-44376: create a switch for texture decoding.
2009-12-29 18:18:52 -07:00
James Cook
180ffcf263
Merge
2009-12-29 17:14:50 -08:00
Xiaohong Bao
10c6690561
fix for EXT-3553: unknown Crash.
2009-12-29 17:42:54 -07:00
James Cook
b3d0c94ee0
EXT-3720 Added Advanced > Set Window Size... for video making
...
Torley needed this to make tutorial movies.
Removed dead code from Preferences.
Reviewed by Leyla.
2009-12-29 16:23:49 -08:00
Leyla Farazha
8e5b453ea0
EXT-3589 Favorites Appear Squished Together on Left Half of Favorites Bar
...
EXT-3602 Inventory > New Clothes sub menu not aligned
EXT-3631 Texture preview after upload > Image covers buttons
reviewed by James
2009-12-29 16:12:12 -08:00
Xiaohong Bao
5c8c4c9de1
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/
2009-12-29 15:08:02 -07:00
Xiaohong Bao
b07564b15c
fix for DEV-44134: trying to move away from a huge amount of objects with media causes viewer to hang for 15-20 seconds.
2009-12-29 15:02:22 -07:00
Callum Prentice
9f5187d338
Fix for EXT-3758 (DEV-44584) - media will not display join.secondlife.com
...
Reviewed by CB
2009-12-29 12:30:33 -08:00
Callum Prentice
3320634c93
Fix for EXT-3655 (DEV-44440) dead area in media address bar
...
Reviewed by cricket ball
2009-12-29 12:00:52 -08:00
James Cook
c2915a8899
Merge viewer-2-0 into gooey
2009-12-29 11:55:20 -08:00
Sergei Litovchuk
383cb255e0
Fixed low bug (EXT-2781) Stop Flying button is displayed while walking after slumping.
...
- Disabled flying mode if it has been enabled shortly before the agent
stand up animation is signaled. In this case we don't get a signal to start flying animation because of some server side problem, the agent's avatar does not play flying animation, so we switch flying mode off. This may cause "Stop Flying" button to blink.
--HG--
branch : product-engine
2009-12-29 20:47:11 +02:00
James Cook
1e9a5c21e5
EXT-3745 Add alternate damage heart.
2009-12-29 10:24:56 -08:00
Denis Serdjuk
40e069057e
fixed minor bug EXT-3357 'Edit partner' link in Edit My Profile has larger clickable area than needed
...
--HG--
branch : product-engine
2009-12-29 20:10:34 +02:00
Andrew Dyukov
9737349a72
Fixed minor bug EXT-2955 ("Teleport" button is enabled in profile panel of offline avatar).
...
- Fixed not only "Teleport" button from profile, but also from IM (according to comment in JIRA).
--HG--
branch : product-engine
2009-12-29 19:55:23 +02:00
Dmitry Zaporozhan
540b88bded
Fixed normal bug EXT-3694 - Fix to expandable text "more" widget caused horizontal scrollbars to appear again in Profiles.
...
Reserved space for vertical scroll bar to avoid horizontal scroll bar.
--HG--
branch : product-engine
2009-12-29 19:30:37 +02:00
Andrew Polunin
3eeb7cc33b
fixed normal bug EXT-3737 Drop shadow visible between menu bar and navbar
...
--HG--
branch : product-engine
2009-12-29 19:11:04 +02:00
Denis Serdjuk
f036105dc9
fixed bug EXT-3726 Cannot edit pasted text in Address Bar
...
--HG--
branch : product-engine
2009-12-29 18:14:44 +02:00
Alexei Arabadji
8f91db2e80
Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
...
--HG--
branch : product-engine
2009-12-29 17:55:35 +02:00