summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_login.xml
AgeCommit message (Collapse)Author
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
2009-08-28skinning-22 -> viewer-2 trunk to pick up bug fixes, including crash on ↵James Cook
script compile when cursor is at the end of the script editor window. Replaced panel_pick_info.xml and panel_profile_view.xml with our versions, which stomped some PE changes. Panels still work, however, and Kurt is still working on layout. CHANGES: minor layout change: "start location" and "remember password" weren't on the same horizontal line. DEV-35120 image_unselected art was "transparent.j2c" - switched it out for PushButton_Off I18N: more things are missing a.. you guessed it, a name= parameter. Breaks localization. forgot to check this in earlier...fixes off-by-one crash when editing a script DEV-36740 change the displayed string per Erica's request re 'You can only set your Home Location...' VIEWER-SIDE text change. This does not change the actual message coming from the server EXT-689 Odd spinner behaviour - For Sale Price -- reviewed by james DEV-26973 Internationalize the server msg Youcan'tset this place as home -- reviewed by james EXT-618 Low/Mid/High response is broken in Preferences > Graphics -- reviewed by james EXT-618 Low/Mid/High response is broken in Preferences > Graphics -- to be reviewed EXT-655 Cannot choose Both logging options in Preferences -- to be reviewed Changes to notifications.xml text to fit Style Guide and some renamed menu items EXT-147 Ongoing revisions to new gestures layout. DEV-35097 catch more instances of 'SLURL' and make them 'SLurl' Removed Info Displays and Buy Currency Test from top menus. Clean up code to use proper childGetFoo and childSetFoo calls, as well as setCommitCallback using slots. De-inlined LLAvatarIconCtrl paramblock constructor because I was doing a full rebuild anyhow. Commented about use of childSetCommitCallback(). De-inlined LocalizedString paramblock constructor. eliminated memory leak I18N: more things are missing a name= parameter, breaks localization. EXT-714 Updated panels in sidetray that were not using the scroll_container element to adjust for viewer heights. fix for llmessage_test crash in Windows Release builds DEV-11254 I18N: replace all string instances of "Second Life" - do this in the foreign languages too DEV-11254 I18N: replace all string instances of "Second Life" - found new instances from merged code potential fix for unit test crash on parabuild, moved statics into singleton member variables to get around potential dual instantation of statics on different modules DEV-36809 Click target for slider handles is too small -- reviewed by steve EXT-403 change getChild<LLSpiner> to LLUICtrl to make it generic -- reviewed by richard DEV-35938 Horizontal scroll thumb too high -- to be reviewed EXT-386 clean up warnings - initCommitCallback... Rename Product Engine's LLFloaterMiniInspector to LLInspectAvatar, clean up XUI XML, clean up construction code, move refresh method to postBuild() so widgets are constructed before refresh, fixed a member variable in llavatarlistitem.cpp. Reviewed with Leyla. Login menu > Debug > Avatar Inspector shows test avatar inspector. Also added to main menu > Debug > XUI > Avatar Inspector. Changed text/layout of dummy inspector. Not reviewed. Merging revisions 131558-131975 of svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-22 into D:\viewer-2.0.0-3, respecting ancestry
2009-08-28DEV-38942 Eliminate startModal() from LLModalDialogSteven Bennetts
Also moved TOS and Critical floaters to login debug menu for testing
2009-08-24merge -r 130399-131510 skinning-21 -> viewer-2.0.0-3Richard Nelson
DEV-11254 DEV-11254 DEV-2003: DEV-21567 DEV-37301 EXT-104 EXT-138 EXT-217 EXT-256 EXT-259 EXT-259 EXT-328 EXT-348 EXT-386 EXT-399 EXT-403 EXT-460 EXT-492 EXT-492 EXT-531 EXT-537 EXT-684 improved text editor (handles multiple fonts simultaneously as well as inline widgets)
2009-07-07About Second Life now works from the login screen, floater name was ↵James Cook
incorrectly specified. Not reviewed.
2009-07-07Merge skinning-14 to viewer-2, including refactoring many floaters to ↵James Cook
register them with LLFloaterReg, support for introspection of ParamBlock based UI widgets to dump XML schema, splitting llfolderview.cpp into three separate files to unravel dependencies and skeleton for for LLListView widget. Resolved conflicts in these files: lldraghandle.h, lluictrl.h, llchiclet.cpp, llfolderview.h/cpp, lliinventorybridge.cpp, llpanelpicks.cpp, llviewermenu.cpp, floater_mute.xml, floater_preferences.xml, notifications.xml, panel_preferences_audio.xml, panel_preferences_graphics1.xml, panel_region_general.xml svn merge -r124961:126284 svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-14
2009-06-21merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3Steven Bennetts
ignore-dead-branch