diff options
author | McCabe Maxsted | 2011-05-03 18:09:28 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-05-04 15:21:09 -0700 |
commit | cc8e7060dfb54900f1600965a78c6f6f9fc564c4 (patch) | |
tree | 9b23e53ace5696db2c78867582308f38cba19d71 /linden/indra/newview/llpaneldisplay.h | |
parent | Backported crash fix in llhudeffectlookat from gpl'd viewer 2 (diff) | |
download | meta-impy-cc8e7060dfb54900f1600965a78c6f6f9fc564c4.zip meta-impy-cc8e7060dfb54900f1600965a78c6f6f9fc564c4.tar.gz meta-impy-cc8e7060dfb54900f1600965a78c6f6f9fc564c4.tar.bz2 meta-impy-cc8e7060dfb54900f1600965a78c6f6f9fc564c4.tar.xz |
Besides the numerous label and organizational changes, here are the main points
* Moved numerous options out of the Advanced panel
* Moved numerous options out of the General panel
* Combined the Network and Web Browser panels
* Combined IM, Chat, and Spell checking preferences
* Combined 'Show timestamps in IMs' and 'Show timestamps in Local Chat' to one ShowTimestamps setting
* Removed UI for 'hide my own group title'. This can still be set in the debug settings
* Renamed Popups > Notifications
* Renamed Chat Colors > Colors
* Renamed 'IMs and Logging' to 'Logging and Privacy'
* Moved Colors next to Skins
* Added style guide to the top of every preferences panel xui
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpaneldisplay.h | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/linden/indra/newview/llpaneldisplay.h b/linden/indra/newview/llpaneldisplay.h index d7727e7..e64e9ba 100644 --- a/linden/indra/newview/llpaneldisplay.h +++ b/linden/indra/newview/llpaneldisplay.h | |||
@@ -113,14 +113,13 @@ protected: | |||
113 | LLCheckBoxCtrl *mCtrlShaderEnable; | 113 | LLCheckBoxCtrl *mCtrlShaderEnable; |
114 | LLCheckBoxCtrl *mCtrlAvatarImpostors; | 114 | LLCheckBoxCtrl *mCtrlAvatarImpostors; |
115 | LLCheckBoxCtrl *mCtrlAvatarCloth; | 115 | LLCheckBoxCtrl *mCtrlAvatarCloth; |
116 | LLRadioGroup *mRadioLightingDetail2; | 116 | LLComboBox *mComboLightingDetail; |
117 | 117 | ||
118 | LLRadioGroup *mRadioTerrainDetail; | 118 | LLComboBox *mComboTerrainDetail; |
119 | LLRadioGroup *mRadioReflectionDetail; | 119 | LLComboBox *mComboReflectionDetail; |
120 | 120 | ||
121 | LLTextBox *mAspectRatioLabel1; | 121 | LLTextBox *mAspectRatioLabel1; |
122 | LLTextBox *mDisplayResLabel; | 122 | LLTextBox *mDisplayResLabel; |
123 | LLTextEditor *mFullScreenInfo; | ||
124 | LLTextBox *mWindowSizeLabel; | 123 | LLTextBox *mWindowSizeLabel; |
125 | 124 | ||
126 | LLTextBox *mShaderText; | 125 | LLTextBox *mShaderText; |
@@ -137,7 +136,7 @@ protected: | |||
137 | LLTextBox *mTerrainFactorText; | 136 | LLTextBox *mTerrainFactorText; |
138 | LLTextBox *mSkyFactorText; | 137 | LLTextBox *mSkyFactorText; |
139 | LLTextBox *mPostProcessText; | 138 | LLTextBox *mPostProcessText; |
140 | LLTextBox *mAvatarCountText; | 139 | LLTextBox *mLimitsText; |
141 | 140 | ||
142 | BOOL mFSAutoDetectAspect; | 141 | BOOL mFSAutoDetectAspect; |
143 | F32 mAspectRatio; | 142 | F32 mAspectRatio; |
@@ -173,8 +172,6 @@ protected: | |||
173 | 172 | ||
174 | S32 mAvatarMaxVisible; | 173 | S32 mAvatarMaxVisible; |
175 | 174 | ||
176 | BOOL mWLControl; | ||
177 | |||
178 | static void setGraphicsSettings(LLControlGroup& group); | 175 | static void setGraphicsSettings(LLControlGroup& group); |
179 | static void createGroup(); | 176 | static void createGroup(); |
180 | 177 | ||