diff options
| author | Oz Linden <oz@lindenlab.com> | 2010-11-16 17:45:34 -0500 | 
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2010-11-16 17:45:34 -0500 | 
| commit | fb32d211ec22bb9170fa14cb7d0ef9249bae2b7d (patch) | |
| tree | b6224652a8d4c5fb5fa2e80f08c4c5b6d1e54853 /indra | |
| parent | 0670e889f93ffaee1ea103fcd4a54d1217b67bfd (diff) | |
| parent | eb2bd410333417d04bac787056e2850110497880 (diff) | |
merging up to tip of viewer-development
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llimfloater.cpp | 2 | ||||
| -rw-r--r-- | indra/newview/skins/default/colors.xml | 3 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_preferences_colors.xml | 98 | 
3 files changed, 57 insertions, 46 deletions
| diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index e000abda2a..bdc0dfa7e2 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -680,8 +680,6 @@ void LLIMFloater::updateMessages()  	if (messages.size())  	{ -//		LLUIColor chat_color = LLUIColorTable::instance().getColor("IMChatColor"); -  		LLSD chat_args;  		chat_args["use_plain_text_chat_history"] = use_plain_text_chat_history; diff --git a/indra/newview/skins/default/colors.xml b/indra/newview/skins/default/colors.xml index f8660419b4..aeea2306f7 100644 --- a/indra/newview/skins/default/colors.xml +++ b/indra/newview/skins/default/colors.xml @@ -400,9 +400,6 @@       name="HighlightParentColor"       value="0.67 0.83 0.96 1" />      <color -     name="IMChatColor" -     reference="LtGray" /> -    <color       name="IMHistoryBgColor"       reference="Unused?" />      <color diff --git a/indra/newview/skins/default/xui/en/panel_preferences_colors.xml b/indra/newview/skins/default/xui/en/panel_preferences_colors.xml index 036730a646..6dc419a96c 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_colors.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_colors.xml @@ -113,22 +113,22 @@    </text>    <color_swatch     can_apply_immediately="true" -   color="LtGray" +   color="EmphasisColor_35"     follows="left|top"     height="24"     label_height="0"     label_width="60"     layout="topleft"     left="360" -   name="im" +   name="objects"     top_pad="-15"     width="44">      <color_swatch.init_callback  		 function="Pref.getUIColor" -		 parameter="IMChatColor" /> +		 parameter="ObjectChatColor" />      <color_swatch.commit_callback  		 function="Pref.applyUIColor" -		 parameter="IMChatColor" /> +		 parameter="ObjectChatColor" />    </color_swatch>    <text       type="string" @@ -141,7 +141,7 @@       name="text_box3"       top_delta="5"       width="95"> -    IM +    Objects    </text>    <color_swatch     can_apply_immediately="true" @@ -208,37 +208,6 @@    </text>    <color_swatch     can_apply_immediately="true" -   color="EmphasisColor_35" -   follows="left|top" -   height="24" -   label_height="0" -   layout="topleft" -   left="360" -   name="objects" -   top_pad="-15" -   width="44" > -    <color_swatch.init_callback -		 function="Pref.getUIColor" -		 parameter="ObjectChatColor" /> -    <color_swatch.commit_callback -		 function="Pref.applyUIColor" -		 parameter="ObjectChatColor" /> -  </color_swatch> -  <text -   type="string" -   length="1" -   follows="left|top" -   height="10" -   layout="topleft" -   left_pad="5" -   mouse_opaque="false" -   name="text_box6" -   top_delta="5" -   width="95"> -    Objects -  </text> -  <color_swatch -   can_apply_immediately="true"     color="LtYellow"     follows="left|top"     height="24" @@ -305,7 +274,7 @@     left="30"     height="12"     name="bubble_chat" -   top_pad="28" +   top_pad="20"     width="120"     >      Bubble chat: @@ -336,11 +305,58 @@     height="16"     increment="0.05"     initial_value="1" -   label="Opacity" +   label="Opacity:"     layout="topleft" -   left_pad="15" -   label_width="56" +   left_pad="10" +   label_width="70"     name="bubble_chat_opacity"     top_delta = "6" -   width="347" /> +   width="378" /> +  <text +   follows="left|top" +   layout="topleft" +   left="30" +   height="12" +   name="bubble_chat" +   top_pad="15" +   width="120" +   > +    Floater Opacity: +  </text> + <slider +   can_edit_text="false" +   control_name="ActiveFloaterTransparency" +   decimal_digits="2" +   follows="left|top" +   height="16" +   increment="0.01" +   initial_value="0.8" +   layout="topleft" +   label_width="115" +   label="Active :" +   left="50" +   max_val="1.00" +   min_val="0.00" +   name="active" +   show_text="true" +   top_pad="5" +   width="415" /> +  <slider +   can_edit_text="false" +   control_name="InactiveFloaterTransparency" +   decimal_digits="2" +   follows="left|top" +   height="16" +   increment="0.01" +   initial_value="0.5" +   layout="topleft" +   label_width="115" +   label="Inctive :" +   left="50" +   max_val="1.00" +   min_val="0.00" +   name="active" +   show_text="true" +   top_pad="5" +   width="415" />  </panel> | 
