Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-18 | STORM-243 FIXED Disabled the "You just entered a region using a different ↵ | Vadim ProductEngine | |
server version..." pop-up notification. | |||
2011-01-10 | STORM-720 FIXED Disabled highlighting URLs in inventory items names in the ↵ | Vadim ProductEngine | |
share confirmation dialog. | |||
2010-11-24 | STORM-666 FIXED Menu spawned by the overflow button had invalid position in ↵ | Vadim ProductEngine | |
Place Profile and Avatar Profile panels. Changes: * Changed the button class from LLButton to LLMenuButton to avoid duplicating menu positioning logic. * Enabled LLMenuButton to support aligning menu to the top right corner of the button. | |||
2010-11-18 | STORM-189 FIXED insufficient spacing between controls and truncations in IT, ↵ | Seth ProductEngine | |
NL, PL and PT locales in Build Tools floater. | |||
2010-11-16 | STORM-563 FIXED Updated all localized XUI strings and notifications ↵ | Vadim ProductEngine | |
templates to use display names. Previously name substitutions were broken, so "[FIRST] [LAST]" was displayed instead of avatar name. Some of the affected notifications: * avatar went online/offline notification * object return notification * calling card offer * script dialog * auto-unmute notification. See the diff for more details. The fixes apply to all locales but English (which is already correct). Besides, I fixed calling card offer notification to display avatar name correctly. It was broken even in English. | |||
2010-10-20 | STORM-423: fix raw file association in strings.xml | Merov Linden | |
2010-10-14 | automated merge | Roxie Linden | |
2010-10-14 | Automated merge with file:///Users/oz/Work/viewer-beta | Oz Linden | |
2010-10-13 | fix issue with last merge due to trusted browser changes | Roxie Linden | |
2010-10-13 | automated merge | Roxie Linden | |
2010-10-12 | EVE-47 - Event formatting should appear in "Profile" window | Roxie Linden | |
EVE-74 - Change in-viewer support for 'notify me' to be maintainable via app slurl EVE-72 - Modify viewer to make the event profile window be an html control This is basically a reworking of the event profile display to remove all in-viewer specific event display rendering, in preparation for richtext descriptions. Most was removal of code. | |||
2010-10-11 | pull viewer-beta into viewer-development | Merov Linden | |
2010-10-11 | CT-575 WIP JA DE IT translation for set18, new files | Eli Linden | |
2010-10-11 | CT-575 WIP JA DE IT translation for set18 | Eli Linden | |
2010-10-07 | CT-575 WIP Add list of 11 Spanish Residents who volunteer translation of Viewer | Eli Linden | |
2010-09-20 | merge from http://bitbucket.org/boroondas/viewer-development-vwr-20583 | Tofu Linden | |
2010-09-16 | VWR-22340 FIX en_xui_change for all langs, and remove many evil old overrides | eli_linden | |
2010-09-14 | VWR-21356 FIX added missing translation for string | eli_linden | |
2010-09-13 | VWR-22975 fix wrong "endonym" for Portuguese language name | eli_linden | |
2010-09-09 | VWR-22759 : port of SNOW-667, fix drop down mangled language spelling | Merov Linden | |
2010-09-03 | merged VWR-20583 followup (removal of superflous '>'s in IM participant ↵ | Boroondas Gupte | |
context menu) | |||
2010-09-03 | VWR-20583 FIXED missed some hardcoded '>'s in menu_participant_list.xml | Boroondas Gupte | |
2010-09-02 | merged VWR-20583 | Boroondas Gupte | |
2010-09-02 | VWR-20583 FIXED submenu indicators (▶ a.k.a. U+25B6) shouldn't be hard-coded | Boroondas Gupte | |
in context menu sub menu names Use the same mechanism for adding the triangle in LLContextMenuBranch as is already used in LLMenuItemBranchGL. As a bonus, the triangles will be nicely right-aligned, just as in the main menu. Remaining hard-coded triangles all are in indra/newview/skins/default/xui/*/panel_voice_effect.xml. | |||
2010-09-01 | VWR-22759 : port of SNOW-667, Automatic language translation of chat messages | Merov Linden | |
2010-09-22 | merge | Richard Linden | |
2010-09-21 | merge storm-122 | Tofu Linden | |
2010-09-16 | merge | Richard Linden | |
2010-09-16 | STORM-122 FIXED Clean up obsolete floaters and related dead code | Aimee Linden | |
Removed obsolete XUI files: floater_activeim.xml floater_customize.xml floater_device_settings.xml floater_first_time_tip.xml floater_im.xml floater_my_friends.xml floater_outfit_save_as.xml floater_preview_classified.xml floater_preview_event.xml floater_preview_gesture_info.xml floater_preview_gesture_shortcut.xml floater_preview_gesture_steps.xml floater_statistics.xml floater_wearable_save_as.xml panel_audio_device.xml panel_friends.xml panel_groups.xml panel_nearby_chat.xml panel_online_status.xml panel_region_general_layout.xml Killed obsolete LLFloaterVoiceDeviceSettings class, and moved LLPanelVoiceDeviceSettings into its own appropriately named files. | |||
2010-08-25 | fixed regressions from changing layout panel to be a derived widget class | Richard Linden | |
2010-08-24 | removed LLLayoutStack::fromXML custom xml parsing | Richard Nelson | |
2010-08-10 | EXT-8376 FIX en_xui_change for IT truncation; DE fix | Eli Linden | |
2010-08-10 | EXT-8370 WIP remove old overrides | Eli Linden | |
2010-08-06 | merge from PE's viewer-release | Tofu Linden | |
2010-08-05 | CT-575 WIP IT translation for set16 for Viewer 2.1.1 | Eli Linden | |
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/ --HG-- branch : product-engine | |||
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-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-19 | CT-575 WIP Set15 translation for 8 languages | 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-13 | ND-47671 WIP FR PT IT linguistic | Eli Linden | |
2010-07-12 | ND-47671 WIP IT translation for set 14, new files | Eli Linden | |
2010-07-12 | ND-47671 WIP IT translation for set 14 | Eli Linden | |
2010-07-09 | EXT-8296 FIXED Format currency properly in tooltips and the about land window. | Aimee Linden | |
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-47581 WIP IT translation for set 13 | Eli Linden | |
2010-06-29 | ND-47581 WIP IT translation for set 13 | Eli Linden | |