summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_outfit_edit.xml
AgeCommit message (Collapse)Author
2010-11-29STORM-689 FIXED "Back" but is opaque in all of the undocked side panelsPaul Guslisty
- Added parameter to the button that defines which transparency value should be used: value of drawing context or transparency value of a its parent (in our case this parent is floater)
2010-10-15STORM-263 FIXED popup menu of Cog button in lower-left of sidebar panel ↵Seth ProductEngine
closing on second click - Changed type of gear menu buttons from LLButton to LLMenuButton in all sidebar panels where gear menu button is used. - Added setMenuPosition(), setMenu() and updateMenuOrigin() to the LLMenuButton. - Moved actions common for displaying a context menu to LLMenuButton::toggleMenu(). - In all sidebar panels where LLButton was replaced with LLMenuButton the following steps were taken: 1. setting gearMenu and its position relative to the menuButton with LLMenuButton::setMenu() 2. setting mouse down callback for the menuButton if needed. 3. calculating the menu origin point with LLMenuButton::updateMenuOrigin() in mouse down callback
2010-10-12MergeLeyla Farazha
2010-10-01STORM-307 FIXED Disabled highlighting of URLs in outfit names.Vadim ProductEngine
Affected: My Outfits and Edit Outfit panels.
2010-09-27MergeLeyla Farazha
2010-09-16MergeLeyla Farazha
2010-09-10STORM-91 FIXED Corrupted vertical scroll bar appears on 'Edit Outfit' panel ↵Paul Guslisty
if height of 'Add More' panel was changed -Increased min height of panel
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-09-03Post-convert merge by convert_monolith.py from ↵Aimee Linden
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-09-16mergeRichard Linden
2010-08-26made layoutstack orientation mandatoryRichard Linden
2010-08-24EXT-7878 FIXED (Corrupted vertical scroll bar appears on 'Edit Outfit' panel ↵Paul Guslisty
if height of 'Add More' panel was changed) - Increased panel's min height Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/874/ --HG-- branch : product-engine
2010-07-19Merge with dessie/viewer-releaseLeyla Farazha
2010-07-07EXT-8149 FIXED (shop button needs a tooltip)Paul Guslisty
- Added tooltips for Shop buttons Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/693/ --HG-- branch : product-engine
2010-07-06Merge from dessie/viewer-releaseLeyla Farazha
2010-07-06EXT-8150 FIXED (+ button under \"add more\" of outfit editor is unclear)Paul Guslisty
- Decreased flat list view and folder list view height - Deleted '+' button from bottom bar - Added 'Wear Item' button just at the bottom of the list Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/693/ --HG-- branch : product-engine
2010-06-29EXT-7962 FIXED Background color for "add more button / filter dropdown ↵Vladimir Pchelko
panel" was changed to the sidetray color (i.e. background rendering was disabled). Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/639/ --HG-- branch : product-engine
2010-06-24EXT-8046 FIXED changed background image of Shop btn (panel outfit edit)Igor Borovkov
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/651/ --HG-- branch : product-engine
2010-06-24EXT-7962 FIXED Background color was Changed to back for layout panel ↵Vladimir Pchelko
"add_button_and_combobox". Reviewed by Neal Orman https://codereview.productengine.com/secondlife/r/639/ --HG-- branch : product-engine
2010-06-24EXT-8007 FIXED updated heights and pads (wearables panel on panel outfit edit)Igor Borovkov
Reviwed by Neal Orman at https://codereview.productengine.com/secondlife/r/645/ --HG-- branch : product-engine
2010-06-23EXT-7958 FIX fixed shop button in the appearance sidepanelNyx (Neal Orman)
updated icon, and fixed XUI so it displays properly. Code reviewed by Monroe
2010-06-22EXT-7805 FIXED set tool_tip for "plus" button when body_part is selected in ↵Vladimir Pchelko
"Add more" panel (Edit Outfit) Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/626/ --HG-- branch : product-engine
2010-06-21Merge with q/viewer-releaseLeyla Farazha
2010-06-21EXT-7822 WIP changed the default plus button action from add to replaceIgor Borovkov
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/617 --HG-- branch : product-engine
2010-06-21EXT-7878 FIXED Corrupted vertical scroll bar appears on 'Edit Outfit' panel ↵Paul Guslisty
if height of 'Add More' panel was changed - Increased width of layout panel and its accordion Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/621/ --HG-- branch : product-engine
2010-06-18EXT-7777 WIP Implemented loading indicator for "Save" and "Save As" actions ↵Mike Antipov
in "My Outfits" & "Edit Outfit" Panels. EXT-7929 FIXED Updated functionality of attaching object: loading indicator gets hidden when attaching is completed. - Fixed crash when accessing singleton on application exit. - Updated functionality of attaching object: loading indicator was not hidden. * Reason: link to attachment was created without next appearance updating. * Fix: passed "true" into LLAppearanceMgr::addCOFItemLink to call LLAppearanceMgr::updateAppearanceFromCOF when attachments is completed. (Like for clothing). Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/611/ --HG-- branch : product-engine
2010-06-16EXT-7576 FIXED 'Add to Outfit:' panel should shrink the top 'Edit Outfit' ↵Paul Guslisty
list to 1/3 the vertical height - Increased height of 'Add to Outfit' panel and set animate for layout stack. Animate attrubute was set to true to force proper calculation of layout panels size when one of the layout panels can dynamically change its visibility Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/588/ --HG-- branch : product-engine
2010-06-15EXT-7639 FIXED added shop button which reacts according to the ticket ↵Andrew Polunin
description - Added method LLAccordionCtrl::getExpandedTab() which search for the first expanded accordion tab. This method is a bit of hacking, but I discussed it with Vadim Savchuk. - LLAccordionCtrlTab::isExpanded() is made 'const'. This is necessary to call it from getExpandedTab() which is also 'const'. - Added all provided Marketplace URLs (taken from EXT-7257) to the settings.xml. So URLs can be configured without recompilation. - Added method LLCOFWearables::getSelectedItems() which can be used to get ALL selected items (not only one). - Class LLShopURLDispatcher is implemented in the llpaneloutfitedit.cpp. - Added callback LLPanelOutfitEdit::onShopButtonClicked() which calls LLShopURLDispatcher to send user to the correct URL. - Added shop button (shop_btn) widget in panel_outfit_edit.xml. It has invalid icon for now. After review I'm going to reassign the ticket to someone who will provide correct icons. Reviewed by Vadim Savchuk and Mike Antipov at https://codereview.productengine.com/secondlife/r/569/ --HG-- branch : product-engine
2010-06-15EXT-7776 FIXED Button label was renamed.Vladimir Pchelko
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/578/ --HG-- branch : product-engine
2010-06-14EXT-7742 FIXED panel outfit edit: added a separate dropdown for the list viewIgor Borovkov
- added a separate filter combobox for the list view containing lots of items, all types of wearables, separated clothing and bodyparts items - comboboxes are linked to the appropriate view, only one is shown - got rid of excluding links in the folder view - minor refactoring Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/573/ --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-09EXT-7577 FIXED added filtering add wearables panel (list and folder views) ↵Igor Borovkov
according to the current user's selection - added filtering add wearables panel (list and folder views) according to the current user's selection (rules for showing a particular view and setting a particular filtering are specified in the table at https://jira.secondlife.com/browse/EXT-7577) - minor refactoring Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/534/ --HG-- branch : product-engine
2010-06-08mergeTofu Linden
2010-06-07added missing help_topics for kateRichard Nelson
2010-06-07EXT-7629 FIXED removed redundant label xml attributesIgor Borovkov
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/520 --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-06-03mergeRichard Linden
2010-06-03EXT-7594 FIXED Decreased panel height to eliminate cropping of horizontal ↵Paul Guslisty
scrollbar on 'Add Wearable' panel - Decreased panel height Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/477/ --HG-- branch : product-engine
2010-06-03EXT-7527 FIXED added green highlighting for "Add more..." and filter buttons ↵Igor Borovkov
(panel outfit edit) Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/499/ --HG-- branch : product-engine
2010-06-02EXT-7532 FIXED (Improve discoverability of sidebar Back button)Andrew Polunin
- New art was added in the textures.xml. - New art was applied to the back button in the following panels: panel_profile_view.xml panel_block_list_sidetray.xml panel_classified_info.xml panel_edit_classified.xml panel_pick_info.xml panel_edit_pick.xml panel_edit_wearable.xml panel_group_info_sidetray.xml panel_landmark_info.xml panel_outfit_edit.xml panel_place_profile.xml sidepanel_item_info.xml Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/487/ --HG-- branch : product-engine
2010-06-01EXT-7527 FIXED repositioned "Add more..." button (panel edit outfit)Igor Borovkov
- relocated Add button (required substantial layout_stacks repositioning) - got rid of switch/shop buttons - reverted addition of adaptors for (accordion tabs/list view) inline button bars * failed to get rid of an empty space above bottom bars when "add wearables panel" is invisible (due to bug in the layout stack, when border is still drawn below layout panel which is only one visible) https://jira.secondlife.com/secure/attachment/39854/empty+space+.jpg Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/481/ --HG-- branch : product-engine
2010-06-01EXT-7255 COMMENTS Updated comments about implementation details.Mike Antipov
--HG-- branch : product-engine
2010-05-31EXT-7201 FIXED Removed extra gear menu button.Sergei Litovchuk
- Removed extra gear button bar from "Edit Outfit" panel. - Added one more dummy icon to "Add Wearable" panel button bar to chose the right dummy depending on the "Add Wearable" panel visibility. Reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/473/ --HG-- branch : product-engine
2010-05-26EXT-7255 FIXED Added dragbar into edit outfit panel.Mike Antipov
Reverted changes committed by mistake in (5d420914a906). --HG-- branch : product-engine
2010-05-26EXT-7255 FIXED Added dragbar into edit outfit panel.Mike Antipov
I was going to implement dragbar via icon rendered in LLResizeBar. Layout panel marked as user_resize=true would have resize bar icon next to it. But there is an issue in layout stack when user_resize is possible only if there are more than one layout panels with user_resize=true. And applied resize icon (dragbar) is rendered where it is not necessary. See EXT-7471 for details. So, dragbar was implemented as a workaround: added an icon with dragbar into the "add to outfit" panel. Also layout of the "add to outfit" panel was updated to match spec. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/441/ --HG-- branch : product-engine
2010-05-25EXT-6726 WIP Added handlers for most of Appearance SP context/gear menus.Vadim Savchuk
Reviewed by Mike Antipov and Nyx at https://codereview.productengine.com/secondlife/r/428/ --HG-- branch : product-engine
2010-05-21EXT-6555 FIXED Made 'Add to outfits' and 'Edit outfit' panels visually ↵Paul Guslisty
connected to the buttons bar below - Made 'Add to outfits' and 'Edit outfit' panels visually connected to the buttons bar below Reviewed by Mike Antipov and Neal Orman at https://codereview.productengine.com/secondlife/r/416/ --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-17EXT-7199 FIXED (Enable dragging items from inventory view to current outfit ↵Andrew Polunin
in Outfit Editor) - HandleDragAndDrop() method was overridden in the LLPanelOutfitEdit class to handle drag and drop operations of the Clothing, Body Parts and Attachments. - In panel_outfit_edit.xml parameter allow_multi_select was set to true to allow multiple selections. - Added class LLCOFDragAndDropObserver to implement the drag and drop. - Class LLInventoryMoveFromWorldObserver renamed to LLInventoryAddItemByAssetObserver. Drag and drop reimplemented using functionality of the LLInventoryAddItemByAssetObserver. Reviewed by Neal Orman and Mike Antipov at https://codereview.productengine.com/secondlife/r/373/ --HG-- branch : product-engine