Commit Graph

10776 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
Paul Guslisty 85b62440ef FIXED EXT-7469 Enabled 'fit to parent' parameter for accordion
- Enabled 'fit to parent' parameter for accordion

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/440/

--HG--
branch : product-engine
2010-05-25 18:36:03 +03:00
Mike Antipov a9398f240d EXT-6937 PARTIAL FIXED Enable a possibility to "mute everyone" in case group chat is already in "moderate_mode" state.
Partial fix (until restart moderator's viewer)
* store "moderate_mode" session state
* if session is already in requested state participants un/mute individually.

Known Issue:
"moderate_mode" session state is set to false on startup. Thus if moderator join voice chat with disabled voice it has incorrect state.
In this case when he sends "Mute everyone" request first time it has effect only to himself. Other unmuted participants are not muted.
Next "Mute everyone" request works properly: one request per participant is sent.

Reviewed by Aimee Walton at https://codereview.productengine.com/secondlife/r/423/

--HG--
branch : product-engine
2010-05-25 16:17:47 +03:00
Aimee Linden 76fc600e94 EXT-7138 WIP Made selecting voice effects while the Voice Control Panel is docked work properly. 2010-05-25 13:51:28 +01:00
Mike Antipov 574e6cb390 EXT-7471 PARTIAL FIXED Ensure bottom tray chatbar can always be resized by user.
Seems, there is a problem somewhere in rendering of LLLAyoutStack children. Last visible panel marked as user_resize=true can not be resized and has no resize cursor.
Because we have no time & resources to investigate this closely a workaround is implemented for bottom tray:
 * set user_resize for layout panel with Speak button which is always visible to user;
 * set user_resize=false to don't have Speak button panel resizable.

Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/438/

--HG--
branch : product-engine
2010-05-25 15:36:05 +03:00
Andrew Polunin ecd93410ff EXT-7142 FIXED Upload functionality duplicated in the Build menu and Select Linked Parts menu moved up
- LLPanelMainInventory::setUploadCostIfNeeded() - uncommented the line which enables retrieving of the upload cost price using LLGlobalEconomy class.
- Implemented LLUploadCostCalculator event handler in the llviewermenu.cpp (the fact that it should be implemented in this file was discussed with Mike Antipov).
- LLUploadCostCalculator::calculateCost() is implemented only for code readability: it's name is more descriptive than a code snippet placed directly in the constructor (LLPanelMainInventory::setUploadCostIfNeeded() works in similar way: it calculates cost_str only once).
- 'Select Linked Parts' menu was moved below 'Edit Linked Parts'.
- 'Upload' menu was added at the bottom, below 'Options' menu

Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/425/

--HG--
branch : product-engine
2010-05-25 15:31:07 +03:00
Tofu Linden a781dd767c VWR-13743 FIXED Change Request: Change double click action for inventory wearables
DEV-33391 FIXED Change Request: Change double click action for inventory wearables

Pulled this from the AvP backlog and implemented it, as it's a pain point from Ben's usability findings.  And people loooove this in 3rd party viewers.
(transplanted from cd0857d027305aec3dbdfe1940a04f7827e3a656)
2010-05-25 13:27:17 +01:00
Vadim Savchuk cb05897152 EXT-6726 WIP Added handlers for most of Appearance SP context/gear menus.
Reviewed by Mike Antipov and Nyx at https://codereview.productengine.com/secondlife/r/428/

--HG--
branch : product-engine
2010-05-25 14:17:11 +03:00
Aimee Linden d849f5c81d Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-25 10:07:21 +01:00
Tofu Linden 2a99af8d94 Fix linux build from llinitparam problem... probably. 2010-05-25 06:26:10 +01:00
Aimee Linden 138f58cf39 Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-25 03:37:19 +01:00
Aimee Linden 3e85291fee EXT-7337 WIP Further tweaking of Voice Effect preview layout 2010-05-25 03:36:36 +01:00
Aimee Linden 563ae1c7e0 EXT-7337 WIP Replace the new column with a (New!) tag after the voice effect name 2010-05-25 02:47:28 +01:00
Andrew A. de Laix 45a86b6751 fix eof newline 2010-05-24 16:53:10 -07:00
Andrew A. de Laix 8f4c8ebcd5 fix darwin build. 2010-05-24 16:52:12 -07:00
Richard Nelson a146a0f27b merge 2010-05-24 16:31:26 -07:00
Richard Nelson 7e487652e3 DEV-50271 WIP SLURL support for non-clickable names
fixed merging logic for blockvalues like rect, uiimage, etc
2010-05-24 16:30:55 -07:00
Andrew A. de Laix 637b1e4a3a fix some dos line endings. 2010-05-24 16:24:10 -07:00
Roxie Linden 32ad37b3f7 Few more touchups for the cert performance code 2010-05-24 16:21:29 -07:00
Andrew A. de Laix 8be11be8e7 resolve merge conflict 2010-05-24 16:16:31 -07:00
Andrew A. de Laix f24c312f83 so long llwindebug, we hardly knew ye. 2010-05-24 15:59:26 -07:00
brad kittenbrink 28bff2cd99 Fix for mac build failing to find google_breakpad client libraries. 2010-05-24 15:42:22 -07:00
Roxie Linden a7d1c68c78 Fixup some certificate related unit tests 2010-05-24 15:31:10 -07:00
Andrew A. de Laix 1077ab49c1 Just enough hackery to get minidumps into Wind'ohs crash reports. Code clean up needed. 2010-05-24 15:19:33 -07:00
Brad Payne (Vir Linden) 670e316dd7 Static VFS cache tracing 2010-05-24 18:05:15 -04:00
Nyx (Neal Orman) 7100d1ce00 Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-24 17:19:06 -04:00
Nyx (Neal Orman) 40c672a61f AVP-92 FIX Avatar appears to be fat when opening the shape editor
Wearable editor previews were affecting the in-world avatar and not properly
resetting the changed parameters. Since the "body fat" slider is the last in
the default tab for the shape editor, this leaves your avatar fat.

Reconfigured the code to work through the wearables and most importantly
included a call to updateVisualParameters() at the end of the render function.

This appears to have fixed the issue - your avatar does not appear affected during
the avatar preview generation anymore.


Code reviewed by Seraph
2010-05-24 17:16:03 -04:00
Roxie Linden 1ad46b5cd0 DEV-50173 - investigate certificate code performance
DEV-50166 - LLBasicCertificateChain::validate calls in log
Added caching of certificates that have been validated.
The sha1 hash for the certificate is stored and is associated
with the from and to times.  When the certificate is validated,
the code determines whether the certificate has successfully
been validated before by looking for it in the cache, and then
checks the date of the cert.  If that is successful,
the validation calls with success.

Otherwise, it proceeds to do a full validation of the certificate.
2010-05-24 13:59:10 -07:00
Xiaohong Bao a98454059c Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-24 14:42:53 -06:00
Xiaohong Bao e2f6ec6294 EXT-7467: FIXED: [DUPLICATED XUI ID] panel_preferences_graphics1.xml has duplicated string id. 2010-05-24 14:41:24 -06:00
Loren Shih 5ab2127fe3 automated merge 2010-05-24 16:40:21 -04:00
Loren Shih 358d23a3a0 EXT-7463 FIXED Create instrumentation for tracking COF actions on login
Added more llinfos for tracking COF and InventoryModel changes.
2010-05-24 16:39:34 -04:00
Aimee Linden cf34437506 EXT-7337 WIP Rearrange controls in the voice morphing preview.
Added link to marketing page.
2010-05-24 21:29:09 +01:00
Nyx (Neal Orman) 7be50ad3a5 AVP-60 EXT-7366 EXT-7209 WIP Camera views not correct when editing wearable
Added code to shift camera focus to appropriate section of the avatar when
wearable editor accordion tabs are expanded / collapsed.

Known issue: camera does not shift properly when first opening wearable editor.
Will implement a selectDefaultSubpart() function later.

Code reviewed by Prep
2010-05-24 16:16:28 -04:00
Richard Nelson 087ba60672 DEV-50271 WIP SLURL support for non-clickable names
fixed merging logic for blockvalues like rect, uiimage, etc
2010-05-24 12:25:21 -07:00
brad kittenbrink 168fbc9b37 New windows package of google_breakpad with correct /Zc:wchar_t- setting for ABI compatibility. 2010-05-24 12:11:03 -07:00
Nyx (Neal Orman) 0c55c8a0b8 Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-24 15:06:40 -04:00
Nyx (Neal Orman) 53b6156379 AVP-91 FIX avatars rebaking on every login
Whitespace change as my last checkin was reviewed and tested to pass.
Avatar baked texture hashing now works across logins and uses the correct
texture indices.

Code reviewed by Vir
2010-05-24 15:06:24 -04:00
Eli Linden 5f24661778 Merge 2010-05-24 11:20:06 -07:00
Eli Linden f813793fac ND-46735 WIP IT JA linguistic 2010-05-24 11:19:34 -07:00
Nyx (Neal Orman) 536712a041 EXT-7436 FIX pt 2 - added extra check for wearable to prevent log spam
Reviewed by Seraph
2010-05-24 14:18:04 -04:00
Nyx (Neal Orman) 16134b2baa Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-24 13:49:04 -04:00
Nyx (Neal Orman) 8025997c89 AVP-91 WIP Fix baked texture hashing
First pass at fixing baked texture hashing - unified the hash code to one
function, made sure all messages pass correct texture indices.

Initial code review by Vir
2010-05-24 13:48:52 -04:00
Nyx (Neal Orman) a2c3df025c Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-24 13:12:39 -04:00
Nyx (Neal Orman) 4ef12d1ecf EXT-7436 FIX every other login ruthing.
I think this is related - every time you wear one body part or a single piece
of clothing, it would remove all body parts, causing you to regenerate defaults
which makes you look like ruth. Simple error in logic, body parts should only
be replaced if they are being removed.

Code reviewed by Seraph
2010-05-24 13:12:28 -04:00
Loren Shih 583060bc63 automated merge 2010-05-24 12:55:22 -04:00
Loren Shih b92c1b6d74 EXT-7463 FIXED Create instrumentation for tracking COF actions on login
Added a bunch of llinfos to track various COF link item actions.
2010-05-24 12:52:50 -04:00
Aimee Linden a48c8a3aca EXT-7138 WIP More tidying up after the removal of the play button in the voice effect preview. 2010-05-24 16:30:22 +01:00
Aimee Linden d85464bb33 EXT-7138 WIP Don't rebuild the voice effect combo list every time a different effect is selected. Added a notification on receiving new voice effects. 2010-05-24 16:21:56 +01:00
Aimee Linden c5cca5a809 Automated merge with ssh://hg.lindenlab.com/dessie/viewer-public 2010-05-24 15:12:27 +01:00
Aimee Linden 0fc44d319f EXT-7335 WIP Clean up warnings when parsing Vivox timestamps.
Tidied up initialization of voice font expiry timers.
2010-05-24 15:11:46 +01:00