diff options
author | Leslie Linden <none@none> | 2011-07-11 17:45:29 -0700 |
---|---|---|
committer | Leslie Linden <none@none> | 2011-07-11 17:45:29 -0700 |
commit | 18e8d57b210fd5a7ca1bb8fc114a3e4faf8bf537 (patch) | |
tree | 114e914298bd5d06cb5082a81731d9f45580428e /indra/newview/llpanelmarketplaceinboxinventory.h | |
parent | 85ddc48e089b8c0b64ca8c224d0cbf1e1509a9c3 (diff) |
EXP-995 FIX -- New icon scrolls into Received Items panel heading
EXP-903 FIX -- Newness/Freshness number does not decrease as items are opened in Inbox
* Brought back freshness with the freshness
* New badge and label color from Gibson
* Inventory Panel now allows display of badges with proper clipping
Reviewed by Richard.
Diffstat (limited to 'indra/newview/llpanelmarketplaceinboxinventory.h')
-rw-r--r-- | indra/newview/llpanelmarketplaceinboxinventory.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llpanelmarketplaceinboxinventory.h b/indra/newview/llpanelmarketplaceinboxinventory.h index 7b124fdccc..899e459896 100644 --- a/indra/newview/llpanelmarketplaceinboxinventory.h +++ b/indra/newview/llpanelmarketplaceinboxinventory.h @@ -66,12 +66,16 @@ public: LLInboxFolderViewFolder(const Params& p); ~LLInboxFolderViewFolder(); + + time_t getCreationDate() const; void draw(); void updateFlag() const; void selectItem(); void toggleOpen(); + + bool isFresh() const { return mFresh; } protected: void setCreationDate(time_t creation_date_utc) const; |