Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-05 | EXP-860 FIX -- Display NEW for items added to inbox | Leslie Linden | |
* Added createFolderView, createFolderViewFolder and createFolderViewItem virtuals to LLInventoryPanel so these can be overridden by a derived class for custom display. * Added new LLInboxInventoryPanel class that overrides createFolderViewFolder with a LLInboxFolderViewFolder for custom display with NEW tags. * LLInboxFolderViewFolder NEW tag is tied to the mFresh variable that currently has no logic attached to it, meaning it remains off all the time. Reviewed by Richard. | |||
2011-06-09 | EXP-865 FIX -- Modify LLBadge to allow it to hang off of non-buttons | Leslie Linden | |
LLBadgeOwner now only depends on LLView instead of LLUICtrl Sidebar Tab Buttons now can support badges Reviewed by Leyla | |||
2011-06-08 | EXP-865 PROGRESS -- Modify LLBadge to allow it to hang off of non-buttons | Leslie Linden | |
Moved LLBadge use from LLButton into a separate LLBadgeOwner class. LLButton now derives from LLBadgeOwner which handles the bulk of the badge management. |