Age | Commit message (Collapse) | Author |
|
|
|
Problem reproduced for items which had divider at the bottom. It was caused by non-optimal placement of divider
in item. To fix this, "top" attribute of divider was changed, and when done so it turned out that increase of items
height from implementation of this task was not necessary, so rolled back these changes in xml and code. Also added some padding between flatlists items to avoid cropping of top part of item selection because of divider.
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/502/
--HG--
branch : product-engine
|
|
Trivial change to texture debug readout.
|
|
|
|
Added fix for logic behind resetting upload timer.
|
|
- Increased "About Land" button width and moved it below parcel icons.
- Increased "Region/Estate" button width (also truncated text in multiple langs).
- Increased advanced place info accordion minimal height to avoid vertical scrolling inside tabs (in all tabs except "For Sale").
- Decreased "Estate" and "For Sale" panels height to avoid extra free space.
Reviewed by Paul Guslisty https://codereview.productengine.com/secondlife/r/503/
--HG--
branch : product-engine
|
|
|
|
|
|
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/521/
--HG--
branch : product-engine
|
|
|
|
corresponding with spec
- Changed label and font of filter's label in 'Add Wearables' panel
- Added magnifier icon to the filters of 'My Appearance' and 'Add Wearables' panels
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/515/
--HG--
branch : product-engine
|
|
Add Wearables panel
- Decreased accordion height
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/512/
--HG--
branch : product-engine
|
|
|
|
Added hack for testing lower texture discard level performance.
Enabled LowResTextures timeout.
|
|
Changed hash mangling algorithm slightly.
|
|
|
|
This makes logs look less scary on Linux, in-line with other platforms.
|
|
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/514
--HG--
branch : product-engine
|
|
area for all texture pickers
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/509/
--HG--
branch : product-engine
|
|
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/517/
--HG--
branch : product-engine
|
|
panel status.
1 published LLCOFObserver as LLOutfitObserver(moved from llpaneloutfitedit.cpp to lloutfitobserver.h)
2 decoupled outfit edit panel and observer by replacing pointer to panel with signals and made observer as singleton
3 moved call of LLAppearanceMgr::getInstance()->updateIsDirty() from outfit edit panel to observer(discussed with IB)
4 modified updating of combo button state on outfit panel using LLOutfitObserver
5 modified refresh of outfit name and status on outfit change event using LLOutfitObserver
6 removed unnecessary LLWatchForOutfitRenameObserver that caused excessive updates of outfit panel status name
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/492/
--HG--
branch : product-engine
|
|
text when there are no visible tabs in accordion.
* Textbox always fit whole accordion.
* This text is updated with search_term (in link to open Search floater) when new filter substring is passed to accordion.
* Accordion is notified by its tabs when their visibility is changed.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/486/
--HG--
branch : product-engine
|
|
|
|
|
|
(transplanted from 19717602f45950c058c8ddce792d57ef21f67c99)
|
|
One step closer to full support of multi-wearables architecture
code will be reviewed before pushing.
|
|
|
|
Resident-submitted patch, cleaned up so it matches style and compiles/builds
well. Appears to work for stated goals but will need some more UI work to
ensure consistency.
WIP checkin, will be code reviewed before pushing.
|
|
Removed the misnamed LLPanelEditWearable::initializePanel() (which was actually being called multiple times for each object), and moved its functionality to postBuild() and showWearable().
|
|
|
|
|
|
|
|
|
|
but has admin menu enabled.
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/508/
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
EXT-7626 FIXED LLTexLayer header file cleanup
EXT-7628 FIXED Don't cache lower res baked textures
Added more information into the texture debug view.
Mangled hash when uploading lower res baked textures so they're not cached
Lots of superficial cleanup on lltexlayer and associated classes. Removed some unused functions and member variables as well.
|
|
|