summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/sidepanel_appearance.xml
AgeCommit message (Collapse)Author
2011-09-08Clean up erroneous XUI parsing errors.Leslie Linden
2010-10-01STORM-307 FIXED Disabled highlighting of URLs in outfit names.Vadim ProductEngine
Affected: My Outfits and Edit Outfit panels.
2010-09-04VWR-21585 FIXED My Inventory and My Appearance side panels layout to support ↵Sergei Litovchuk
horizontal resizing. Added minimal width for detached side panel floater.
2010-07-01EXT-7737 FiXED Fixed t-short icon blurring in My AppearanceAndrew Dyukov
- Used "Shirt_Large" icon instead of "TabIcon_Appearance_Off" and moved icon a bit for better look. Trivial changes, so no review. --HG-- branch : product-engine
2010-06-30EXT-7737 FIXED Resolved minor problems in appearance UI.Andrew Dyukov
Fixed issues from bug except accordion header color changing and changing T-Shirt icon to newer one which are to follow later. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/660/ --HG-- branch : product-engine
2010-06-23EXT-7755 ADDITIONAL FIX Fixed issues with wrong title after an outfit from ↵Mike Antipov
the Inventory is worn, "Wear..." menu items state is made consistent with "Wear" button. * Empty string is replaced with "Changing outfits" while changing COF; * Fixed title to show "No Outfit" after an outfit from the Inventory is worn; * Fixed bug with visible indicator after an empty folder is DnD from the Inventory "Clothing" * Updated context and Gear "Wear..." menu items to take into account "isCOFChangeInProgress" state in on_enable callbacks Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/625/ --HG-- branch : product-engine
2010-06-14EXT-7806 FIXED Tooltips were added (according to bug description)Vladimir Pchelko
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/572/ --HG-- branch : product-engine
2010-06-11EXT-7376 FIXED Arranged position of "back" button in sidetray panels ↵Andrew Dyukov
according to requirements from ticket. Arranged position of "back" buttons in sidetray via xml. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/562/ --HG-- branch : product-engine
2010-06-04EXT-7596 FIXED Reworked filters 'My Appearance' and 'Add Wearaples' panel ↵Paul Guslisty
corresponding with spec - Changed label and font of filter's label in 'Add Wearables' panel - Added magnifier icon to the filters of 'My Appearance' and 'Add Wearables' panels Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/515/ --HG-- branch : product-engine
2010-05-27EXT-7200 FIXED Integrated art missing from appearance.Andrew Dyukov
Replaced "Shop" button text with icon, changed sizes of buttons according to comments in ticket, also changed heights of hovered and selected icons for items- made them equal to heights of panels they are used on. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/410/ --HG-- branch : product-engine
2010-05-20EXT-7200 FIXED Integrated art missing from appearance.Andrew Dyukov
Most changes are in xml, but changing of view buttons overlay icons in lists from add wearables is implemented in code. Dragbar icon was only added as file, it will be integrated in EXT-7255 (There is no dragbar between 'Edit Outfit' and 'Add to Outfit:' panels). Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/410/ --HG-- branch : product-engine
2010-05-19EXT-7242 FIXED Added a new "Edit my Shape" link to avatar self-click context ↵Vadim Savchuk
menu and made it open the shape editing panel. Again, as in EXT-7241, I tried to improve the way the appearance panels (outfits / edit outfit / edit wearables) are switched, this time aiming to eliminate redundant time-consuming operations (fetches/updated/etc). I'm not particularly satisfied with the resulting code but it seems to work. A better solution might be to wrap the panels with LLSideTrayPanelContainer. Additional minor changes: - Fixed unsafe pointer cast in LLSidepanelAppearance::editWearable(). - Removed redundant onEditOutfitButtonClicked() and onEditWearBackClicked() methods from LLSidepanelAppearance. Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/395/ --HG-- branch : product-engine
2010-05-05Implemented task EXT-7156 (Appearance panel: "Wear" button should become ↵Vadim Savchuk
disabled and a loading indicator should appear next to the outfit name). When user presses the "Wear" button in the outfits list, we disable the button and display a perpetual loading indicator until all wearables of the outfit being worn get loaded. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/347/ --HG-- branch : product-engine
2010-04-30Implemented task EXT-6559 (Appearance panel: Add edit button in place of the ↵Vadim Savchuk
image display next to current look). - Changed the topmost part of the Appearance panel: * Added new "Edit current outfit" button. * Implemented COF status display (unsaved/wearing) according to the spec. * Minor XUI changes (font / dimensions / bg color). - Removed the temporary "Edit current outfit" button from the bottom of the Appearance panel. - Removed the temporary "ShowDebugAppearanceEditor" setting. TODO: use icons from the spec (currently missing). Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/339/ --HG-- branch : product-engine
2010-04-30Completed task EXT-6548 (Edit Outfit: correct XUI: update status string, add ↵Vadim Savchuk
t-shirt icon etc.). - Removed temporary "up", "down", "new" buttons. - Fixed misc positions/dimensions/fonts/colors/images. Reviewed by Mike at https://codereview.productengine.com/secondlife/r/343/ --HG-- branch : product-engine
2010-04-07Fixed major bug EXT-6602 (Sidebar panel focus goes to filter field, ↵Andrew Dyukov
obscuring watermark text). -Set focus on sidetray tabs open to tab containers which hold panels with lists, so now filter fields are not emptied. Used "default_tab_group" + "tab_group" attributes in xml to implement this. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/198/ --HG-- branch : product-engine
2010-04-01(work in progress) EXT-6564(major) - Fix wearable editing panelsDmitry Zaporozhan
Fixed Edit Shape panel layout: - fixed widget positioning according to spec - added gear button bar - fixed accordion positioning - fixed parameter list positioning TODO: - fix parameter panel positioning - apply changes to the rest of wearable panels Reviewed by Vadim Savchuk - https://codereview.productengine.com/secondlife/r/149/ --HG-- branch : product-engine
2010-04-01drafted out edit outfit panel XUI layout as major part of EXT-6548 Edit ↵Igor Borovkov
Outfit: Clean up XUI to allow all elements to fit properly in the panel Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/143/ --HG-- branch : product-engine
2010-03-29done EXT-6547 Rename stuff related with Panel Look Info to Panel Outfit EditIgor Borovkov
renamed panel_look_info.xml to panel_outfit_edit.xml renamed llpanellookinfo.cpp/llpanellookinfo.h to llpaneloutfitedit.cpp/llpaneloutfitedit.h renamed LLPanelLookInfo to LLPanelOutfitEdit Reviewed at https://codereview.productengine.com/secondlife/r/130/ --HG-- branch : product-engine
2010-02-18Finished (for now) side-panel cleanup.Chuck Linden
http://jira.secondlife.com/browse/EXT-4335
2010-02-18move base back to default because doing it as a backout was causing merge errorsKent Quirk
2010-02-17EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts ↵Richard Linden
1.23s UI reviewed by Leyla
2010-02-04Change "Teleport History Location" subheader to "Teleport History". Adjusted ↵Chuck Linden
color and style on this and other side-panel subheaders to be consistent.
2010-01-08EXT-3958 title needs to update appropriately when changes made to outfitNyx (Neal Orman)
We now show a string "(unsaved)" under the appearance panel outfit title when the currently loaded outfit has been modified from its original state. Tested with following conditions: 1) item added to loaded outfit 2) item removed from loaded outfit 3) item replaced in loaded outfit Appears to work properly on login as well. Checking is a manual folder compare, but should be fairly efficient. XUI changes submitted by Erica Entire diff reviewed by Vir
2009-12-21EXT-3573 : Wear and Edit buttons on AppearanceSP are difficult to clickLoren Shih
2009-12-16EXT-3514 update debug settings for new appearance featuresNyx (Neal Orman)
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-14EXT-3370 integrate tab-ification to appearance sidepanelNyx (Neal Orman)
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-09Crash fix due to bad duplicated attributes in xuiErica
2009-12-09Accordions in appearance panel don't use full space, removed borders in ↵Erica
inventory panel, standardized button sizes, changed login according to feedback
2009-12-07Appearance panel layout changes for Nyx - contains bug causing accordion to ↵Erica
not follow sidepanel bottom
2009-11-23http://jira.secondlife.com/browse/EXT-2557 Buttons should not be bolded-- ↵Lis Pardi
This Jira also illuminated that buttons should be Medium, instead of Small
2009-11-19mergeLoren Shih
2009-11-19EXT-2562 : Somehow show cnotents of what I'm wearingLoren Shih
Added appearanceSP button to toggle folder closed/open state. Also fixed up some bugs with current outfit title placement in appearanceSP.xml Also added a generic call for getting the current outfit folder link
2009-11-18Fix merge conflict with button fonts, use SansSerifSmall (not bold)James Cook
2009-11-18mergeJames Cook
2009-11-17Merge of viewer2 into avpEric M. Tulla (BigPapi)
--HG-- branch : avatar-pipeline
2009-11-17Sidepanel Appearance refactoring. Work in progress.Loren Shih
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