aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/floatergridmanager.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-19Remember name and password based on grid. This is far from optimal, but will ↵McCabe Maxsted1-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
2011-04-15Updated the grid manager to save names and passwords along with grid info. ↵McCabe Maxsted1-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
2010-07-09Use cancel-apply-ok for the grid manager, fixed those weird refresh bugs, ↵McCabe Maxsted1-0/+6
re-added notfications for errors
2010-07-03Basic cleanup of the grid manager codeMcCabe Maxsted1-0/+93