summaryrefslogtreecommitdiff
path: root/indra/newview/skins
AgeCommit message (Collapse)Author
2010-06-09mergeVadim Savchuk
--HG-- branch : product-engine
2010-06-09mergeVladimir Pchelko
--HG-- branch : product-engine
2010-06-09EXT-7640 FIXED Added new option to viewer avatar height that allows users to ↵Vladimir Pchelko
see their height in either feet or meters Feature details: Added new property HeightUnits. Implemented logic that build TextBox label correctly according to document https://docs.google.com/a/productengine.com/Doc?docid=0AXxJWUubGIsoZGhqZDcya3JfMWdybXNwdGd0&hl=en -> 'Mockup - Edit Shape' Reviewed by Vadim Savchuk, Neal Orman, Mike Antipov at https://codereview.productengine.com/secondlife/r/531/ --HG-- branch : product-engine
2010-06-09merge from PE's viewer-releaseTofu Linden
2010-06-08EXT-6655 Fixed Made the default busy message repsonse localizable with ↵Andrew Dyukov
already existing account settings - The root of busy response problem is that this text is located in non-localizable xml and, to make things worse, may be changed by user. So usual translation approach is little help here. So busy response was set the following way(EXT-5885)- on first run, string was written there from strings xml and was never changed later without direct user actions. So after changin locale message always remained the same. - To make this string localize each time locale is changed and if it is the same as default message, new setting was added- BusyResponseChanged which is TRUE if user's busy message differ's from default. If it is true, we do nothing when locale changes, otherwise we set default message from current locale as user's busy message. - Old transitional code from DEV-24146 was removed in this diff including unnecessary "BusyModeResponse2" setting(it is not needed because we'll anyway have to set busy message to default after first run of viewer after this fix and now busy response will be stored in "BusyModeResponse"). Warning! If user modified busy response message before this fix, it will be reset to default after first postfix run. Reviewed by Richard Linden at https://codereview.productengine.com/secondlife/r/350/ --HG-- branch : product-engine
2010-06-08EXT-7604 FIXED Button overlay image and size were changed.Vladimir Pchelko
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/518/ --HG-- branch : product-engine
2010-06-08EXT-6933 FIXED According to behavior in viewer-1.2: minimal price value was ↵Vladimir Pchelko
changed to 0. Problem description: Minimal price value was 1. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/510/ --HG-- branch : product-engine
2010-06-08mergeTofu Linden
2010-06-08merge from PE's viewer-trunkTofu Linden
2010-06-07mergeRichard Nelson
2010-06-07added missing help_topics for kateRichard Nelson
2010-06-07thumbnail previews background image restoredRichard Nelson
reviewed by erica
2010-06-08automated mergeLoren Shih
2010-06-08ND-46735 WIP PT translation, new filesEli Linden
2010-06-08ND-46735 WIP PT translation and JA linguisticEli Linden
2010-06-08EXT-7631 FIXED Bad location of Empty Lost and Found option will lead to ↵Loren Shih
Critical Inventory loss by Residents Switched location of Lost&Found versus EmptyTrash items.
2010-06-08EXT-7631 FIXED Bad location of Empty Lost and Found option will lead to ↵Loren Shih
Critical Inventory loss by Residents Separated Lost&Found from EmptyTrash as specified in EXT design decision.
2010-06-08EXT-7521 FIXED Snapshot floater not remembering whether to show the advanced ↵Aimee Linden
panel. Also removes some redundant code, and registers UI callbacks for use from XUI. Reviewed by: Tofu
2010-06-08MergeAimee Linden
2010-06-07merge.Tofu Linden
2010-06-07Merge from viewer-publicDessie Linden
2010-06-07EXT-7443 FIXED Speak button's layout updated - Reduced right padding by 2 px ↵Mike Antipov
in main locale, remove horizontal align in 'de' locale. For now all locales have the same center aligning with right padding to ignore space under indicator. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/519/ --HG-- branch : product-engine
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-07mergeVadim Savchuk
--HG-- branch : product-engine
2010-06-07Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-06-07EXT-7368 FIXED disabled using of accordion's "empty_accordion_text" in ↵Mike Antipov
Friends List. This patch follows (23f0f13abc8b) and prevent to show two messages about empty Friends list. Reviewed by Vadim Savchuk. --HG-- branch : product-engine
2010-06-05merge from PE's viewer-trunkTofu Linden
2010-06-04Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicXiaohong Bao
2010-06-04EXT-7452: FIXED: gray squares on the world map (nothing to do with map server)Xiaohong Bao
2010-06-04VWR-19699 Correct "wear" and "add" behaviorNyx (Neal Orman)
added "add" menu item to clothing right-click menus and corrected "wear" to mean "replace top wearable of this type" reviewed by Richard
2010-06-04Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicNyx (Neal Orman)
2010-06-04Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicRichard Nelson
2010-06-04mergeRichard Nelson
2010-06-04DEV-50015 FIX Implement changes to the Buy L$ button in the top bar of the ↵Richard Nelson
viewer reviewed by Mani
2010-06-04MergeEli Linden
2010-06-04EXT-7545 FIX remove untranslatable strings; add translate="false" to en xuiEli Linden
2010-06-04MergeLeyla Farazha
2010-06-04EXT-7502 Save as option while modifiying a body part doesn't prompt for ↵Leyla Farazha
name, and just saves changes. reviewed by Nyx
2010-06-04EXT-7511 FIXED Resolved problem with cropping of item selection bottomAndrew Dyukov
Problem reproduced for items which had divider at the bottom. It was caused by non-optimal placement of divider in item. To fix this, "top" attribute of divider was changed, and when done so it turned out that increase of items height from implementation of this task was not necessary, so rolled back these changes in xml and code. Also added some padding between flatlists items to avoid cropping of top part of item selection because of divider. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/502/ --HG-- branch : product-engine
2010-06-04EXT-6886 FIXED Resized buttons to fix truncations.Sergei Litovchuk
- Increased "About Land" button width and moved it below parcel icons. - Increased "Region/Estate" button width (also truncated text in multiple langs). - Increased advanced place info accordion minimal height to avoid vertical scrolling inside tabs (in all tabs except "For Sale"). - Decreased "Estate" and "For Sale" panels height to avoid extra free space. Reviewed by Paul Guslisty https://codereview.productengine.com/secondlife/r/503/ --HG-- branch : product-engine
2010-06-04EXT-7342 FIXED Updated the link to the Voice Morphing marketing page.Aimee Linden
This link will be broken until the official page goes live.
2010-06-04Merged from viewer-publicDessie Linden
2010-06-04EXT-7641 FIXED removed a button bar from Edit Wearable panelIgor Borovkov
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/521/ --HG-- branch : product-engine
2010-06-04Automated merge with ssh://hg.lindenlab.com/dessie/viewer-publicNyx (Neal Orman)
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-04EXT-7595 FIXED Add empty space above button bar with 'Add more...' button in ↵Paul Guslisty
Add Wearables panel - Decreased accordion height Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/512/ --HG-- branch : product-engine
2010-06-04EXT-7607 FIXED added 2px gap between a texture label and a texture preview ↵Igor Borovkov
area for all texture pickers Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/509/ --HG-- branch : product-engine
2010-06-04Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-06-04EXT-7368 FIXED Implemented new "empty_accordion_text" textbox to show help ↵Mike Antipov
text when there are no visible tabs in accordion. * Textbox always fit whole accordion. * This text is updated with search_term (in link to open Search floater) when new filter substring is passed to accordion. * Accordion is notified by its tabs when their visibility is changed. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/486/ --HG-- branch : product-engine
2010-06-04merge from PE's viewer-trunkTofu Linden