summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-05-25EXT-6937 PARTIAL FIXED Enable a possibility to "mute everyone" in case group ↵Mike Antipov
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-25EXT-7471 PARTIAL FIXED Ensure bottom tray chatbar can always be resized by user.Mike Antipov
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-25EXT-7142 FIXED Upload functionality duplicated in the Build menu and Select ↵Andrew Polunin
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-25VWR-13743 FIXED Change Request: Change double click action for inventory ↵Tofu Linden
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-25EXT-6726 WIP Added handlers for most of Appearance SP context/gear menus.Vadim Savchuk
Reviewed by Mike Antipov and Nyx at https://codereview.productengine.com/secondlife/r/428/ --HG-- branch : product-engine
2010-05-25merge from viewer-publicTofu Linden
2010-05-25Fix linux build from llinitparam problem... probably.Tofu Linden
2010-05-24mergeRichard Nelson
2010-05-24DEV-50271 WIP SLURL support for non-clickable namesRichard Nelson
fixed merging logic for blockvalues like rect, uiimage, etc
2010-05-24Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicNyx (Neal Orman)
2010-05-24AVP-92 FIX Avatar appears to be fat when opening the shape editorNyx (Neal Orman)
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-24Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicXiaohong Bao
2010-05-24EXT-7467: FIXED: [DUPLICATED XUI ID] panel_preferences_graphics1.xml has ↵Xiaohong Bao
duplicated string id.
2010-05-24automated mergeLoren Shih
2010-05-24EXT-7463 FIXED Create instrumentation for tracking COF actions on loginLoren Shih
Added more llinfos for tracking COF and InventoryModel changes.
2010-05-24AVP-60 EXT-7366 EXT-7209 WIP Camera views not correct when editing wearableNyx (Neal Orman)
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-24DEV-50271 WIP SLURL support for non-clickable namesRichard Nelson
fixed merging logic for blockvalues like rect, uiimage, etc
2010-05-24Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicNyx (Neal Orman)
2010-05-24AVP-91 FIX avatars rebaking on every loginNyx (Neal Orman)
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-24MergeEli Linden
2010-05-24ND-46735 WIP IT JA linguisticEli Linden
2010-05-24EXT-7436 FIX pt 2 - added extra check for wearable to prevent log spamNyx (Neal Orman)
Reviewed by Seraph
2010-05-24Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicNyx (Neal Orman)
2010-05-24AVP-91 WIP Fix baked texture hashingNyx (Neal Orman)
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-24Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicNyx (Neal Orman)
2010-05-24EXT-7436 FIX every other login ruthing.Nyx (Neal Orman)
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-24automated mergeLoren Shih
2010-05-24EXT-7463 FIXED Create instrumentation for tracking COF actions on loginLoren Shih
Added a bunch of llinfos to track various COF link item actions.
2010-05-24EXT-7462 FIXED disable spotlight support by defaultTofu Linden
2010-05-24EXT-7461 move/remove deferred rendering UI from prefsTofu Linden
2010-05-24EXT-7460 FIXED (VWR-19451) Viewer crashes when opening notifications console.Aimee Linden
EXT-6783 replaced the "History" notifications channel with "Persistent" but llfloaternotificationsconsole.cpp still refers to "History".
2010-05-24merge from viewer-publicTofu Linden
2010-05-24merge from PE's viewer-trunkTofu Linden
2010-05-24merge from viewer-publicTofu Linden
2010-05-24merge backoutTofu Linden
2010-05-24Backed out changeset 57e00f7d4d4fTofu Linden
(was: EXT-7145: FIXED: make viewer to handle "URL redirect " for http texture.) This was causing osx/linux build failure.
2010-05-22merge from viewer-publicTofu Linden
2010-05-21Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicXiaohong Bao
2010-05-21EXT-7394: FIXED: Trees have more polys at low detail than at high detail.Xiaohong Bao
2010-05-21Fix for EXT-5667 (support window.open() in shared media so google docs will ↵Monroe Linden
work). Moved the processing of clicks on _external and _blank targeted links from LLMediaCtrl to LLViewerMediaImpl. Removed LLMediaCtrl::setOpenInExternalBrowser() since that functionality is available through the use of the _external target attribute in web content. Removed LLMediaCtrl:: setOpenInInternalBrowser() since it was unimplemented and not used. Made the webkit media plugin set llqtwebkit's window open behavior to WOB_SIMULATE_BLANK_HREF_CLICK. This is #ifdefed out on Linux until we get a new Linux build of llqtwebkit.
2010-05-21Fixed Windows line endings that crept inCallum Prentice
2010-05-21VI-65 - Addition of Quick/Eazy Buy Web based floater.Callum Prentice
Switched off by default for now until Web content ready - turn on with Debug Settings - 'QuickBuyCurrency' Reviewed by Sam/Richard
2010-05-21merge from viewer-publicTofu Linden
2010-05-21Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicNyx (Neal Orman)
2010-05-21EXT-7209 EXT-7366 FIX avatar needs to enter "appearance editing" modeNyx (Neal Orman)
Avatar now enters "appearance editing" mode when opening the outfit or wearable editors in the sidepanel. Changed code to ensure we don't accidentally switch out of it and back in when switching from one to the other. Note that this cuts out LLFLoaterCustomize from being built and shown to the user from any UI. The code for this (and related classes) will be removed once we have pulled any code out of it that we still need. The current outfit and wearable editors should be working sufficiently for most purposes. Bugs should be reported to Nyx Linden or the avatar team. Code reviewed by Vir
2010-05-21EXT-7439 FIXED reduce size of avatar textures floaterLoren Shih
Texture elements are now smaller so the floater doesn't consume the entire viewer window space.
2010-05-21EXT-7438 FIXED INFRASTRUCTURE Fix up llwearable.h to use standard C++ coding ↵Loren Shih
methodology Had three different versions of the same function, one which didn't even have an implementation. Collapsed these down to two and use function overloading to have them use the same name.
2010-05-21EXT-6817 FIXED Increased floater widthPaul Guslisty
- Increased floater width Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/435/ --HG-- branch : product-engine
2010-05-21EXT-7284 FIXED Made more space between controls to avoid overlappingPaul Guslisty
- Moved to the right color_swatch - made more vertical and horizontal space for \"Opacity\" and \"UI Size\" Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/416/ --HG-- branch : product-engine
2010-05-21EXT-6658 FIXED Fixed text overflow and truncationPaul Guslisty
- Made more vertical space between radio group and status text to avoid overlapping - Moved by 5 pixels to the left \"checkbox fullbright\" checkbox to avoid trancation - Replaced checkbox's label with TextBox to have ability to apply word_wrap for truncated label Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/430/ --HG-- branch : product-engine