Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-11 | Merge | James Cook | |
2009-12-11 | EXT-3233 Button label vertical placement cannot be adjusted via xml | James Cook | |
Added bottom_pad attribute to widgets/button.xml and removed old LLBUTTON_VPAD global and ButtonVPad saved setting. Reviewed with Richard. | |||
2009-12-11 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
2009-12-11 | Updates to filter field labels to make more consistent. | Justin C. Rounds (Chuck) | |
https://jira.secondlife.com/browse/EXT-2307 | |||
2009-12-11 | EXT-3313 Media Settings window has no background if viewer is too short | James Cook | |
Code to set default floater position to top-left was causing incorrect floater height computation when floater XML specified a bottom coordinate. Reviewed with Callum. | |||
2009-12-11 | Merge, fixed conflict in panel_preferences_sound.xml | James Cook | |
2009-12-11 | EXT-3394: Remove manual voice gain controls. | Lynx Linden | |
The new Vivox SDK supports Automatic Gain Control (AGC), so we shouldn't need to change the local gain level from the default of 50%. This change sets the initial gain level to 50 (instead of 62) and removes the local gain sliders from the Sound Preferences floater and the Voice Controls floater. The latter was not hooked up yet anyway. | |||
2009-12-11 | EXT-332: Added Buy L$ link for Exchange Rate. | Lynx Linden | |
As per the international billing team. Just waiting for the "payment method and currency" URL now. | |||
2009-12-10 | DEV-44138 About Land - Access tab - make AO overriden options clear | Soft Linden | |
2009-12-10 | DEV-44130 Clarify AO messages on Region/Estate - Region tab | Soft Linden | |
2009-12-10 | Merge changes | Soft Linden | |
2009-12-10 | DEV-28327 Remove ELAR email field from client | Soft Linden | |
2009-12-10 | Delete the 'Test' language from the viewer. | Ramzi Linden | |
There is no more time to update it to last month of UI changes; and its use for Localizability Testing is now done. | |||
2009-12-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-10 | DEV-43977: Changed pre-login help browser behavior. | Lynx Linden | |
The special pre_login_help topic is now only displayed when the user clicks on the "Need help logging in?" link on the login screen, or selects the top-level Help > Second Life Help (F1) menu. | |||
2009-12-10 | Moved "back" button. Applied polish to some areas. Committing changes so ↵ | Justin C. Rounds (Chuck) | |
Erica can do other work on this file. http://jira.secondlife.com/browse/EXT-3061 | |||
2009-12-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-12-10 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
2009-12-10 | Changed "About Land" option to "Place Information". Still needs to be wired ↵ | Justin C. Rounds (Chuck) | |
up in code, though. https://jira.secondlife.com/browse/EXT-3276 | |||
2009-12-10 | Merge | James Cook | |
2009-12-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-10 | DEV-43679: Display god level warning in Search window. | Lynx Linden | |
If you change your god level from when you performed a search, the search results may be inappropriate for your god level (we pass the current god status to the search web pages). When this is the case, we now display a warning at the bottom of the search floater to let the user know that they should redo their search. | |||
2009-12-10 | EXT-1398 Objects with long descriptions flip between showing 3 lines and 4 lines | James Cook | |
Converted to use new clip_partial text attribute instead of custom text clipping logic. Reviewed with Richard. | |||
2009-12-10 | Merge with product-engine | Steve Bennetts | |
2009-12-10 | Changed ObjectChatColor to EmphasisColor. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2303 | |||
2009-12-10 | Added missing reference to "Dropdown_On". | Justin C. Rounds (Chuck) | |
2009-12-10 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-10 | implmented EXT-2830 “"Object auto-return" notification should contain ↵ | Alexei Arabadji | |
reference to returned object”, removed 'Inspect' button from ServerObjectMessage notification; --HG-- branch : product-engine | |||
2009-12-10 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-10 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-10 | fixed normal bug EXT-3284 \"Share\" ability is disabled in context menu in ↵ | Andrew Polunin | |
\"Nearby\", \"Friends\" and \"Recent\" tabs --HG-- branch : product-engine | |||
2009-12-10 | Set temporal icon for "Scripting disabled" in navbar (EXT-3339). | Andrew Dyukov | |
Finding appropriate icon is left to Erica. --HG-- branch : product-engine | |||
2009-12-10 | Work on major task EXT-2808 (Add speakers moderation (both voice and text) ↵ | Mike Antipov | |
to the Voice Control Panel (Active Speakers List)) -- Added menu items, disabling them not in the group call -- Also refactored Mute Text functionality to be used in Block/Unblock menu item (For EXT-2863) --HG-- branch : product-engine | |||
2009-12-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-09 | EXT-299 "Mute" still showing in menu_pie_avatar.xml although label says "Block" | James Cook | |
2009-12-09 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-12-09 | Fix for save texture functionality no longer respecting permissions | Eric M. Tulla (BigPapi) | |
2009-12-09 | Cleanup unneeded topleft attributes, document similar menu files | James Cook | |
2009-12-09 | Partial EXT-3268 Object Profile option showing up in avatar 3D Context menu | James Cook | |
Renamed gPie* and menu_pie_* to just gMenu* and menu_* because they are no longer pie menus. Created separate other-attachment menus. Reviewed with Richard. | |||
2009-12-09 | Automated merge with ssh://lis@hg.lindenlab.com/james/gooey | Lis Pardi | |
2009-12-09 | ext-3297 Input/Output Devices are cut off in Preferences | Lis Pardi | |
2009-12-09 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2009-12-09 | Crash fix due to bad duplicated attributes in xui | Erica | |
2009-12-09 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-12-09 | Merge | James Cook | |
2009-12-09 | Automated merge with ssh://lis@hg.lindenlab.com/james/gooey | Lis Pardi | |
2009-12-09 | ext-2976 change "alerts" to read "notifications" | Lis Pardi | |
2009-12-09 | Fix for EXT-2703 & EXT-2708 - save texture as issues | Eric M. Tulla (BigPapi) | |
Added save as to texture preview floater. Fixed behavior of save as (was only working for textures, not snapshots). Removed advanced menu entry for save texture as (refused to work after multiple implementations). | |||
2009-12-09 | Merge | James Cook | |
2010-12-08 | merge | Leyla Farazha | |