-
- Downloads
Fixed EXT-6550(major) - Edit Outfit: Fix alignment of in-line edit button and put proper icon on it
Replaced LLPanelInventoryListItem with LLPanelInventoryListItem. This class is capable of showing widgets on left and right sides of panel. Implemented LLPanelClothingListItem and LLPanelBodyPartListItem - makes use of new LLPanelInventoryListItem and is able to show buttons specified in tickets. Buttons are shown on mouse_enter event and hidden on mouse_leave event. Buttons are - delete, move up, move down, lock, edit. It's item's user responsibility to control buttons visibility. Made LLInventoryItemsList::addNewItem virtual to allow inheritors create specific(non-default) items. Reviewed by Mike Antipov - https://codereview.productengine.com/secondlife/r/325/ --HG-- branch : product-engine
Showing
- indra/newview/llcofwearables.cpp 5 additions, 5 deletionsindra/newview/llcofwearables.cpp
- indra/newview/llinventoryitemslist.cpp 169 additions, 33 deletionsindra/newview/llinventoryitemslist.cpp
- indra/newview/llinventoryitemslist.h 106 additions, 9 deletionsindra/newview/llinventoryitemslist.h
- indra/newview/llwearableitemslist.cpp 154 additions, 0 deletionsindra/newview/llwearableitemslist.cpp
- indra/newview/llwearableitemslist.h 83 additions, 0 deletionsindra/newview/llwearableitemslist.h
- indra/newview/skins/default/xui/en/panel_body_parts_list_item.xml 73 additions, 0 deletions...wview/skins/default/xui/en/panel_body_parts_list_item.xml
- indra/newview/skins/default/xui/en/panel_clothing_list_item.xml 106 additions, 0 deletions...newview/skins/default/xui/en/panel_clothing_list_item.xml
Loading
Please register or sign in to comment