Commit Graph

16 Commits (8f892d0f36fda170a5cecf0aea89887d6d0e45ef)

Author SHA1 Message Date
Yuri Chebotarev a66ec792c9 EXT-7790 FIX Reset inventory filter when showing original item in inventory
reviwed by Loren Shih at https://codereview.productengine.com/secondlife/r/575/

--HG--
branch : product-engine
2010-06-16 10:10:59 +03:00
Andrew Polunin d861768345 EXT-7381 FIXED (Nothing happens after clicking on some verb buttons of 'My Inventory' side panel)
- \"options_gear_btn\", \"trash_btn\" and \"add_btn\" now initialized using getChild of the main inventory panel (to avoid another break if the \"bottom_panel\"'s control class will be changed again from LLLayoutStack to something other, e. g. reverted back to LLPanel)
- mTrashButton member was added (which corresponds to \"trash_btn\" control) to optimize performance a little: LLPanelMainInventory::updateListCommands() updates \"trash_btn\"'s enabled state, so to avoid searching using getChild() again and again, a separate member was created.

Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/401/

--HG--
branch : product-engine
2010-05-18 15:19:03 +03:00
Loren Shih a5c43859c3 EXT-5735 : InventorySP doesn't show # of inventory items even when known by viewer
Moved # items fetched string into panel_main_inventory (out of floater_inventory) so that it's shared by all inventory views.
2010-03-16 17:11:02 -04:00
Dmitry Zaporozhan b165492945 Fixed normal bug EXT-2791 - Upload Image / sound / animation missing cost.
--HG--
branch : product-engine
2009-12-28 13:19:15 +02:00
Brad Payne (Vir Linden) 8c5a13c370 For EXT-3500: Make InventorySP and AppearanceSP filters behave like it does in LandmarksSP and PeopleSP. This covers the InventorySP part.
--HG--
branch : avatar-pipeline
2009-12-17 10:20:55 -05:00
Loren Shih 9778c3d7b3 EXT-3407 : "Recent Items" panel shows as empty
The text in the search editor is now properly kept updated.
2009-12-14 14:01:16 -05:00
Eric M. Tulla (BigPapi) dc8365ff00 Fix for EXT-2703 & EXT-2708 - save texture as issues
Added save as to texture preview floater.  Fixed behavior of save as (was only working for textures, not snapshots).
Removed advanced menu entry for save texture as (refused to work after multiple implementations).
2009-12-09 16:27:39 -05:00
Bryan O'Sullivan 699eac4ee3 Switch some files to Unix line endings 2009-11-18 17:52:03 -08:00
Loren Shih 53beee9e08 EXT-2569 : Separate out LLPanelOutfitsInventory so it's more modular versus being coupled with LLSidepanelAppearance
EXT-2561 : Add standard bottom panel (gear menu, add button, trash icon)

Added gear menu and standardized the code. (someday, will create a subclass to share the functionality across panels)
Make LLPanelOutfitsInventory more modular, e.g. it no longer knows about the Wear/Edit buttons.

--HG--
branch : avatar-pipeline
2009-11-17 13:00:26 -05:00
Loren Shih acdce23299 Header file cleanup
Removed unnecessary "#include llinventorymodel.h" now that llinventoryobserver was split from llinventorymodel.

--HG--
branch : avatar-pipeline
2009-11-13 17:47:00 -05:00
Loren Shih 2117b096d7 EXT-2377 : Add XML switch to showing either menubar or gear menu
Reverting previous checkin for enabling this.  This is more complicated than worth spending time on, at the moment.
2009-11-11 18:13:43 -05:00
Loren Shih 5bb5333964 EXT-2377 : Add XML switch to showing either menubar or gear menu
First pass attempt at this.  This is not debugged, but hg won't let me merge until I commit this change...
2009-11-11 12:42:39 -05:00
Loren Shih 96345c7420 EXT-2278 : "Save Texture As" for bottom panel
--HG--
branch : avatar-pipeline
2009-11-05 21:51:35 -05:00
Loren Shih 9affcc4a10 EXT-2277 : Bottom panel for Inventory view
Adds gear menu, add button, trash.

--HG--
branch : avatar-pipeline
2009-11-05 20:16:44 -05:00
Loren Shih 0dd9871012 merge
--HG--
branch : avatar-pipeline
2009-11-03 14:02:02 -05:00
Loren Shih bde7d67066 EXT-1866 : Inventory Side Panel
svn merge -r137106:137808 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/inventory-panel

Porting over changes from svn Inventory Panel work.
2009-11-02 15:39:55 -05:00