Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
‘Open’ from Gear menu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from main Inventory
|
|
|
|
|
|
Is supposed to use thumbnails now
|
|
|
|
|
|
single-folder mode
|
|
|
|
|
|
|
|
|
|
Added icons
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add multi item properties floater support
|
|
|
|
|
|
|
|
In thin windows preview can be tiny, make sure it displays properly
|
|
|
|
|
|
|
|
|
|
|
|
Looks like it wasn't used for a while and LLFloaterItemPropertie does the same thing now
|
|
|
|
|
|
|
|
Mostly to make sure it works, but avatar images can be fairly large, so this prevents them from being permanently stored
|
|
LLIconCtrl stores icons indefinitely which is undesired for fairly large and expected to be numerous thumbnails, LLTextureCtrl is tied to texture picker and has a number of limitations (already processes clicks, enforces label area). Intent behind LLThumbnailCtrl is to bridge the gap - to not store texture indefinitely and to allow further customisation.
|
|
|
|
|
|
|