aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/floatergridmanager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-19Remember name and password based on grid. This is far from optimal, but will ↵McCabe Maxsted1-45/+18
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-450/+414
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-11-05Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood1-1/+1
There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. This is part 2 or 2 (the first part just renamed the files). This part changes all files to make the viewer compile again after the renaming.
2010-11-03Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood1-1/+1
There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. This is part 2 or 2 (the first part just renamed the files). This part changes all files to make the viewer compile again after the renaming.
2010-08-26Re-enabled search url fetching in the grid manager and fixed up web search ↵McCabe Maxsted1-38/+43
to support them (fetched urls are equivalent to SearchURLDefault and searches follow the SL web search formatting)
2010-08-11Re-enabled search url fetching in the grid manager and fixed up web search ↵McCabe Maxsted1-38/+43
to support them (fetched urls are equivalent to SearchURLDefault and searches follow the SL web search formatting)
2010-07-09Use cancel-apply-ok for the grid manager, fixed those weird refresh bugs, ↵McCabe Maxsted1-102/+115
re-added notfications for errors
2010-07-03Basic cleanup of the grid manager codeMcCabe Maxsted1-0/+750