summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_login.xml
AgeCommit message (Collapse)Author
2016-06-01MAINT-6446 Correct password length handlingandreykproductengine
2016-05-19Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2016-05-13MAINT-6408 FIXED viewer should allow password field entry greater than 16 bytesMnikolenko Productengine
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-01-30MAINT-4853 FIXED Pressing the ENTER key when entering a location into the ↵Mnikolenko ProductEngine
Type a location field, doesn't log you in
2015-01-22MAINT-4790 WIP Previously selected login location is correctly shown now. ↵Mnikolenko ProductEngine
Font on the Log In button was changed back. Text offset was set for Locations combobox.
2015-01-19MAINT-4790 WIP Show focused background image for login text fields.Mnikolenko ProductEngine
2015-01-14MAINT-4790 WIP XML changesMnikolenko ProductEngine
2015-01-13MAINT-4790 WIP XML changesMnikolenko ProductEngine
2014-06-06fix for Windows line endings - converted to Unix stylecallum_linden
2014-03-14WENG-1470: typeface size changes and tightened up vertical allignment as per ↵callum_linden
design input
2014-03-13WENG-1470 (Partial) Secondlife Login Screen Redesign - fixed bug with bottom ↵Callum Prentice
of ui stack following bottom of window
2014-03-13WENG-1470 (Partial) Secondlife Login Screen Redesign - changed layout based ↵Callum Prentice
on designer feedback.
2014-03-06WENG-1470 (Partial) Secondlife Login Screen Redesign - mostly to make ↵Callum Prentice
buttons activate when fields valid
2014-03-06WENG-1470 (Partial) Secondlife Login Screen Redesign - more misc changesCallum Prentice
2014-03-05WENG-1470 (Partial) Secondlife Login Screen Redesign - added new button imagesCallum Prentice
2014-03-03WENG-1470 (Partial impl) Secondlife Login Screen RedesignCallum Prentice
Added browser widget back in and reformatted XML/XUI
2014-03-03WENG-1470 (Partial impl) Secondlife Login Screen RedesignCallum Prentice
2014-02-27Support for multiple buttonsCallum Prentice
2014-02-14MAINT-3675 NUI:Login screen (Work in Progress)Callum Prentice
2014-02-13MAINT-3675 NUI:Login screen (Work in Progress)Callum Prentice
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-11-05STEAM-14: login when user presses Enter at username or password.Nat Goodspeed
The tricky thing about this fix is that the "Log In" button used to be in the same layout_panel as the username and password fields. Now it's not, so the fact that it's the default button for its layout_panel doesn't matter because that layout_panel doesn't have focus. Richard pointed out that we can make the commit action for the username and password fields initiate login -- as long as neither field implicitly runs its commit action when it loses focus!
2012-08-22MAINT-1444: Make bottom-right corner of new login panel overlap.Nat Goodspeed
MAINT-1444 complains that with all optional login-panel controls enabled, the login panel is wider than 1024 pixels: at that width, the new "Start now" button is pushed completely off the right edge of the window. Richard told me how to tweak the layout so that the controls can squeeze together in an overlapping way, enabling all controls to be visible even at 1024 width.
2012-08-02Manual cleanup from merge up to viewer-development.Nat Goodspeed
Some viewer-development code had been moved, and so wasn't patched with my panel_login layout changes; verified each of my llpanellogin.cpp commits against new tip rev. Reformatted panel_login.xml in the spirit of the preferred indentation scheme but with my layout changes.
2012-08-02Automated merge with http://hg.secondlife.com/viewer-developmentNat Goodspeed
2012-07-19Move "remember password" checkbox right a few pixelsNat Goodspeed
2012-07-18Make "Log In" button (etc.) move with start/grid combo visibility.Nat Goodspeed
The "Start at:" combo box and the grid-selector box can be turned on and off with checkboxes on the Preferences floater. Break the bottom-left layout_panel on panel_login into several different layout_panels so when these UI elements disappear, other controls move left to fill the holes. Similarly, when you turn on either or both of the UI elements in question, the remaining controls in that general bottom-left area move right to accommodate. Tweak C++ and non-English panel_login.xml overrides to reflect widgets' containment in new layout_panel elements. Discard obsolete "mode_selection_text" and "mode_combo" translations from non- English panel_login.xml overrides.
2012-07-17Reinstate "Need help logging in?" link rather than question-diamond.Nat Goodspeed
Revert to corresponding original login_help text for each affected language.
2012-07-16Use question-mark-in-diamond for help, rather than skull&crossbones.Nat Goodspeed
2012-07-13Try to adapt non-English panel_login.xml files for Leo's new layout.Nat Goodspeed
en/panel_login.xml had to be changed to enlarge certain fields for other languages (rather than overriding sizes in each of several other languages). Still need to translate new create_account_text and verify guessed log_in_text.
2012-07-13Try reorganizing panel_login.xml per Leo's redesign.Nat Goodspeed
This includes replacing the small "Sign up" link with a "CREATE YOUR ACCOUNT: Start now" button, requiring a small tweak to the C++ code to Do The Right Thing when the button (vs. the link) is clicked.
2012-06-28Remove redundant "create_account_url" string from panel_login.xml.Nat Goodspeed
We already have a "create_account_url" string in strings.xml, and in fact -- according to Eli -- the strings.xml values are "better" for non-English languages. Unfortunately those "better" strings weren't being used. They were tied to the FirstRun notification, which seems to have been disengaged. Changed llpanellogin.cpp to look in strings.xml rather than panel_login.xml when clicking the "Sign Up" link on the login panel.
2012-06-25PATH-773: fix up how the location and grid selectors work on the login panelOz Linden
2012-06-12PATH-735: Limit and clean up grid selectionOz Linden
2012-01-16EXP-1758 WIP Progress spinner not shown during merketplace synch if Merchant ↵Richard Linden
Outbox floater was previously minimized rewrote layout_stack resizing logic to be symmetrical
2011-10-28Merge with headcallum
2011-10-27remove ignore_ui_scale flags and use web content scaling for all web_browser ↵Richard Linden
widgets
2011-10-26Add ignore_ui_scale="false" flag to login page web browser for testing putposescallum
2011-09-20EXP-1230 FIX As a resident, I want to not have to choose a UI modeRichard Linden
removed all references to basic mode
2011-09-08Clean up erroneous XUI parsing errors.Leslie Linden
2011-08-31Automated merge with http://hg.secondlife.com/viewer-developmentRichard Nelson
2011-08-26EXP-1149 FIX Log in Screen: Replace the new mode selector with the old oneRichard Nelson
2011-08-26STORM-1574 Binary data in panel_login.xml -- filled up-pointing triangle.Jonathan Yap
2011-08-10EXP-1028 FIX Move mode switching to logged in UIRichard Nelson
changed down arrows to up arrows for mode changers on login screen
2011-08-10EXP-1028 FIX Move mode switching to logged in UIRichard Nelson
added mode switching button to status bars for advanced and basic mode, changed login combo box to use menu instead
2011-03-25SOCIAL-751 FIX Don't Quit button on 'Changing modes...' dialog gives the ↵Richard Linden
false impression that it does nothing combo box now changes back to previous label when selecting don't quit
2011-03-14SOCIAL-651 FIX Remove text from login screen Mode selectorRichard Linden
2011-03-10SOCIAL-620 No tooltip on mode drop down box on login screenLeyla Farazha
2011-02-23SOCIAL-547 WIP Add skin selection dropdown to login screenRichard Linden
add skin chooser to login screen