Commit Graph

29 Commits (bbfc0e47196ecbae8d89e7b721a61ba5eeaaa2b7)

Author SHA1 Message Date
Eric M. Tulla (BigPapi) b3f4c6fb7a EXT-4841 - Expand one of the outfits in the outfits tab for new users so they can get a sense of their contents.
Also moved the My Outfits autopopulation from the library out of where it was done before (as a result of
initial wearables message) to be done in the idle login during the precaching state.
-Reviewed by Nyx
2010-02-04 15:52:07 -05:00
Loren Shih 0283837e56 EXT-4492 : Deleting gestures from the wearing tab causes the viewer to crash
EXT-4660 : Can delete a bodypart from the COF through inventory view or WEARING tab delete key
EXT-4662 : remove leading separator from COF right-click menu
EXT-4633 : AppearanceSP trash button doesn't update enabled state correctly

Bunch of UI fixes related to the trash/delete functionality in InventoryFloater/SP and AppearanceSP "WEARING" tab.  The main idea is that we don't want to allow deletion of bodyparts and folder links from the COF by the user.
2010-01-22 14:44:32 -05:00
Nyx (Neal Orman) 0650dc0b0a EXT-4412 swap order of tabs on outfit editor panel
Swapping back so "my outfits" is displayed first. Also changing code so that
this change can be made in the future as a XUI-only change.

Reviewed by Vir.
2010-01-19 13:52:59 -05:00
Nyx (Neal Orman) 0e62cc934c Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2010-01-15 14:57:11 -05:00
Nyx (Neal Orman) b0b6890373 EXT-4253 "unsaved" detection seems buggy
Corrected bug where saving an outfit wouldn't update the "unsaved" marker on
the UI. Also switched the UI to use a popup dialog to request the name of
the outfit being made, as we could not convey everything we needed to on the
button alone.

Code reviewed by Vir
2010-01-15 14:57:00 -05:00
Loren Shih d36e62852c EXT-4349 : [ Appearance SP ] Hide the "Wear" button when in the Wearing tab
Simple logic fix.
2010-01-14 18:42:57 -05:00
Nyx (Neal Orman) d258883b0c EXT-3952 save outfit button should be enabled on the wearing tab
Enabled the button on the wearing tab of the appearance sidepanel and
set its functionality to switch to the my outfits tab before the auto-rename
happens.

Reviewed by Seraph
2010-01-11 10:57:26 -05:00
Loren Shih 6abd41831a automated merge viewer2.0->viewer2.0 2010-01-07 16:20:27 -05:00
Loren Shih 08a9c1eae0 EXT-3961 : Switch order of "Wearing" and "My Outfits" tabs
Trivial name change to turn "accordionpanel" into "tab" for outfits tabs since those are no longer accordions.
2010-01-06 15:08:20 -05:00
Eric M. Tulla (BigPapi) 84ff7485ae Minor merge fix of redundant test 2010-01-06 13:13:59 -05:00
Eric M. Tulla (BigPapi) 64de7f8e64 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2010-01-06 13:07:18 -05:00
Loren Shih cdb158e9e0 EXT-3954 : "Wear" button shouldn't be enabled in "Wearing" tab
EXT-3952 : "Make Outfit" button shouldn't be enabled in "Wearing" tab
EXT-3955 : "Add to Current Outfit" gear menu option confusing, remove it
EXT-3961 : Switch order of "Wearing" and "My Outfits" tabs

Most of these are very minor xui/button-state changes.
Also added a new onOpen method to llpaneloutfitsinventory so that it can update its state (notably, which tab is active) when the sidepanel is opened.
2010-01-06 12:33:28 -05:00
Eric M. Tulla (BigPapi) c55cb905fb EXT-3668- Trash icon now disables if nothing selected in appearance side panel.
Remove link and delete outfit also correspondingly auto enable / disable properly now.
-Reviewed by nyx
2010-01-06 12:24:14 -05:00
Loren Shih 74f0f4dac0 EXT-3575 : Inernal selection spam when nothing selected in some folders
Default selection will no longer try to select hidden folders.
2009-12-18 13:10:38 -05:00
Nyx (Neal Orman) 9abe3c5814 EXT-3551 make outfit functionality non-discoverable
removed + button, added make outfit button.
make outfit button is only enabled if the "my outfits" tab is selected.

