Age | Commit message (Collapse) | Author |
|
Added code to save order information to outfits on loading / reverting them.
Order information is updated not only in COF, but also in base outfit folder.
This is only safe to do when we are explicitly loading a saved outfit,
as the COF may have deviated from the saved outfit.
This will also help fix order discrepencies in saved outfits that have been
manually modified through inventory operations.
Fix will only be effective after server 1.40 has rolled out. Tested results
on Aditi to verify effectiveness.
Code Reviewed by Seraph
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
selection.
- Added check to LLPanelOutfitsInventory::updateListCommands() which takes place on selection change and depending on hasItemSelected() sets tooltip for "Wear" button.
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/665/
--HG--
branch : product-engine
|
|
Fixed issues from bug except accordion header color changing and changing T-Shirt icon to newer one which are to follow later.
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/660/
--HG--
branch : product-engine
|
|
|
|
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/663/
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Now clicking on help topic for location input goes onto correct help page.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/662/
--HG--
branch : product-engine
|
|
panel" was changed to the sidetray color (i.e. background rendering was disabled).
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/639/
--HG--
branch : product-engine
|
|
visibility and values for mature/adults check_box/icon/label.
Reviewed by Sergey Litovchuk and Mike Antipov at https://codereview.productengine.com/secondlife/r/633/
--HG--
branch : product-engine
|
|
items can be taken off or selected outfit contains items that can be taken off.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/649/.
--HG--
branch : product-engine
|
|
to fix scrolling to currently selected texture.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/679/.
--HG--
branch : product-engine
|
|
- Used "Shirt_Large" icon instead of "TabIcon_Appearance_Off" and moved icon a bit for better look.
Trivial changes, so no review.
--HG--
branch : product-engine
|
|
is worn.
- Changed no items text for attachments flatlist to "No attachments worn".
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/684/
--HG--
branch : product-engine
|
|
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/677/
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
updateApperanceFromCOF() if UI lets any improper state through
|
|
--HG--
branch : product-engine
|
|
reviewed by Mike Antipov, Alexei Arabadji at https://codereview.productengine.com/secondlife/r/654/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
panel_outfits_list.xml and (without trash button) panel_outfits_wearing.xml.
Note: MY OUTFITS and WEARING controls size/positions were corrected to be similar to Places and Inventory.
Reviewed by Mike Antipov and Neal Orman at https://codereview.productengine.com/secondlife/r/650/
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
|
|
Better usage of LLVertexBuffer::sEnableVBOs.
Added RenderUseStreamVBO debug setting for controlling usage of VBOs for particles/avatars/etc.
|
|
|
|
|
|
|
|
Removed hard coded scaling of movements when in build mode, made it a debug setting defaulted to 1 to disable it.
|
|
|
|
EXT-8029 Edit Wearable > Skirt, Jacket, Socks - Can't open texture or color picker, texture appears as gray X
EXT-7770 Revert on shirt edit doesn't revert the fabric or color/tint icons back to their originals
fixes color swatch/texture ctrl disabled issue and "undo changes" not reverting textures on avatar
does not fix grey tattoo preview issue
reviewed by Nyx
|
|
|
|
right-click context menus
EXT-8093 FIXED No "open" or "properties" items for gestures
Re-added open/properties to gestures
Fixed right-click inventory selection so that it does something logical & consistent for multiple items. Had to add a "getLastVisible" to LLView to support this.
|
|
Button now gets disabled in the early-exit case in LLPanelOutfitEdit::onInventorySelectionChange().
onInventorySelectionChange() also uses the new predicate get_can_item_be_worn(), which both checks whether the item is already being worn and whether it's of a type that could be worn.
Reviewed by Nyx at http://codereview.lindenlab.com/2451030 .
|
|
prevent race from user closing dialog and receiving price message.
|