summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_login.xml
AgeCommit message (Collapse)Author
2017-01-10MAINT-1384 FIXED Grid selection menu at login not working Ctrl-Shift-gMnikolenko Productengine
2016-08-11merge changes for 4.0.7-releaseOz Linden
2016-07-22Polish 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-19Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2016-04-27MAINT-438 UI/Color Settings opens non-functional "Debug Settings" floater ↵andreykproductengine
when spawned before login
2016-01-15merge changes for 4.0.1-releaseOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-10-20Merge with tip of viewer-releasecallum_linden
2015-09-03support for external links and location_changed messagescallum_linden
2015-07-07MAINT-5174 Add Check for Updates feature to Help menuandreykproductengine
2014-02-05MAINT-3697 FIXED Login screen help menu is updatedMnikolenko ProductEngine
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-04-01CHUI-907 : Prevent warning when parsing menus adding name to menu_item_checkMerov Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2011-12-23STORM-1790 Provide a Develop sub-menu to change the default logging levelJonathan Yap
co-authored with Zi Ree
2011-11-07finished removing remnants of media browserRichard Linden
2011-09-29EXP-1209 FIXED Sidetray removed.Paul ProductEngine
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused.
2011-09-21EXP-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-25Replaced my test page with more generic URL for Web floater test at login pagecallum
2011-05-13EXP-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-10WIP XUI HTTP Auth dialogRichard 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-06SOCIAL-342 FIX Rename Web Browser Test option in debug menus to reflect the ↵callum
fact it opens the Media browser
2010-11-30SOCIAL-311 PARTIAL FIX Media browser has too many oddities to be useful for ↵callum
viewer web apps
2010-08-31Fix double definition of create_jump_keys="true" introduced in the fix for ↵Aimee Linden
VWR-20724 to pass coding policy check.
2010-08-19VWR-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-06EXT-6273 FIXED Changed menu item labelPaul 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-08EXT-6557 Login screen menus disappear on restore downLeyla Farazha
reviewed by Richard cc#181
2010-04-01EXT-3531 - Ctrl-P does not work reliably on loginRichard Nelson
deprecated handle_edit_keys_directly and moved edit menu out of menu_viewer and menu_login
2010-02-01Set the "Debug" menu to not be visible by default.Chuck Linden
https://jira.secondlife.com/browse/EXT-4828
2010-01-29Add translate="false" to all the dummy strings in the /en folder. These ↵Ramzi Linden
constantly pollute the localization extraction of real strings.
2010-01-26EXT-4063: Enable tear-offs for pre-login menus.Lynx Linden
2010-01-08EXT-4099 Remove 'Reg in Client Test (restart)' item from Debug menu on Login ↵Tofu Linden
Screen
2009-12-29EXT-3720 Added Advanced > Set Window Size... for video makingJames Cook
Torley needed this to make tutorial movies. Removed dead code from Preferences. Reviewed by Leyla.
2009-12-15EXT-3494 Sanitize floater show versus toggleJames 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-15Removed "Show Side Tray" option from login debug menuJames Cook
It doesn't work and makes my viewer hang.
2009-12-10DEV-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-08EXT-2427: Added an About > Report Bug menuLynx 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-03Added floater_test_text_editor, hooked up UI tests to login Debug menuJames Cook
Reviewed with Leyla
2009-11-13More explicit test code for dummy widget creation.James Cook
Added "Inspectors Test" back to login debug menu.
2009-11-11Add 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-06Make test text floaters so Erica can make a call on final font sizes.James Cook
2009-11-03Clean up menu_login.xml debug menuJames Cook
Strip out unnecessary layout=topleft Add debug option for reg in client Trivial, not reviewed.
2009-10-21Side 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-14EXT-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-08Add "Web Browser Test" to login menus. Add "Dump Timers" to debug menus. ↵James Cook
Not reviewed.
2009-09-28DEV-39252 fix duplicate name= elements in the EN xui. This breaks localization.Ramzi Ramey
2009-09-25EXT-757 Create a consistent Me menu on the login screenRamzi Ramey
Also reorganize Login menu to the Viewer Design Spec - Top Menus Also reorganize Debug menu to the Viewer Design Spec - Top Menus
2009-09-23EXT-646 Pinned menus display incorrectly. Menu needs to follow bottom-left ↵James Cook
corner to avoid being pulled up when floater resizes to accommodate. Fixed floater height computation, removed magic numbers. Added XML configuration file for menu_item_tear_off so we can set colors to make the lines visible when highlighted. Reviewed with Richard.
2009-09-21EXT-832 Unable to copy and paste from the help --> about dialog. Added edit ↵James Cook
menu items into menu_login.xml under the Debug item to make keyboard shortcuts work. Added "Copy to Clipboard" button. Broke text into a tab container with Support, Credits and Licenses sections. Reviewed with Qarl.
2009-09-09merge -r132032-132812 ↵Richard Nelson
svn+ssh://svn.lindenlab.com/svn/linden/branches/gooey/gooey-1