summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-17EXT-6335: Add custom labels for specific agent SLapp commands.Lynx Linden
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>".
2010-03-17Completed normal task EXT-6266 ([EN XUI REWORK] in build menu tab titles -- ↵Mike Antipov
need 'en' xui xml designer rework for multiple languages) * Increased max width of tabs from 54 to 100 px to accommodate all tabs' labels. Note: scroll arrows appear for all locales. Full redesign is required for the Build floater Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/48/ --HG-- branch : product-engine
2010-03-17added my landmarks auto-expansion when new folder gets created EXT-6289 ↵Igor Borovkov
(Clicking the plus button in the Places side panel only lets you add landmarks not folders) added auto-expanding My landmarks Tab when it is closed and Add folder menu item is clicked Reviewed by Mike at https://codereview.productengine.com/secondlife/r/10/ --HG-- branch : product-engine
2010-03-17fixed EXT-6303 [TRUNCATION] Side bar: People > Recent - Time. Need xui ↵Igor Borovkov
designer to adjust width. increased width of the "last interaction" text editor to accomodate two japanese hieroglyphs when 2 digit number is shown Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/47/ --HG-- branch : product-engine
2010-03-17Fixed normal task EXT-6403 [TRUNCATION] [EN XUI REDESIGN] - Menu ↵Mike Antipov
Einstellungen, Tab Sound & Medien: Stummschalten, wenn minimiert is truncated * Increased floater width from 620 to 658 px to accommodate it to checkbox label width. * Updated "Busy mode response" (on General tab) texteditor and "Always show" & "Never show" lists (on Notifications tab) to be looks better on a wider width. * Content of other panels was not redesigned. --HG-- branch : product-engine
2010-03-17mergeVadim Savchuk
--HG-- branch : product-engine
2010-03-17Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-03-17Fixed normal bug EXT - 6026 ([TRANSLATED BUT IN EN] Side bar : My Appearance ↵Paul Guslisty
> Wearing tab - where it's linked description) - Replaced hardcoded '(active)' string with [GESLABEL] arg. <string name=\"ActiveGesture\" value=\"[GESLABEL] (TRANSLATION OF 'active')\"/> - this line with translation should be added to the rest locales - Corrected \"[ATTACHMENT_POINT]\" arg assigning. Now \"[ATTACHMENT_POINT]\" assigned with LLTrans::getString() and gets translated string. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/45/ --HG-- branch : product-engine
2010-03-17replaced SL Logo EXT-4819 [NUX] New Application Icon IntegrationIgor Borovkov
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/46/ --HG-- branch : product-engine
2010-03-17Fixed normal EXT - 6028 ( [HARD CODED]? Inventory > Library > ↵Paul Guslisty
\"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
2010-03-17Code cleanup: remove superfluous call of the setToolTip method.Mike Antipov
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
2010-03-17PE mergeTofu Linden
2010-03-17fixed EXT-6284 ([HARD CODED] - Menu Einstellungen, Tab Erweitert: ↵Igor Borovkov
"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
2010-03-17fixed EXT-6350 [HARD CODED] - System message when loosing connectivity needs ↵Igor Borovkov
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
2010-03-17Fixed normal task EXT-6021 [HARD CODED] Bubble shown when you mouseover on ↵Mike Antipov
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
2010-03-16EXT-6267 removing local overrides so EN xui can be properly redesignedEli Linden
2010-03-16mergeRichard Linden
2010-03-16turning view deletion spam into a lldebugsRichard Linden
2010-03-16Fix for build error in media_plugin_example.cpp.Monroe Linden
2010-03-16Added an "init" message in LLPLUGIN_MESSAGE_CLASS_MEDIA, and made ↵Monroe Linden
LLPluginClassMedia queue it up before initializing its LLPluginProcessParent. Made all existing plugins send their texture_params message from this init message instead of the LLPLUGIN_MESSAGE_CLASS_BASE "init" message. (This ensures that they won't start to receive 'size_change' messages until after the init has happened.) Added "set_user_data_path" and "set_language_code" messages to LLPluginClassMedia. Made webkit plugin deal with the new messages, when they're sent before it receives the media "init". Removed the user_data_path and language_code arguments from the init function calls throughout the hierarchy. Made LLViewerMediaImpl queue up the language code and user data path messages before initializing the media. Reviewed by Callum at http://codereview.lindenlab.com/687006 .
2010-03-16mergeRichard Linden
2010-03-16The movie URLs we were using on movies.apple.com now need to be accessed as ↵Monroe Linden
trailers.apple.com instead.
2010-03-16CT-575 ES translation for set8 for beta5, new fileEli Linden
2010-03-16CT-575 ES translation for set8 for beta5Eli Linden
2010-03-16linguistic change; fixing floater_about_land.xml button label translation by ↵Eli Linden
removing extra ellipses and the label_selected= attribute as they became out of sync with EN file (must have been due to some kind of tool error in the past)
2010-03-16mergeRichard Linden
2010-03-16en_xui_change for ES truncation in 'floater animation preview'; undoing ES ↵Eli Linden
parameter overrides
2010-03-16EXT-5735 : InventorySP doesn't show # of inventory items even when known by ↵Loren Shih
viewer Moved # items fetched string into panel_main_inventory (out of floater_inventory) so that it's shared by all inventory views.
2010-03-16en_xui_change to fix ES truncation; ES linguistic fix (removing ellipsis in ↵Eli Linden
many labels to match EN)
2010-03-16Fixed normal bug EXT - 6027 ([TRANSLATED BUT IN EN] Bubble shown when you ↵Paul Guslisty
mouseover on system folder within Inventory > Library) - Added localized string from strings.xml as a tooltip --HG-- branch : product-engine
2010-03-16CT set8 PT translation for beta5, new fileEli Linden
2010-03-16CT set8 PT translation for beta5Eli Linden
2010-03-16EXT-4655 fixed a hanging listener on parcelinfo messages and fixed possible ↵gabriel lee
crash through spamming refresh of script limits floater reviewed by Johnny
2010-03-16mergeRichard Linden
2010-03-16Fix for normal task (EXT-6355) [TRANSLATED BUT IN EN] - Inventory, hovertext ↵Sergei Litovchuk
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
2010-03-16mergeVadim Savchuk
--HG-- branch : product-engine
2010-03-16Manual merge from default branch.Vadim Savchuk
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
2010-03-16Implemented normal task EXT-5982([HARD CODED] on L$ kaufen window (Buy L$)).Andrew Dyukov
- 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
2010-03-16fixed EXT-4820 [NUX] Viewer dimensions on first-runIgor Borovkov
changed first run window height from 768 to 738 Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/38/ --HG-- branch : product-engine
2010-03-16Fixed normal task EXT-6025 - [HARD CODED] Side Bar : "Save Pick" - "Pick" is ↵Dmitry Zaporozhan
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
2010-03-16Fixed normal task EXT-6282 - [TRANSLATED BUT IN EN]? - System message when ↵Dmitry Zaporozhan
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
2010-03-16fixed showstopper EXT-6289 (Clicking the plus button in the Places side ↵Igor Borovkov
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
2010-03-16automated merge viewer2.0->viewe2.0Loren Shih
2010-03-16EXT-6013 Normal [HARD CODED] - Group Invitation, Group Roles: The group ↵Yuri Chebotarev
roles need to be localized reviwed https://codereview.productengine.com/secondlife/r/22/ --HG-- branch : product-engine
2010-03-16fix for normal EXT-6354 [HARD CODED] - Inventory, Filter-popup: Title isnґt ↵Yuri Chebotarev
localized reviwed https://codereview.productengine.com/secondlife/r/35/ --HG-- branch : product-engine
2010-03-16mergeYuri Chebotarev
--HG-- branch : product-engine
2010-03-16EXT-5989 [HARD CODED]. ".... paid you...... L$... " - message needs translationYuri Chebotarev
Reviwed https://codereview.productengine.com/secondlife/r/13/ --HG-- branch : product-engine
2010-03-16fixed EXT-6322 [NAMELESS XUI STRING] Nearby Media> Detail window - "Nearby ↵Igor Borovkov
Media" "Show:" and "On other Avatars" fixed "name" attributes Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/37/ --HG-- branch : product-engine
2010-03-16fixed EXT-6363 [HARD CODED] "Login Failed." is hardcodedIgor Borovkov
moved out "Login failed." to strings.xml Reviewed by Q at https://codereview.productengine.com/secondlife/r/27/ --HG-- branch : product-engine
2010-03-16Fixed bug EXT-6007 ([STRING IN EN] - While loading Second Life several ↵Vadim Savchuk
messages need to be localized). Reviewed by Richard: https://codereview.productengine.com/secondlife/r/31/ --HG-- branch : product-engine