Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-02 | Replace start page for media browser with DuckDuckGo.com - Google page was ↵ | callum_linden | |
offset at that window size and was irritating | |||
2017-06-30 | MAINT-7442: remove old skool check for updates | Glenn Glazer | |
2017-04-21 | MAINT-7339 FIXED Ctrl+W does not close a floater when not logged in | Mnikolenko Productengine | |
2017-01-10 | MAINT-1384 FIXED Grid selection menu at login not working Ctrl-Shift-g | Mnikolenko Productengine | |
2016-08-11 | merge changes for 4.0.7-release | Oz Linden | |
2016-07-22 | Polish web content floater - rename to reflect it now does all media. remove ↵ | Callum Linden | |
developer options when Develop menu closed. start at google home page by default. | |||
2016-05-19 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2016-04-27 | MAINT-438 UI/Color Settings opens non-functional "Debug Settings" floater ↵ | andreykproductengine | |
when spawned before login | |||
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-20 | Merge with tip of viewer-release | callum_linden | |
2015-09-03 | support for external links and location_changed messages | callum_linden | |
2015-07-07 | MAINT-5174 Add Check for Updates feature to Help menu | andreykproductengine | |
2014-02-05 | MAINT-3697 FIXED Login screen help menu is updated | Mnikolenko ProductEngine | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-04-01 | CHUI-907 : Prevent warning when parsing menus adding name to menu_item_check | Merov Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2011-12-23 | STORM-1790 Provide a Develop sub-menu to change the default logging level | Jonathan Yap | |
co-authored with Zi Ree | |||
2011-11-07 | finished removing remnants of media browser | Richard Linden | |
2011-09-29 | EXP-1209 FIXED Sidetray removed. | Paul ProductEngine | |
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused. | |||
2011-09-21 | EXP-1205 PROGRESS -- As a User, I want a toybox which will contain all ↵ | Leslie Linden | |
buttons that I can d&d into the toolbars EXP-1210 FIX -- Implement new toybox floater window EXP-1231 FIX -- Add menu option to toggle the toybox floater on and off * Basic toybox floater implemented as its own class * Toybox is available through "Me -> Toolbars..." menu option or ctrl-T shortcut * Toolbars now have "side" type rather than simple orientation, as well as button state for "icons only" or "icons with text". Reviewed by Richard | |||
2011-05-25 | Replaced my test page with more generic URL for Web floater test at login page | callum | |
2011-05-13 | EXP-676 FIX As a web developer, I want to access information about the ↵ | callum | |
current state of the SL client, such as avatar location | |||
2010-12-10 | WIP XUI HTTP Auth dialog | Richard Linden | |
refactored LLWindowShade into seperate file improved layout of dialog improved dialog resizing logic Tab and Enter keys now work as expected in windowshade form added "modal" capability to window shade added HTTP Auth notifications to MOAP | |||
2010-12-06 | SOCIAL-342 FIX Rename Web Browser Test option in debug menus to reflect the ↵ | callum | |
fact it opens the Media browser | |||
2010-11-30 | SOCIAL-311 PARTIAL FIX Media browser has too many oddities to be useful for ↵ | callum | |
viewer web apps | |||
2010-08-31 | Fix double definition of create_jump_keys="true" introduced in the fix for ↵ | Aimee Linden | |
VWR-20724 to pass coding policy check. | |||
2010-08-19 | VWR-20724 FIXED Missing underlined shortcuts in some top-level menus. | Vadim Savchuk | |
Some of the menus lacked the underlined shortcut keys because there was no create_jump_keys="true" XML attribute specified for them. I just added the attribute to all menus. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/869/ --HG-- branch : product-engine | |||
2010-05-06 | EXT-6273 FIXED Changed menu item label | Paul Guslisty | |
- Changed menu item's label of 'viewer menu' and 'login viewer menu' Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/354/ --HG-- branch : product-engine | |||
2010-04-08 | EXT-6557 Login screen menus disappear on restore down | Leyla Farazha | |
reviewed by Richard cc#181 | |||
2010-04-01 | EXT-3531 - Ctrl-P does not work reliably on login | Richard Nelson | |
deprecated handle_edit_keys_directly and moved edit menu out of menu_viewer and menu_login | |||
2010-02-01 | Set the "Debug" menu to not be visible by default. | Chuck Linden | |
https://jira.secondlife.com/browse/EXT-4828 | |||
2010-01-29 | Add translate="false" to all the dummy strings in the /en folder. These ↵ | Ramzi Linden | |
constantly pollute the localization extraction of real strings. | |||
2010-01-26 | EXT-4063: Enable tear-offs for pre-login menus. | Lynx Linden | |
2010-01-08 | EXT-4099 Remove 'Reg in Client Test (restart)' item from Debug menu on Login ↵ | Tofu Linden | |
Screen | |||
2009-12-29 | EXT-3720 Added Advanced > Set Window Size... for video making | James Cook | |
Torley needed this to make tutorial movies. Removed dead code from Preferences. Reviewed by Leyla. | |||
2009-12-15 | EXT-3494 Sanitize floater show versus toggle | James Cook | |
Eliminated legacy "ShowFloater" method in favor of Floater.Show and Floater.Toggle. Wrote new custom show methods where needed. Reviewed with Leyla. | |||
2009-12-15 | Removed "Show Side Tray" option from login debug menu | James Cook | |
It doesn't work and makes my viewer hang. | |||
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-08 | EXT-2427: Added an About > Report Bug menu | Lynx Linden | |
This menu brings up the Help Browser with the report_bug topic. To support this, I've created a new ShowHelp function that can be accessed from XUI. You can supply an optional help topic parameter, or if you specify no parameter then the default (F1) help is shown. | |||
2009-12-03 | Added floater_test_text_editor, hooked up UI tests to login Debug menu | James Cook | |
Reviewed with Leyla | |||
2009-11-13 | More explicit test code for dummy widget creation. | James Cook | |
Added "Inspectors Test" back to login debug menu. | |||
2009-11-11 | Add widgets/ui_ctrl.xml that can set default font size across all widgets. | James Cook | |
Individual widgets/*.xml files will need to have explicit font="foo" params removed to start using the defaults. Discussed with Richard. | |||
2009-11-06 | Make test text floaters so Erica can make a call on final font sizes. | James Cook | |
2009-11-03 | Clean up menu_login.xml debug menu | James Cook | |
Strip out unnecessary layout=topleft Add debug option for reg in client Trivial, not reviewed. | |||
2009-10-21 | Side tray uses normal panel colors, not hard-coded floater colors. | James Cook | |
Added "Show Side Tray" to login debug menu. Fixed strange border color around Home side tray panel, more similar fixes to follow. Reviewed with Richard. | |||
2009-10-14 | EXT-1477 (part2) Update top menus and top menu spec - a few more ↵ | Ramzi Ramey | |
consistencies so that same words are used to refer to same thing, put Rendering stuff together, eliminate the Alt+Enter shortcut | |||
2009-10-08 | Add "Web Browser Test" to login menus. Add "Dump Timers" to debug menus. ↵ | James Cook | |
Not reviewed. | |||
2009-09-28 | DEV-39252 fix duplicate name= elements in the EN xui. This breaks localization. | Ramzi Ramey | |
2009-09-25 | EXT-757 Create a consistent Me menu on the login screen | Ramzi Ramey | |
Also reorganize Login menu to the Viewer Design Spec - Top Menus Also reorganize Debug menu to the Viewer Design Spec - Top Menus |