summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepanelinventory.cpp
AgeCommit message (Collapse)Author
2010-02-08EXT-4846 : [NUX] Inventory Side Panel - Can we suppress the "Landmarks" and ↵Loren Shih
"My FavoriteS" folder since they have their own Task Panel? Adding simple infrastructure for supporting ability to hide folder types from inventory panels, but NOT exercising this code. This will be deferred for 2.1. Also did some very superficial header file cleanup for LLInventoryPanel.
2010-02-03EXT-4603) Right-clicking a sound and choosing Play doesn't actually play itangela
2010-02-01Fixed normal bug EXT-4768 - 'Play' btn does nothing to gesture in Inventory ↵Dmitry Zaporozhan
side panel. --HG-- branch : product-engine
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-12-03EXT-2410 : Accepting an offered notecard should open the inventorySPLoren Shih
Added logic to choose the side panel if it's open, or open the side panel if no other inventory panels are open. --HG-- branch : avatar-pipeline
2009-12-03EXT-2410 : Accepting an offered notecard should open the inventorySPLoren Shih
Preliminary checkin to improve this infrastructure. --HG-- branch : avatar-pipeline
2009-12-01EXT-3028 : "Find Original" does nothing if floater inventory isn't openLoren Shih
Changed logic for getActiveInventory so that it considers InventorySP. Removed getActiveInventory and replaced with getActiveInventoryPanel since that follows its current usage. This currently contains a bug because the InventorySP always thinks it's open. --HG-- branch : avatar-pipeline
2009-11-18Switch some files to Unix line endingsBryan O'Sullivan
2009-11-18Particial fix for normal bug EXT-2410- Accepting an Offered Notecard Should ↵Eugene Kondrashev
Open the Side Bar Inventory Tab. Added select command while opening inventory sidetray panel --HG-- branch : product-engine
2009-11-06Temp fix to prevent crash while missing sidepanel_task_info.xml.Steve Bennetts
2009-11-04EXT-2216 : Task properties sidepanelLoren Shih
EXT-2224 : Edit item then delete item -- edit panel still active EXT-2228 : Buy/Pay/Open buttons for Task sidepanel --HG-- branch : avatar-pipeline
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-2130 : XUI cleanupLoren Shih
Reformatted sidepanel_inventory Took out tab container from both sidepanel_inventory and sidepanel_item_info --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
2009-11-03mergeLoren Shih
--HG-- branch : avatar-pipeline
2009-11-03EXT-2131 : object properties sidepanelLoren Shih
EXT-2128 : remove multi-properties ability, disable from inventory menu Also includes llsidepanelinventory cleanup. --HG-- branch : avatar-pipeline
2009-11-03Removed declared but never defined function, which was causing a build ↵Brad Payne (Vir Linden)
failure on Mac --HG-- branch : avatar-pipeline
2009-11-02EXT-1866 : Inventory Side PanelLoren Shih
svn merge -r137106:137808 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/inventory-panel Porting over changes from svn Inventory Panel work.