Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
indra/newview/llinventorybridge.cpp
LLObjectBridge::openItem() was concurrency modified.
Applied behavior that was changed in c3220f7f7699 according to
VWR-13743 FIXED Change Request: Change double click action for inventory wearables
DEV-33391 FIXED Change Request: Change double click action for inventory wearables
--HG--
branch : product-engine
|
|
|
|
viewer
|
|
|
|
that skips past SSL/Cert errors so QuickBuy functions can be tested. (Windows only)
Also tweaked the QuickBuy Currency floater so scrollbars do not appear for current Web content
|
|
|
|
|
|
|
|
|
|
reviewed by James
|
|
reviewed by James
|
|
combination is long
|
|
|
|
|
|
- Enabled 'fit to parent' parameter for accordion
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/440/
--HG--
branch : product-engine
|
|
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
|
|
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
|
|
Reviewed by Mike Antipov and Nyx at https://codereview.productengine.com/secondlife/r/428/
--HG--
branch : product-engine
|
|
Reviewed with Richard
|
|
|
|
|
|
duplicated string id.
|
|
|
|
|
|
|
|
|
|
Server 1.40 will be deployed before Viewer 2.1, and it sends more
extensive money transaction messages, so I removed all the old
crufty localization code. If Viewer 2.1 connects to an older
server (like a dev grid) money transaction messages will be
English only. This simplifies the code tremendously.
Reviewed with Leyla
|
|
Switched off by default for now until Web content ready - turn on with Debug Settings - 'QuickBuyCurrency'
Reviewed by Sam/Richard
|
|
|
|
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
|
|
Texture elements are now smaller so the floater doesn't consume the entire viewer window space.
|
|
- Increased floater width
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/435/
--HG--
branch : product-engine
|
|
- 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
|
|
- 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
|
|
connected to the buttons bar below
- Made 'Add to outfits' and 'Edit outfit' panels visually connected to the buttons bar below
Reviewed by Mike Antipov and Neal Orman at https://codereview.productengine.com/secondlife/r/416/
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
on low end hardware.
adjust the arrangements of the panel "preferences -> graphics -> Advanced".
|
|
|
|
Reviewed with Erica (language) / Leyla (code)
|
|
|
|
1 or 2 on low end hardware.
added a slider in "preferences -> graphics -> Advanced" to change RenderAvatarMaxVisible value.
|
|
- Added 'MarketplaceURL' setting in settings.xml to represent URL which points to the Marketplace.
- Added member mShopBtn in the class LLSidepanelInventory.
- Added handler LLSidepanelInventory::onShopButtonClicked() which handles a click on the 'Shop' button
- Added corresponding widget in the sidepanel_inventory.xml
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/408/
--HG--
branch : product-engine
|