Code reviewed by Vir

--HG--
branch : avatar-pipeline
2009-12-17 16:26:04 -05:00
Brad Payne (Vir Linden) c3522ef0ce merge
--HG--
branch : avatar-pipeline
2009-12-17 13:16:17 -05:00
Brad Payne (Vir Linden) bc2b796811 For EXT-3500: Make InventorySP and AppearanceSP filters behave like it does in LandmarksSP and PeopleSP. This covers AppearanceSP
--HG--
branch : avatar-pipeline
2009-12-17 13:07:16 -05:00
Nyx (Neal Orman) 9571dcfed6 EXT-3514 update debug settings for appearance
fixing layout issues with previous patch to avoid breaking the bottom buttons

reviewed by vir

--HG--
branch : avatar-pipeline
2009-12-16 14:23:58 -05:00
Nyx (Neal Orman) 90bb29245c EXT-3514 update debug settings for new appearance features
following changes:
1) remove renderavatarinvisible - no longer need this debug setting
2) add showobjectrenderingcost (default:TRUE) so we can turn this feature off if necessary
3) add showdebugappearanceeditor (default:FALSE) so we can test the future appearance editor

code reviewed by vir and seraph

--HG--
branch : avatar-pipeline
2009-12-16 12:15:18 -05:00
Nyx (Neal Orman) 4cc5f81ddf EXT-3370 integrate tab-ification to appearance sidepanel
Moved elements around so that the bottom bar is contained in the outfits panel
XUI changes by erica/chuck/nyx
code changes by nyx

code reviewed by Bigpapi

--HG--
branch : avatar-pipeline
2009-12-14 17:17:40 -05:00
Brad Payne (Vir Linden) 209a660f08 For EXT-2858: Determine gear menu / right-click menu choices for AppearanceSP
--HG--
branch : avatar-pipeline
2009-12-07 17:56:34 -05:00
Loren Shih 0f2f846a12 EXT-3125 : INFRASTRUCTURE : Cleanup LLInventoryFilter to disambiguate various filter options
EXT-3124 : Add lookup for finding all linked items to an item

LLInventoryFilter cleanup, including adding ability to lookup item by UUID.

--HG--
branch : avatar-pipeline
2009-12-03 20:50:21 -05:00
Brad Payne (Vir Linden) c60165a93c For EXT-2584: Select and rename new folder when creating new outfit
--HG--
branch : avatar-pipeline
2009-11-25 13:39:45 -05:00
Brad Payne (Vir Linden) b6c93cf540 For EXT-2584: Select and rename new folder when creating new outfit; currently works for new outfit created in side panel, but not in appearance editor
--HG--
branch : avatar-pipeline
2009-11-24 17:11:26 -05:00
Brad Payne (Vir Linden) fc6cfc27be Fix for EXT-2571 to accommodate accordion panels
--HG--
branch : avatar-pipeline
2009-11-24 14:37:48 -05:00
Loren Shih fc1860bcc6 EXT-2705 : Create accordion panel to show COF contents
Also made several infrastructure improvements that help inventory panels defer generating their folders/views until after inventory has been loaded up.  This was pretty haphazard before.

--HG--
branch : avatar-pipeline
2009-11-23 15:25:31 -05:00
Loren Shih 2b0a997b13 Small fix for updating enabled state of Wear/Edit buttons.
--HG--
branch : avatar-pipeline
2009-11-17 15:06:27 -05: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 32dccaf3d8 Sidepanel Appearance refactoring. Work in progress.
1. Changed sidepanel names to have "sidepanel" (e.g. panel_appearance -> sidepanel_appearance)
2. Changed some "Looks" names to "Outfits"
3. Changed LLPanelLooks to LLPanelOutfitsInventory (to match other inventory panel naming)
4. Took out tab from sidepanel_appearance.

--HG--
branch : avatar-pipeline
2009-11-17 10:36:11 -05:00