summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepaneliteminfo.h
AgeCommit message (Collapse)Author
2011-06-30EXP-919 FIX -- Items not shown in Received Items panelLeslie Linden
EXP-929 FIX -- First Direct Delivery item purchased while logged in: Received Items folder visible in inventory and item not visible in Received items panel - no badge count update * Inbox and Outbox inventory panels now live in their own XML files and are hot loaded into place when appropriate, like when the "Received Items" folder is first created, for example. * The Inbox and Outbox panels now show relevant default messages when the folders are empty or do not exist * Added LLInventoryCategoryAddedObserver, a new inventory observer type to observe added folders * Hacked LLInventoryPanel to properly set up inbox and outbox inventory views for the "Received Items" folder and the "Merchant Outbox" folder that aren't created with the proper system folder type * Changed inventory badge count computation to use LLFolderView rather than the inventory directly * Applied various focus, selection and other inbox fixes to the outbox Reviewed by Richard.
2010-12-15STORM-776 : unable to change permissions to "no trans" on item in avatar ↵Wolfpup Lowenhar
inventory applied Kitty's code changes listed in STROM-288 as it is a related issue and this actualy fixed both issues!
2010-11-01STORM-288 FIXED New name resets to old if change it on 'Item Profile' panel ↵Paul Guslisty
while fetching inventory Reason: 'item info panel' updated EACH time some inventory object changed Fix: update 'item info panel' only if changed inventory object is the object for which 'item profile panel' is shown
2010-09-15STORM-148 FIXED Added updating Item Profile info upon changes of objects ↵Sergei Litovchuk
inventory items. The 'Item Profile' panel was observing changes in agent's inventory only, so when an item inside an object was renamed its name wasn't updated in 'Item Profile' panel.
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-01-04EXT-3725 & EXT-2224 - Issue with permissions and for sale ui for certain ↵Eric M. Tulla (BigPapi)
items in side panel. We now completely hide those UI elements when they don't make sense. -Reviewed by seraph
2009-12-09EXT-3063 cleanup of inventory item properties sidepanelNyx (Neal Orman)
step 1: kill the edit button step 2: disable info button on main inventory panel if more than one item is selected. other steps to be done will be filed as separate jiras code reviewed by seraph --HG-- branch : avatar-pipeline
2009-11-18Switch some files to Unix line endingsBryan O'Sullivan
2009-11-04EXT-2216 : Task properties sidepanelLoren Shih
Subclassing sidepanel item/task info with llsidepanelinventorysubpanel. Some bug fixing and cleanup. --HG-- branch : avatar-pipeline
2009-11-04EXT-2216 : Task properties sidepanelLoren Shih
Guts of task properteis sidepanel created. --HG-- branch : avatar-pipeline
2009-11-03EXT-2168 : Rename ObjectInfo to ItemInfoLoren Shih
Renaming for better clarity as to what llsidepaneliteminfo does. Also fixed an error where Edit was not enabling the panel. Also did some superficial cleanup and reorganization of llsidepanel- files. --HG-- branch : avatar-pipeline