-
- Downloads
(EXT-6722) Create modified inventory view for "my outfits" tab in top-level...
(EXT-6722) Create modified inventory view for "my outfits" tab in top-level appearance sidebar (tier 1) llui: - Setting container panel for accordion tab control to dynamically add tabs to accordions. - Added method to dynamically remove accordion tabs. - Added LLIconCtrl image setter. newview: - Class LLOutfitsList - a list of agents's outfits from "My Outfits" inventory category which represents each outfit by an accordion tab with a list of items inside it. - Class LLWearableItemsList - a list of wearable items used in each accordion tab of "My Outfits" tab. - Class LLInventoryItemsList - a base class for LLWearableItemsList that represents inventory items by panels in LLFlatListView. - Class LLPanelInventoryItem - inventory item representation for a flat list. Item icon is set according to item type. - Class LLInventoryCategoriesObserver - an observer used in LLOutfitsList for monitoring changes to "My Outfits" inventory category and updating outfits accordion tabs and list of items for each outfit. Reviewed by Mike Antipov https://codereview.productengine.com/secondlife/r/285/ --HG-- branch : product-engine
Showing
- indra/llui/llaccordionctrl.cpp 2 additions, 2 deletionsindra/llui/llaccordionctrl.cpp
- indra/llui/llaccordionctrltab.cpp 2 additions, 1 deletionindra/llui/llaccordionctrltab.cpp
- indra/newview/llinventoryitemslist.cpp 50 additions, 24 deletionsindra/newview/llinventoryitemslist.cpp
- indra/newview/llinventoryitemslist.h 21 additions, 15 deletionsindra/newview/llinventoryitemslist.h
- indra/newview/llinventoryobserver.cpp 24 additions, 6 deletionsindra/newview/llinventoryobserver.cpp
- indra/newview/lloutfitslist.cpp 30 additions, 30 deletionsindra/newview/lloutfitslist.cpp
- indra/newview/lloutfitslist.h 13 additions, 0 deletionsindra/newview/lloutfitslist.h
- indra/newview/llwearableitemslist.cpp 4 additions, 1 deletionindra/newview/llwearableitemslist.cpp
- indra/newview/llwearableitemslist.h 14 additions, 5 deletionsindra/newview/llwearableitemslist.h
- indra/newview/skins/default/xui/en/outfit_accordion_tab.xml 2 additions, 2 deletionsindra/newview/skins/default/xui/en/outfit_accordion_tab.xml
Loading
Please register or sign in to comment