| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | failed login | 
|  |  | 
|  | logging into maingrid.
Needs to be changed when IE is checked in, of course.
Now we check the expected credential formats for a given grid against the
format that is typed in, and throw an error if it's invalid. | 
|  | viewer 2 build | 
|  | Removed useless sending notification "CapsKeyOn" since it doesn't fit actual design;
reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/277/
--HG--
branch : product-engine | 
|  | turned off.  For trunk, it's turned on.
Also, fixed an issue with manual entry of locations into the location dropdown. | 
|  |  | 
|  |  | 
|  | Added missing breaks.
CR: Josh | 
|  |  | 
|  |  | 
|  | Reviewed by Richard | 
|  |  | 
|  |  | 
|  | location box empty preventing login)
--HG--
branch : product-engine | 
|  |  | 
|  |  | 
|  | EXT-4547	[BSI] it is possible to highlight multiple layers of chat
EXT-3844 	Mouse wheel camera zoom is not reflected on View popup slider
EXT-3103 	Add an option to restrict entering non-ascii symbols in text editor.
reviewed by Leyla | 
|  | Now the show don't show behavior is always dependent on the ShowStartLocation pref.
ShowStartLocation defaults to off, but is automatically turned on after first successful login.
Reviewed by Richard. | 
|  | Also eliminated notification "ObjectGiveItemUnknownUser" because the
SLURL-based name lookup will always retrieve the user name.
Fixed a bug with ObjectGiveItem where the SLURL would be incorrect
for a group. | 
|  | I gave lynx a bad review. :( I didn't know about the setting FirstLoginThisInstall.
I'm backing out lynx's change, then re-fixing EXT-4237. | 
|  | Previously any login attempt, even a failed one, would cause the Start
Up pulldown to appear. Now only a successful login will cause this to
happen. Also renamed the setting FirstRunThisInstall to the more accurate
HadFirstSuccessfulLogin (and inverted its logic).
Reviewed by Mani. | 
|  |  | 
|  | Use last name "Resident" if none provided.
Reviewed with Huseby | 
|  |  | 
|  | The url from the cmd line was being overridden by the LoginLocation setting. (my bad!)
Removed unnecessary llurlsimstring.h includes. | 
|  | not "unhighlighting" | 
|  |  | 
|  |  | 
|  | the login screen.
Added clearCache() functions to LLViewerMediaImpl and LLMediaCtrl to facilitate this. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | --HG--
branch : product-engine | 
|  | --HG--
branch : product-engine | 
|  |  | 
|  | LLURLDispatcherListener accepts requests for LLURLDispatcher.
LLCommandDispatcherListener accepts requests for LLCommandDispatcher.
LLPanelLoginListener accepts requests specifically for LLPanelLogin. Initially
it supports a simulated click to the "Log In" button. | 
|  | 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. | 
|  |  | 
|  | disabled when resident is blocked
EXT-3358 	 Cannot toggle Grid pulldown on login screen
reviewed by Richard | 
|  |  | 
|  | Renamed llviewerversion to llversioninfo, to avoid confusion with
llversionviewer in llcommon (llversion is already used by llwindow).
Created new LLVersionInfo class with the following methods:
        static S32 getMajor();
        static S32 getMinor();
        static S32 getPatch();
        static S32 getBuild();
        static const std::string &getVersion();
        static const std::string &getShortVersion();
        static const std::string &getChannel();
All viewer code has been updated to use this API. Viewer code no
longer directly includes llversionviewer.h from llcommon. | 
|  | There is now a new "Need help logging in?" link on the right-hand side
of the login panel. Clicking on this brings up the help browser with
the pre_login_help topic (the same as pressing F1). | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | This module now contains general viewer version routines, not just
access to the viewer build number, so I've renamed it from
llviewerbuild to llviewerversion. |