Skip to content
Snippets Groups Projects
  1. Apr 26, 2010
    • Sergei Litovchuk's avatar
      (EXT-6722) Create modified inventory view for "my outfits" tab in top-level... · fbfc8517
      Sergei Litovchuk authored
      (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
      fbfc8517
    • Mike Antipov's avatar
      merge · 4a975bd1
      Mike Antipov authored
      --HG--
      branch : product-engine
      4a975bd1
    • Mike Antipov's avatar
      Fixed major bug EXT-6092 [crashhunters] Crash in LLFlatListView::selectItemPair · a00712e9
      Mike Antipov authored
      Reason:
       A) incorrect UP arrow handling in accordion control: invisible accordion tab was selected to handle selection.
       B) invalid std::map item (in empty map) was used to make selection in Flat List
      
      Fix: added checks against empty map before use front/back item pair before selecting first/last items.
      Also updated processing of the UP key in accordion control to not select invisible accordion tab.
      
      Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/318/
      
      --HG--
      branch : product-engine
      a00712e9
    • Tofu Linden's avatar
      merge from PE's viewer-trunk · a0467365
      Tofu Linden authored
      a0467365
    • Tofu Linden's avatar
      final(?!) merge from viewer-hotfix. · 1993732a
      Tofu Linden authored
      1993732a
    • Tofu Linden's avatar
      merge from PE's viewer-hotfix · ec5a9e26
      Tofu Linden authored
      ec5a9e26
  2. Apr 25, 2010
  3. Apr 24, 2010
  4. Apr 23, 2010
Loading