Age | Commit message (Collapse) | Author |
|
|
|
|
|
Submitting on behalf of Paul Guslisty.
Reviewed by Mike and Q: https://codereview.productengine.com/secondlife/r/70/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
profiles: the teleport button is truncated. need 'en' xui designer rework)
* moved Map Button into the dropdown menu (with enable/click logic). New <menu_item_call label="Map" name="show_on_map"> is added into the menu_profile_overflow.xml
* redesigned rest of buttons to accommodate available space
Now buttons' widths are enough to not truncate labels in all locales.
NOTE: New "Map" item menu should be localized (just move values from panel_profile.xml to menu_profile_overflow.xml) in other locales.
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/59/
--HG--
branch : product-engine
|
|
is truncated "Sprechen". need xui designer to widen it by some 10 pixels
* restored center aligning for Speak button's label.
* also it is right aligned in 'de' locale which has too long value.
* default right padding is set in 'en' locale (in has no effect on center aligned label)
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/36/
--HG--
branch : product-engine
|
|
- Fixed panel name in en/panel_prim_media_controls.xml. Panel name mismatch in localized files prevented from using localized attributes (e.g. tool tips) of all children of this panel.
Reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/73/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
disable Web plugins via prefs" and EXT-6401 "Add feature to disable Javascript via prefs"
Apologies for the multiple commit of Jiras - these changes are closely related and impossible to commit deparately
Reviewed by Monroe
|
|
reviewed by BenGlenn
|
|
|
|
|
|
to Viewer Prefs
fixed radio item values so they work in true and false cases for UseExternalBrowser
reviewed by Callum
|
|
|
|
|
|
|
|
|
|
|
|
reviewed by Monroe
|
|
- Removed unnecessary string in strings.xml and substituted it in code with existing one.
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
- Moved hardcoded strings in LLFloaterBuyCurrency::buyCurrency() calls to strings.xml
Reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/56/
--HG--
branch : product-engine
|
|
is truncated when the name is long. need 'en' xui rework)
* Changed the way blocked items are shown in the list. For now they are separated on two columns: Name & Type.
If Name is too long it is shown truncated (with ...)
* As result remove deprecated methods from LLMute to concatenate its name & type and to extract name & type from the such concatenated string.
* reduce include dependence from llmutelist.h
--HG--
branch : product-engine
|
|
inventory.
Added new icon for multi-objects.
New icon is used in inventory, object inventory and buy floater.
New icon can not be used in Group Notices because server does not send enough info in GroupNoticesListReply.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
some strings for localization
--HG--
branch : product-engine
|
|
profiles: the teleport button is truncated. need 'en' xui designer rework)
* 'en/panel_profile.xml' was redesigned. Assuming that 'de' locale doesn't have width overridden:
** added ellipses to buttons' labels to get possibility found truncation easier (except for IM button)
** reduced distance between buttons
** reduced padding from left/right sides to 1 px
But there are still issue in two locales:
'es' for "add friend"
'pt' for "teleport"
These buttons can not be shown properly with default widths.
Note: 'de' & 'fr' locales have overridden width (not removed in the patch)
--HG--
branch : product-engine
|
|
report, there is a popup window stating that the report is sent/uploaded. The window isn´t localized.
- Removed hardcoded string.
Reviewed by Richard Nelson https://codereview.productengine.com/secondlife/r/23/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
|
|
reviewed by Callum
|
|
|
|
|
|
|
|
translation)- removed unnecessary symbol in xml
which was occasionally introduceded in 10453:cbac8ca300e0.
--HG--
branch : product-engine
|
|
needs translation) - only changes to
strings.xml are commited to make sure they make their way to localization. Code changes are to follow. Discussed at
https://codereview.productengine.com/secondlife/r/55/
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We now display custom labels and tooltips for the various
secondlife:///app/agent SLapp suffixes that we support. These include:
/mute, /unmute, /pay, /im, /offerteleport, and /requestfriend. For
example, entering:
secondlife:///app/agent/3e2d81e8-6269-8100-860e-c64e5cee3c2c/mute
Now displays the SLapp in text chat as "Mute <Name>", rather than
simply "<Name>".
|