summaryrefslogtreecommitdiff
path: root/indra/newview/skins
AgeCommit message (Collapse)Author
2010-07-19CT-575 WIP Set15 translation for 8 languagesEli Linden
2010-07-19automated mergeLoren Shih
2010-07-16EXT-8358 FIXED Added one more server hardcoded string to global strings in ↵Mike Antipov
notifications.xml to make it localizable. Added "You died and have been teleported to your home location" string. It requires localization efforts. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/776/ --HG-- branch : product-engine
2010-07-15EXT-8135 FIXED Textures blurry when in Appearance Edit modeLoren Shih
EXT-8445 Reduce baked texture timeout fro 120sec to 60sec default Also did some minor infrastructure cleanup, added code comments, etc. There is now separate logic for determining how to handle update (versus upload) requests. Also made a trivial change to llvoavatar to properly encapsulate mAppearanceAnimating. Also reduced the baked texture timeout to 60s (in settings.xml)
2010-07-15EXT-8385 FIXED Fixed simultaneous availability to click "Sit here" and ↵Andrew Dyukov
"Stand Up" on object. Made only one of them enabled in the same time, didn't make disabled one invisible because it was decided so in EXT-8094. - This bug is the result of EXT-8094 fix. Corrected logic of enabling "Sit here" and "Stand up" both in xml and code. - Removed class LLObjectEnableSitOrStand because it's not needed anymore, and it's handleEvent() method duplicates is_object_sittable() function. - Renamed Object.EnableSit to Object.EnableGearSit because its name is now used for enabling object menu sit, and this "simple" version is used only from object inspector's gear menu. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/761 --HG-- branch : product-engine
2010-07-15EXT-8343 FIXED Fixed inability to rename a wearable containing non-ASCII ↵Vadim Savchuk
character in the name. It is actually possible to edit a default item name in My Inventory: when user clicks on the input field, all its text gets selected, so user can just enter the new name (although editing the old name is disallowed). This fix implements the same behavior in the Edit Wearable panel by selecting the name when the input field gets focused. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/763/ --HG-- branch : product-engine
2010-07-15EXT-8372 FIXED Added possibility to localize some system device names.Mike Antipov
All device names including "No Device" are get from the Vivox plugin. So, just common names are added to localize table. * "Default system device" * "No device" "Microphone" is a part of device name and can not be localized without a hack. NOTE: this code will only work on English OS. On other system locales devices will be shown on system language independent on viewer locale. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/767/ --HG-- branch : product-engine
2010-07-15EXT-8374 FIXED Added possibility to localize "None" action value for ↵Mike Antipov
Animation and Sound Actions. Also changed hardcoded "until animations are done" value for Wait with label from the appropriate Floater checkbox. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/762/ --HG-- branch : product-engine
2010-07-15Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-07-15EXT-8364 FIXED Added more predefined system strings to be translated into ↵Mike Antipov
dictionary. They are 4 from ticket and 3 more from library->gestures category: * "New Gesture" * "Female - Chuckle" * "Female - Cry" * "Female - Embarrassed" * "Female - Hey baby" * "Female - Looking good" * "Female - Over here" * "Female - Please" Also added missing string to be localized: "InvFolder Initial Outfits" They should be translated then. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/756/ --HG-- branch : product-engine
2010-07-15EXT-8351 FIXED Added missing "name" attribute for items in the "Library" list.Mike Antipov
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/758/ --HG-- branch : product-engine
2010-07-15slightly hairy merge from PE's viewer-releaseTofu Linden
2010-07-14ND-47671 WIP FR linguisticEli Linden
2010-07-14EXT-8356 FIXED Enabled localization of the "Touch" item of object context menu.Vadim Savchuk
Since label of the "Touch" object context menu item may be overridden by the object with something like "Sit" or "Kiss", i.e. the label can be different from the default one, there is a special code for handling this. The code uses parameter of the on_enable callback as a label for the menu item. So, the fix is to pass localized label to on_enable callback of the "Object Touch" menu item. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/759/ --HG-- branch : product-engine
2010-07-14EXT-8361 FIXED Set a name for a nameless parent panel.Vadim Savchuk
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/755/ --HG-- branch : product-engine
2010-07-14EXT-8003 FIXED Changed "short" form of overriding widget's nested params ↵Mike Antipov
with "long" one for accordions. * for My Outfits panel * for Teleport History panel Unfortunately this is required to enable automatization of translation with VLT. NOTE: both "long" and "short" forms can be localized properly. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/740/ --HG-- branch : product-engine
2010-07-14EXT-7880 FIXED (Classifieds and Picks placeholders show old gray X)Andrew Polunin
- Classified and Picks related panels now use default land image as their own default picture. - Also Profile related panels fixed with generic person icon (some of them had the same grey X instead of image). Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/745/ --HG-- branch : product-engine
2010-07-14EXT-8310 FIXED Incorrect currency format in the Buy L$ floater.Vadim Savchuk
Changes in the Buy L$ floater: * Set system locale before formatting currency. * Made money format configurable (via strings.xml). * Placed the "L$" label to the right of the line editor in FR locale. Details: Actually, the proper way to fix this and similar number formatting bugs would be to set the system locale at startup, but: 1. That triggers assertions when parsing locale-agnostic XML files like avatar_skeleton.xml. 2. I'm wary of making such global changes so close to the 2.1 release. Therefore I just temporarily override current locale before formatting a number and restore the previous locale afterwards. Reviewed by Tofu at https://codereview.productengine.com/secondlife/r/751/ --HG-- branch : product-engine
2010-07-14Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-07-14merge from PE's viewer-releaseTofu Linden
2010-07-13ND-47671 WIP FR PT IT linguisticEli Linden
2010-07-13Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-07-13EXT-8146 FIXED Removed plural from question about outfit removalAndrew Dyukov
Corrected question string in xml. Trivial fix- no review. --HG-- branch : product-engine
2010-07-13EXT-8320 EXT-8321 FIXED Added missing names for items text in camera floater ↵Andrew Dyukov
xml. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/738/ --HG-- branch : product-engine
2010-07-13merge from PE's viewer-releaseTofu Linden
2010-07-12mergeRichard Nelson
2010-07-12fix for invisible selections in edit outfit panelRichard Nelson
2010-07-12ND-47672 WIP PT translation for set 14, new filesEli Linden
2010-07-12ND-47672 WIP PT translation for set 14Eli Linden
2010-07-12ND-47671 WIP IT translation for set 14, new filesEli Linden
2010-07-12ND-47671 WIP IT translation for set 14Eli Linden
2010-07-12ND-47674 WIP ES and JA translation for set 14, new filesEli Linden
2010-07-12ND-47674 WIP ES and JA translation for set 14Eli Linden
2010-07-12ND-47673 WIP DE translation for set 14, new filesEli Linden
2010-07-12ND-47673 DE translation for set 14Eli Linden
2010-07-12ND-47670 WIP FR translation for set14, new filesEli Linden
2010-07-12ND-47670 WIP FR translation for set14Eli Linden
2010-07-12CT-575 WIP PL translation for sets 10-14, DA for set14, new filesEli Linden
2010-07-12CT-575 WIP PL translation for sets 10-14, DA for set14. FR and DE linguisticEli Linden
2010-07-10merge from PE's viewer-releaseTofu Linden
2010-07-12Merge with another head in branchMike Antipov
--HG-- branch : product-engine
2010-07-12EXT-7884 (\"Set Default Upload Permissions\" may make more sense in the ↵Andrew Polunin
Upload sub-menu) - In viewer menu 'Set Default Upload Permissions' menu item was moved from 'Options' menu to the 'Upload' menu. - 'Set Default Upload Permissions' menu item was added to the inventory menu. - Removed stray separators. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/734/ --HG-- branch : product-engine
2010-07-12EXT-8322 FIXED Added second string for the Favorites folder with ↵Mike Antipov
name="InvFolder favorite". "Favorites" folder is created on first login for new account. Historically it can have default name started from "f" or "F" on different accounts. So, we have to localize both of them with the same value. Reviewed by Loren Shih at https://codereview.productengine.com/secondlife/r/731/ --HG-- branch : product-engine
2010-07-12Merge with another head in branchMike Antipov
--HG-- branch : product-engine
2010-07-12EXT-8048 FIXED Implemented fix in more proper way after 412588eb49a2 ↵Mike Antipov
(EXT-8003 FIX, EXT-8048 FIX) is backed out. Restoring string "You don't have any outfits yet. Try [secondlife:///app/search/all/ Search]" for case when there are no any outfits yet after backout. --HG-- branch : product-engine
2010-07-12Restored "PanelContentsTooltip" string committed in 412588eb49a2 by mistake ↵Mike Antipov
(and backed out in b9dbc7055df2) --HG-- branch : product-engine
2010-07-12Merge after backout of 412588eb49a2Mike Antipov
--HG-- branch : product-engine
2010-07-12Backed out changeset: 412588eb49a2Mike Antipov
That patch leaded to two issues: * broken message for empty accordion in Teleport History Panel. For now it looks like "Missing String (Didn't find... [Search].)" * there are multiple warnings like "LLTrans::getString: ONCE (10th time seen): Missing String in strings.xml: []" for accordions which have empty default strings (Friends list for ex.) --HG-- branch : product-engine
2010-07-12EXT-8323 FIXED added "name" attributes to facilitate translationIgor Borovkov
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/733/ --HG-- branch : product-engine
2010-07-12Merge from default branchMike Antipov
--HG-- branch : product-engine