Age | Commit message (Collapse) | Author |
|
\"Accessories\" folder)
Added localization string to the strings.xml for Accessories folder and localization support of Accessories folder from source code (llfolderviewitem.cpp).
<string name=\"InvFolder Accessories\">TRANSLATION TO THE CORRESPONDING LANGUAGE</string> -- this string should be added to the strings.xml for each locale.
Note: due to Accessories category is created out of viewer & has the FT_NONE type it can not be localized as other protected (system) categories.
So, hack was provided to check this folder (in a Library) & localize it.
Reviewd by Mike Antipov at https://codereview.productengine.com/secondlife/r/42/
--HG--
branch : product-engine
|
|
These calls were added while working on two separate tickets
- EXT - 6027 ([TRANSLATED BUT IN EN] Bubble shown when you mouseover on system folder within Inventory > Library) (37baa70ea94b)
- (EXT-6355) [TRANSLATED BUT IN EN] - Inventory, hovertext of system folders: hovertext isn?t localized. (80b6110ba41e)
--HG--
branch : product-engine
|
|
"MiddleMouse" needs to be localized)
Control value is preserved, it is being localized on presentation
Reviewed by Richard at https://codereview.productengine.com/secondlife/r/24/
--HG--
branch : product-engine
|
|
to be localized
extracted strings used in LLAppViewer::forceDisconnect(...) calls
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/41/
--HG--
branch : product-engine
|
|
script within Contents is in EN (task inventory)
* Added new string name="PanelContentsTooltip into strings.xml
* Set this tooltip to LLFolderView inside the Build Tool
Note: Fix for localization of default "New Script" name will be fixed in the EXT-5839.
Reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/43/
--HG--
branch : product-engine
|
|
mouseover on system folder within Inventory > Library)
- Added localized string from strings.xml as a tooltip
--HG--
branch : product-engine
|
|
of system folders: hovertext isn´t localized.
- Added updating tooltips with localized names.
Reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/39/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Resolved conflicts in:
* merging indra/newview/llpanelpick.cpp
* merging indra/newview/llviewermessage.cpp
* merging indra/newview/skins/default/xui/en/strings.xml
--HG--
branch : product-engine
|
|
- Moved hardcoded strings in LLFloaterBuyCurrency::buyCurrency() calls to strings.xml
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/33/
--HG--
branch : product-engine
|
|
changed first run window height from 768 to 738
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/38/
--HG--
branch : product-engine
|
|
in EN (Save [WHAT])
Removed unused hardcoded strings, replaced "Save [WHAT]" with simple "Save Pick" as it's the only label needed for this button.
Reviewer by Kent Quirk https://codereview.productengine.com/secondlife/r/28/
--HG--
branch : product-engine
|
|
receiving inventory offers: The item term needs to be localized
Localized asset type names will be taken from strings.xml.
Reviewed by Mike Antipov https://codereview.productengine.com/secondlife/r/15/
--HG--
branch : product-engine
|
|
panel only lets you add landmarks not folders)
- PLUS button works as GEAR button and PLUS button on inventory panel (show context menu on click)
- "Add a folder" menu item is always enabled (except for received folder)
- clicking "Add a folder" menu item creates a folder in My Landmarks tab no matter what has been selected in the Places panel before
Reviewed by Mike at https://codereview.productengine.com/secondlife/r/10/
--HG--
branch : product-engine
|
|
|
|
roles need to be localized
reviwed https://codereview.productengine.com/secondlife/r/22/
--HG--
branch : product-engine
|
|
localized
reviwed https://codereview.productengine.com/secondlife/r/35/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Reviwed https://codereview.productengine.com/secondlife/r/13/
--HG--
branch : product-engine
|
|
Media" "Show:" and "On other Avatars"
fixed "name" attributes
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/37/
--HG--
branch : product-engine
|
|
moved out "Login failed." to strings.xml
Reviewed by Q at https://codereview.productengine.com/secondlife/r/27/
--HG--
branch : product-engine
|
|
messages need to be localized).
Reviewed by Richard: https://codereview.productengine.com/secondlife/r/31/
--HG--
branch : product-engine
|
|
button > Create Landmark > Landmark location dropdown > Landmarks/Japanese.
Normal task (EXT-6251) [HARD CODED]? Side bar: Landmarks > + button > Create Landmark > Landmark location dropdown > Landmarks/Japanese.
Reviewed by Richard Nelson https://codereview.productengine.com/secondlife/r/32/
--HG--
branch : product-engine
|
|
truncated "Sprechen". need xui designer to widen it by some 10 pixels
* restored Speak button shrink feature
* redesigned Speak button to accommodate label in 'de' locale
** made it wider to 5 px
** made label left-aligned
** set left padding to 12px
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/36/
--HG--
branch : product-engine
|
|
|
|
EXT-6372 : Can waer non-links in COF
Some minor changes to account for non-link items appearing in the COF (non-links shouldn't appear in COF, but this can happen due to bugs or 1.23 usage).
First fix allows for these items to be deleted.
Second fix ignores these items from being processed/worn.
|
|
|
|
Removing log spam before pushing to main branch. change is de minimis. -Nyx
|
|
|
|
Added code to suppress local composite updates while wearables are loaded. This
makes sure that we don't update your appearance until all your wearables are
added to gAgentWearables. Hackish for 2.0, but will be inherently better for 2.1
code reviewed by vir.
|
|
--HG--
branch : product-engine
|
|
|
|
--HG--
branch : product-engine
|
|
result contain inappropriate items.
- Fixed folder_view and inventory_panel resizing in LLFolderView::arrange() when all visible items are filtered out. This fixed context menu for "Search" SLURL in Places->My Landmarks.
- Added check for visible items to display correct context menu when right-clicking on "Search" SLURL for empty search results in any inventory panel.
Reviewed by Leyla Farazha https://codereview.productengine.com/secondlife/r/14/
--HG--
branch : product-engine
|
|
translation
--HG--
branch : product-engine
|
|
Removed deprecated string to resolve duplicated names(string.save and button.save).
Reviewed by Callum Prentice https://codereview.productengine.com/secondlife/r/12/
--HG--
branch : product-engine
|
|
"(will update after save)"
Replaced hardcoded string with xml string.
Reviewed by Leyla Farazha https://codereview.productengine.com/secondlife/r/8/
--HG--
branch : product-engine
|
|
Show IMs in: and (requires restart) need to be localized (panel_preferences_chat.xml)
Added widget missing names to make localization tool work.
Reviewed by Callum Prentice https://codereview.productengine.com/secondlife/r/7/
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
(implemented via JavaScript - not in ua string)
(for B5) Fix for EXT-5314 "Inworld Browser blanks out at credit card entry"
Note: also includes an update to install.xml that points to a new version of LLQtWebKit that is required for these fixes
|
|
Also, disabled LL_QTWEBKIT_USES_PIXMAPS define in media_plugin_webkit.cpp as the QPixmap changes have been backed out of the llqtwebkit build for now.
|
|
change before)
|
|
|
|
|
|
|
|
|
|
|