diff options
author | McCabe Maxsted | 2011-04-15 21:07:29 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-04-15 21:07:29 -0700 |
commit | f7df6f323e4746abae0a0858cb7ef56bedbb94ca (patch) | |
tree | 7a4a9e3be1ca658c0d72c78f413946249a38ad21 /linden/indra/newview/floatergriddefault.h | |
parent | test commit - slviewer-0-v12500-DeadObjectsFixes_v2.patch (diff) | |
download | meta-impy-f7df6f323e4746abae0a0858cb7ef56bedbb94ca.zip meta-impy-f7df6f323e4746abae0a0858cb7ef56bedbb94ca.tar.gz meta-impy-f7df6f323e4746abae0a0858cb7ef56bedbb94ca.tar.bz2 meta-impy-f7df6f323e4746abae0a0858cb7ef56bedbb94ca.tar.xz |
Updated the grid manager to save names and passwords along with grid info. 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
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/floatergriddefault.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/floatergriddefault.h b/linden/indra/newview/floatergriddefault.h index 009e23f..5c07efe 100644 --- a/linden/indra/newview/floatergriddefault.h +++ b/linden/indra/newview/floatergriddefault.h | |||
@@ -41,6 +41,9 @@ public: | |||
41 | 41 | ||
42 | /*virtual*/ BOOL postBuild(); | 42 | /*virtual*/ BOOL postBuild(); |
43 | 43 | ||
44 | // refresh the default grid list selection. Steals focus | ||
45 | void refreshGridList(); | ||
46 | |||
44 | private: | 47 | private: |
45 | static void onClickOK(void* userdata); | 48 | static void onClickOK(void* userdata); |
46 | static void onClickCancel(void* userdata); | 49 | static void onClickCancel(void* userdata); |