Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-12 | Merge | Leyla Farazha | |
2010-10-11 | pull viewer-beta into viewer-development | Merov Linden | |
2010-10-11 | CT-575 WIP FR translation for set18, new file | Eli Linden | |
2010-10-11 | CT-575 WIP FR 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-27 | Merge | Leyla Farazha | |
2010-09-16 | Merge | Leyla Farazha | |
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-13 | VWR-22759 FIX missing paren | eli_linden | |
2010-09-20 | merge from http://bitbucket.org/boroondas/viewer-development-vwr-20583 | Tofu Linden | |
2010-09-16 | CT-575 WIP ES linguistic, remove invalid FR element | eli_linden | |
2010-09-16 | VWR-22340 FIX en_xui_change for all langs, and remove many evil old overrides | eli_linden | |
2010-09-16 | VWR-22347 FIX remove FR old overriding parameters | eli_linden | |
2010-09-09 | VWR-22759 : port of SNOW-667, fix drop down mangled language spelling | Merov Linden | |
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-09-03 | Merge between james/viewer-identity-evolution and dessie/viewer-public | Aimee 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-08-31 | CT-575 WIP FR linguistic; restore 1 missing string | Eli Linden | |
2010-08-31 | CT-575 WIP FR linguistic | Eli 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-26 | merge | Richard Linden | |
2010-08-26 | Manual merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
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-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | EXT-8362 FIXED ([TRUNCATION] IT login screen - truncation in location box) | Paul Guslisty | |
- Increased combo box width and removed unnecessary parameters wirth from other locales Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/871/ --HG-- branch : product-engine | |||
2010-08-20 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-08-17 | (final?) hairy merge from viewer-release to viewer-public | Tofu Linden | |
2010-08-16 | CT-575 FR linguistic | Eli Linden | |
2010-08-10 | (hairy) merge from viewer-release | Tofu Linden | |
2010-08-09 | CT-575 WIP PL global edit part 1/2; PL DA set 16 translation for 2.1.1; FR ↵ | Eli Linden | |
linguistic | |||
2010-08-09 | CT-575 WIP PL global edit part 1/2; PL DA set 16 translation for 2.1.1; FR ↵ | Eli Linden | |
linguistic | |||
2010-08-07 | merge from viewer-release | Tofu Linden | |
2010-08-06 | CT-575 WIP FR linguistic | Eli Linden | |
2010-08-06 | merge from viewer-release | Tofu 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-08-05 | (hairy) merge from viewer-release | Tofu Linden | |
2010-08-04 | Merge with dessie/viewer-release | Leyla Farazha | |
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-06 | CT-575 WIP FR linguistic | Eli Linden | |