Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-01 | Merge from default branch | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-03-29 | VWR-17649 en_xui_change | Eli Linden | |
2010-03-29 | VWR-17644 undo old 'es' overrides | Eli Linden | |
2010-03-29 | Manual merge from default branch | Vadim Savchuk | |
Resolved conflicts in indra/newview/llchathistory.cpp in favor of trunk version. --HG-- branch : product-engine | |||
2010-03-26 | PT linguistic | Eli Linden | |
2010-03-26 | IT translation review for set6A; FR and ES linguistic | Eli Linden | |
2010-03-26 | ES linguistic | Eli Linden | |
2010-03-26 | DE FR ES linguistic | Eli Linden | |
2010-03-26 | Fixed bug EXT-6399 (System locale is the same for all languages). | Vadim Savchuk | |
Problem: * English locale was set for all languages. * Specifying a correct locale didn't affect anything, including date/time formatting. My investigation has shown that LLStringUtil was instantiated twice: in the main binary and in libllcommon.so. Because LLStringUtil::setLocale() was called from newview and getLocale() was called from llcommon, they effectively used *different* instances of LLStringUtil::sLocale. Hence getLocale() always returned empty string. This seems to be caused by get/setLocale() methods not being dllexported. The fix instantiates get/setLocale() and sLocale in llcommon and exposes them to use from newview (i.e. prevents multiple instantiation). Besides, I specified correct locale names for all languages and platforms. Reviewed by Leyla: https://codereview.productengine.com/secondlife/r/104/ --HG-- branch : product-engine | |||
2010-03-25 | VWR-18451 en_xui_change for DE truncation; remove invalid DE name in ↵ | Eli Linden | |
mime_type.xml; remove invalid attributes in floater_about_land and the extra .. in "set" button translation | |||
2010-03-25 | DE JA ES linguistic | Eli Linden | |
2010-03-25 | VWR-18477 remove old local overrides that caused the gesture floater content ↵ | Eli Linden | |
to disappear | |||
2010-03-25 | DE linguistic | Eli Linden | |
2010-03-24 | VWR-17637 en_xui_change ; undoing many evil local overrides. PL set9 ↵ | Eli Linden | |
translation. | |||
2010-03-24 | ES linguistic | Eli Linden | |
2010-03-24 | undoing incorrect translation of variables; DE linguistic | Eli Linden | |
2010-03-24 | DE ES linguistic; IT set8 translation | Eli Linden | |
2010-03-23 | EXT-6442 | Eli Linden | |
2010-03-23 | IT set5A final edit; ES linguistic | Eli Linden | |
2010-03-23 | CT-575 PT and ES set9 translation. PT TOS strings | Eli Linden | |
2010-03-22 | ES TOS strings, final edit | Eli Linden | |
2010-03-22 | ES TOS strings | Eli Linden | |
2010-03-16 | CT-575 ES translation for set8 for beta5, new file | Eli Linden | |
2010-03-16 | CT-575 ES translation for set8 for beta5 | Eli Linden | |
2010-03-16 | en_xui_change for ES truncation in 'floater animation preview'; undoing ES ↵ | Eli Linden | |
parameter overrides | |||
2010-03-16 | en_xui_change to fix ES truncation; ES linguistic fix (removing ellipsis in ↵ | Eli Linden | |
many labels to match EN) | |||
2010-03-15 | ES linguistic; PT adding 4 missing strings from set4 | Eli Linden | |
2010-03-12 | ES missing strings from set4-6; linguistic | Eli Linden | |
2010-03-12 | linguistic | Eli Linden | |
2010-03-12 | EXT-2180 final linguistic edits of set1 and set6b by Novella | Eli Linden | |
2010-03-12 | EXT-5983 manual fix for changed EN root element name= (VLT bug; didn't flag ↵ | Eli Linden | |
change before) | |||
2010-03-08 | ES linguistic changes | Eli Linden | |
2010-03-08 | VWR-17615 en_xui_change; undoing bad local overrides in fr and es | Eli Linden | |
2010-03-08 | linguistic fixes | Eli Linden | |
2010-03-04 | CT-575 ES xlation | Eli Linden | |
2010-03-04 | VWR-18007 | Eli Linden | |
2010-03-03 | Fixed major sub-tusk EXT - 5826 ([TRANSLATION NOT SHOWN] floater_world_map.xml) | Paul Guslisty | |
--HG-- branch : product-engine | |||
2010-03-03 | Fixed major bug (EXT-5755) [TRANSLATION NOT SHOWN] sidepanel_task_info.xml | Sergei Litovchuk | |
- Fixed name attribute for panels in which localization was broken. --HG-- branch : product-engine | |||
2010-03-03 | fixed EXT-5887 [NAMELESS STRING] - Menu Einstellungen, Tab Chat: Font size ↵ | Igor Borovkov | |
and Font Colors need translation ) (panel_preferences_chat.xml) --HG-- branch : product-engine | |||
2010-03-03 | Fixed major bugs: EXT-5889, EXT-5895, EXT-5896. | Sergei Litovchuk | |
(EXT-5889) [TRANSLATED BUT IN EN] Side Bar : Place Profile > "Estate" (panel_place_profile.xml) (EXT-5895) [TRANSLATED BUT IN EN] Side Bar : "About Land" and "Region/Estate" buttons inside "Place Profile " (EXT-5896) [TRANSLATED BUT IN EN] Side Bar : Place Profile > "Region" panel_place_profile.xml - Added names for panels which broke localization of widgets inside them. --HG-- branch : product-engine | |||
2010-03-03 | fixed EXT-5902 [TRANSLATED BUT IN EN] - In the IM window "Pay" needs ↵ | Igor Borovkov | |
translation (panel_im_control_panel.xml) --HG-- branch : product-engine | |||
2010-02-26 | CT-575 CT Set7 ES translation, new files | Eli Linden | |
2010-02-26 | CT-575 CT Set7 ES translation | Eli Linden | |
2010-02-24 | Work on major bug EXT-5589 (Notifications button falls under side panel) | Mike Antipov | |
Applayed Eugene Mutavchi's patch: -- removed min/max width params from xml <string> tags -- "min_width" for nearby chat bar now is got from the an appropriate layout panel params -- "max_width" for nearby chat bar is moved to constant. --HG-- branch : product-engine | |||
2010-02-18 | move base back to default because doing it as a backout was causing merge errors | Kent Quirk | |
2010-02-17 | EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts ↵ | Richard Linden | |
1.23s UI reviewed by Leyla | |||
2010-02-17 | EXT-2183 viewer 2.0 community translation ES set1 through set6. | Eli Linden | |
2010-02-17 | EXT-2183 viewer 2.0 community translation ES set1 through set6. | Eli Linden | |
2010-01-22 | DEV-43688 fix a couple of formatting issues on strings in the localized ↵ | Ramzi Linden | |
languages related to Localization Cycle 2. | |||
2010-01-14 | DEV-43134 insert localized hyperlinks for all places in the XUI where the ↵ | Ramzi Linden | |
Viewer jumps to the web: floater_html.xml, floater_help_browser.xml, and floater_buy_currency.xml |