Age | Commit message (Collapse) | Author |
|
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/518/
--HG--
branch : product-engine
|
|
changed to 0.
Problem description:
Minimal price value was 1.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/510/
--HG--
branch : product-engine
|
|
Fix:
- Save the UUID of a newly created wearable to start editing it right after it gets worn.
This approach replaces a temporary hack that invoked the editing panel whenever an item gets worn
(if the Appearance SP is opened at the time).
The hack only happened to work sometimes because the editing panel failed to open.
Other changes:
- Removed a check for inventory item completeness from LLAgentWearables::editWearable().
because the check often fails and doesn't appear to be needed at all.
- Added warning messages to LLAgentWearables::editWearable() so that it's easier to debug.
- Replaced duplicated code in LLPanelOutfitEdit::onEditWearableClicked() with a call to gAgentWearables.editWearable().
Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/529/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
controls and used it for 'save outfit' action.
1 Added functionality for locking outfit in LLAppearanceMgr. Outfit should be locked when outfit related operation is started(now it is used for updateBaseOutfit) and unlocked when operation completed or timeout is exceeded.
2 Added outfit saved and outfit lock changed signals to LLOutfitObserver.
3 Updated LLPanelOutfitsInventory and LLPanelOutfitEdit with functionality of controlling 'save outfit' controls state('save outfit' controls should be enabled only if outfit isn't locked and outfit is dirty).
4 Renamed action label of method LLPanelOutfitsInventory::isActionEnabled "make_outfit" to "save_outfit".
--HG--
branch : product-engine
|
|
of notifyObservers while updating calling card item.
- added check on whether avatar name exists in Name Cache before using its getter with callback (which raises notifyObservers).
Reviewed by Brad Payne at https://codereview.productengine.com/secondlife/r/526/
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
reviewed by erica
|
|
Fixed llinfos debug line to give more useful information.
|
|
|
|
Fixed an error in logic - low res textures should be identified by uploadNeeded versus uploadPending.
Also added a llinfos debugging line.
|
|
|
|
|
|
|
|
Backed out changeset e6feef9704cf to re-introduce Bao's fix
|
|
|
|
in main locale, remove horizontal align in 'de' locale.
For now all locales have the same center aligning with right padding to ignore space under indicator.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/519/
--HG--
branch : product-engine
|
|
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/520
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Friends List.
This patch follows (23f0f13abc8b) and prevent to show two messages about empty Friends list.
Reviewed by Vadim Savchuk.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
LLInventoryFetchItemsObserver
Reason: LLInventoryFetchItemsObserver is used to fetch necessary gesture items. Its logic was based on count of "inventory changed" events. In case of there was too many requests stored item UUIDSs are be removed from queue by mistake - notification can be triggered because some other item is renamed.
This issue can appear wherever LLInventoryFetchItemsObserver is used.
Fix: improved logic to make decision to give up fetching items.
For now it bases on period while waiting items to arrive from server and a number of attempts to repeate waiting.
This is a constants of the LLInventoryFetchItemsObserver (10 times by 10 seconds)
Tested with test case in JIRA (total count of inventory items - 13,888).
Most likely that was a reason of inventory loss (EXT-7503).
Reviewed by Brad Payne at https://codereview.productengine.com/secondlife/r/507/
--HG--
branch : product-engine
|
|
(panel outfit edit)
extended find wearables of type functor to filter out links
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/522
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
reviewed by Nyx
|
|
|
|
added "add" menu item to clothing right-click menus and corrected
"wear" to mean "replace top wearable of this type"
reviewed by Richard
|
|
|
|
Cleaned up a few things upon code review.
Code reviewed by vir for this checkin as well as following previous commits:
a801af3728ee
af42810b946c
|
|
appearance" mode)
Call gAgentCamera.resetView() when exiting appearance/outfit editing mode.
|
|
|
|
|
|
viewer
reviewed by Mani
|
|
|
|
|
|
Cleaned up readBackAndUpload and added better comments.
|
|
|
|
name, and just saves changes.
reviewed by Nyx
|
|
|
|
|
|
More informative logic added in to track when an upload is actually happening.
Did some minor reformatting.
|
|
previews on 'Front view' while editing shapes).
Reviewed by Richard.
|
|
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/523/.
--HG--
branch : product-engine
|