Age | Commit message (Collapse) | Author |
|
|
|
|
|
reviewed by Leslie
|
|
|
|
experience
|
|
|
|
|
|
Recent Tab if that tab is open when item delivered
|
|
delivered at top of list
Fixed folder getCreationDate function to handle nested folders. This should allow
the inbox to properly date sort items delivered with nested folders.
Reviewed by Leyla.
|
|
Inventory tab
fixed having visible child items forcing filtered folder to appear
|
|
Inventory tab
switched to using filters to hide inbox and show it for recent items only
|
|
Recommended by Richard.
|
|
|
|
delivered at top of list
reviewed by Leyla
|
|
|
|
removed mHidden variable
|
|
cleaned up and refactored inventory code a bit
reviewed by Leyla
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Took out explicit _Link icons and replaced with overlay.
Removed links overlays from non-main-inventory-floater panels.
|
|
return a selection
Function signature change to return a selection instead of taking one as an argument.
|
|
Link items now appear in light gray.
|
|
glance from My Inventory items
Library items are now set to Emphasis Color. This can be easily changed.
Also fixed an issue where the "(Loading...)" string was overlapping with folder inventory strings.
|
|
*rootFolder"
Superficial cleanup - changed all instances to "LLFolderView* root".
|
|
Superficial cleanup of LLFolderViewItem::draw. No functionality change.
|
|
llinventorymodel subclass
Created LLInventoryModelBackgroundFetch file for handling background fetch.
|
|
\"Accessories\" folder)
Added localization string to the strings.xml for Accessories folder and localization support of Accessories folder from source code (llfolderviewitem.cpp).
<string name=\"InvFolder Accessories\">TRANSLATION TO THE CORRESPONDING LANGUAGE</string> -- this string should be added to the strings.xml for each locale.
Note: due to Accessories category is created out of viewer & has the FT_NONE type it can not be localized as other protected (system) categories.
So, hack was provided to check this folder (in a Library) & localize it.
Reviewd by Mike Antipov at https://codereview.productengine.com/secondlife/r/42/
--HG--
branch : product-engine
|
|
These calls were added while working on two separate tickets
- EXT - 6027 ([TRANSLATED BUT IN EN] Bubble shown when you mouseover on system folder within Inventory > Library) (37baa70ea94b)
- (EXT-6355) [TRANSLATED BUT IN EN] - Inventory, hovertext of system folders: hovertext isn?t localized. (80b6110ba41e)
--HG--
branch : product-engine
|
|
mouseover on system folder within Inventory > Library)
- Added localized string from strings.xml as a tooltip
--HG--
branch : product-engine
|
|
of system folders: hovertext isn´t localized.
- Added updating tooltips with localized names.
Reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/39/
--HG--
branch : product-engine
|
|
inventory folder after moving item between folders
reviewed by Leyla
|
|
inventory windows
EXT-5399 : Ensemble folder typing code has been reenabled and is mangling inventory folders
This fixes two issues:
1. A very serious issue where ensemble auto-typing code was somehow uncommented/reintroduced into viewer2. This randomly changes folder types (sometimes into what older viewers will treat as system folders; i.e. you can't delete or move them).
2. A minor issue where sorting was not correctly identifying what was a system folder or not.
|
|
|
|
Checker: NULL_RETURNS
Function: LLInventorySort::operator ()(const LLFolderViewItem *const &, const LLFolderViewItem *const &)
File: /indra/newview/llfolderviewitem.cpp
|
|
inventory search.
We now only update the open/closed status when we've updated the filter status.
-Reviewed by Richard
|
|
Landmarks were being special cased for sorting; removed this so that they sort by the same rules of other folders.
|
|
--HG--
branch : product-engine
|
|
Fixed size and position of renamer line editor
Reviewed with Richard
|
|
folder_view_item.xml
EXT-3753 Inventory folders now have customizable item indents and
"My Inventory" has indent again
Reviewed with Richard
|
|
Optimized LLFolderViewItem constructor by passing param block as
const ref to avoid copies.
Removed per-item arrow and background images, use defaults.
Removed unneeded static image pointers.
Removed hard-coded rounded_square.tga, replaced with Rounded_Square
Ditto for folder_arrow.tga
Reviewed with Richard.
|
|
Changed back to 8 pixel indent, as Ben Glenn was seeing confusion in
user tests with lesser indents. Made it a setting, FolderIndentation
in case we want to change in the future.
Reviewed with Leyla.
|
|
|
|
|
|
Name change "DontShowInHierarchy"->"Hidden".
|
|
Fixed some highlight formatting issues.
|