Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-05 | EXT-8309 FIXED Incorrect French date format in place profile and status bar. | Vadim Savchuk | |
Changes: - Added support for formatting day of the month without leading zero ("sday"). - Changed date format in place profile (landmark info) and in the top status bar according to bug reporter's request. Technical details: Actually implementation of strftime() in Linux and Windows supports stripping the leading zero (with "%-d" and "%#d" respectively). But that's not supported in MacOSX, so I had to reimplement it. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/842/ | |||
2010-08-04 | CT-575 WIP FR translation for set16 for Viewer 2.1.1 | Eli Linden | |
2010-08-04 | CT-575 WIP PT translation for set16 for Viewer 2.1.1 | Eli Linden | |
2010-08-03 | CT-575 FIX linguistic work from q/viewer-release lost in ↵ | Eli Linden | |
dessie/viewer-release. Re-comitting. | |||
2010-08-03 | merge from viewer-release | Tofu Linden | |
2010-08-02 | merge from dessie/viewer-release | Richard Nelson | |
2010-08-02 | CT-575 WIP FR PT linguistic | Eli Linden | |
2010-08-02 | CT-575 WIP FR PT linguistic | Eli Linden | |
2010-07-30 | Merge with dessie/viewer-release | Leyla Farazha | |
2010-07-30 | Merge from q/viewer-release to dessie/viewer-release for 2.1.1 beta 1 | Kent Quirk | |
2010-07-29 | merge | Tofu Linden | |
2010-07-28 | CT-575 WIP FR linguistic | Eli Linden | |
2010-07-28 | EXT-8361 REFIXED Tooltips in Nearby Media window in the French viewer. | Vadim Savchuk | |
Restored a part of my fix that was somewhy reverted by Eli in rev. 0d364d4ddd91. --HG-- branch : product-engine | |||
2010-07-28 | EXT-8310 REFIXED Localized currency format in the Buy Land floater. | Vadim Savchuk | |
I'm actually restoring a part of the fix that was previosly committed in 75a1d14d6cc5 and then somewhy reverted in 0d364d4ddd91. Trivial change, not reviewed. --HG-- branch : product-engine | |||
2010-07-27 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-07-27 | EXT-8366 FIXED ([HARD CODED] ALL LANGS Whole Item Profile window is ↵ | Paul Guslisty | |
untranslated in the French viewer) - Added 'name' attribute for untranslated panel in EN and all other locales Reviewed by Mike Antipov and Vadim Savchuk at https://codereview.productengine.com/secondlife/r/808/ --HG-- branch : product-engine | |||
2010-07-22 | ND-47671 WIP FR linguistic | Eli Linden | |
2010-07-30 | merge from viewer-release | Tofu Linden | |
2010-07-29 | merge from viewer-release | Tofu Linden | |
2010-07-28 | merge from viewer-release | Tofu Linden | |
2010-07-27 | Merge from dessie/viewer-release | Richard Linden | |
2010-07-19 | Merge with dessie/viewer-release | Leyla Farazha | |
2010-07-19 | CT-575 WIP Set15 translation for 8 languages | Eli Linden | |
2010-07-15 | CT-575 WIP l10n catchup with set15 translation for Viewer 2.1, part 1/2 | Eli Linden | |
2010-07-15 | CT-575 WIP l10n catchup of translation up to set14, new files, for Viewer 2.1 | Eli Linden | |
2010-07-15 | CT-575 WIP l10n catchup of translation up to set14, for Viewer 2.1 | Eli Linden | |
2010-07-15 | Reverted changeset 2bb10eae42bf | Dessie Linden | |
2010-07-15 | slightly hairy merge from PE's viewer-release | Tofu Linden | |
2010-07-14 | ND-47671 WIP FR linguistic | Eli Linden | |
2010-07-14 | EXT-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-14 | EXT-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-14 | EXT-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-13 | ND-47671 WIP FR PT IT linguistic | Eli Linden | |
2010-07-12 | CT-575 WIP PL translation for sets 10-14, DA for set14. FR and DE linguistic | Eli Linden | |
2010-07-12 | ND-47670 WIP FR translation for set14, new files | Eli Linden | |
2010-07-12 | ND-47670 WIP FR translation for set14 | Eli Linden | |
2010-07-09 | ND-47580 WIP FR linguistic | Eli Linden | |
2010-07-09 | merge from PE's viewer-release | Tofu Linden | |
2010-07-09 | EXT-8296 FIXED Format currency properly in tooltips and the about land window. | Aimee Linden | |
2010-07-08 | EXT-8171 FIXED (IT - Corrupted texture pickers are shown on 'Editing Alpha ↵ | Paul Guslisty | |
Mask' panel for German locale) - Deleted overriden dimensions in DE, FR and JP locales Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/703/ --HG-- branch : product-engine | |||
2010-07-06 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-07-01 | EXT-8001 FIX need to update translated files as well whenever string ID ↵ | Eli Linden | |
changes in EN | |||
2010-07-01 | EXT-8047 FIX need to update language files as well for any string ID change | Eli Linden | |
2010-06-30 | EXT-7648 FIX need to fix language files for the name change as well to avoid ↵ | Eli Linden | |
translation cost. | |||
2010-06-29 | ND-47580 WIP FR translation for set 13 | Eli Linden | |
2010-06-29 | ND-47580 WIP FR translation for set 13 | Eli Linden | |
2010-06-24 | CT-575 WIP FR linguistic | Eli Linden | |
2010-06-23 | ND-47489 WIP FR translation for set 12 | Eli Linden | |
2010-06-23 | ND-47489 WIP FR translation for set 12 | Eli Linden | |
2010-06-21 | Merge with q/viewer-release | Leyla Farazha | |