aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/floatergridmanager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remember name and password based on grid. This is far from optimal, but will ↵McCabe Maxsted2011-04-191-8/+0
| | | | | | | | | | | work for the time being. * UI needs to be made clear on what's going on with user's passwords * 'Remember password' checkbox now works on login (but is unclear) * Stored passwords are MD5s in grid_info.xml * Fixed vivox license appearing on other grids rather than specifically on second life login when voice is enabled * Small fix for username entry after logout * Sadly, storing password in the mac keychain needs to be reimplemented now
* Updated the grid manager to save names and passwords along with grid info. ↵McCabe Maxsted2011-04-151-45/+51
| | | | | | | | | | | | | This commit includes the following: * Fixed missing GPL headers from hippo grid manager * Fixed grids named <required> or "" being saved in the list * Fixed grid manager list only showing grid nicks, not grid names * Fixed grid names not settable in the grid manager * Grid manager now remembers avatar names and passwords * Usernames can now be set in the grid manager for SL (needs work) * Fixed grid manager being stuck in an updating state * Some general code cleanup
* Use cancel-apply-ok for the grid manager, fixed those weird refresh bugs, ↵McCabe Maxsted2010-07-091-0/+6
| | | | re-added notfications for errors
* Basic cleanup of the grid manager codeMcCabe Maxsted2010-07-031-0/+93