diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.txt | 9 | ||||
-rw-r--r-- | linden/indra/newview/llpanelavatar.cpp | 4 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/colors_base.xml | 2 | ||||
-rw-r--r-- | linden/indra/newview/skins/silver/colors_base.xml | 4 |
4 files changed, 13 insertions, 6 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index d7e84c7..4932ebe 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,9 +1,16 @@ | |||
1 | 2009-09-28 McCabe Maxsted <hakushakukun@gmail.com> | 1 | 2009-09-28 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 2 | ||
3 | * Renamed ScriptBgReadOnlyColor to ScrollReadOnlyColor so we don't lose it in a merge. | ||
4 | |||
5 | modified: linden/indra/newview/llpanelavatar.cpp | ||
6 | modified: linden/indra/newview/skins/default/colors_base.xml | ||
7 | modified: linden/indra/newview/skins/silver/colors_base.xml | ||
8 | |||
9 | |||
3 | * Fixed Advanced Sky only toggling once. | 10 | * Fixed Advanced Sky only toggling once. |
4 | 11 | ||
5 | modified: linden/indra/newview/llfloaterwindlight.cpp | 12 | modified: linden/indra/newview/llfloaterwindlight.cpp |
6 | 13 | ||
7 | 14 | ||
8 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 15 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
9 | =- 1.2.0 BETA -= | 16 | =- 1.2.0 BETA -= |
diff --git a/linden/indra/newview/llpanelavatar.cpp b/linden/indra/newview/llpanelavatar.cpp index 5fed44c..872c5e7 100644 --- a/linden/indra/newview/llpanelavatar.cpp +++ b/linden/indra/newview/llpanelavatar.cpp | |||
@@ -1567,7 +1567,7 @@ void LLPanelAvatar::resetGroupList() | |||
1567 | else | 1567 | else |
1568 | { | 1568 | { |
1569 | row["columns"][0]["value"] = group_string + " " + getString("HiddenLabel"); | 1569 | row["columns"][0]["value"] = group_string + " " + getString("HiddenLabel"); |
1570 | row["columns"][0]["color"] = gColors.getColor("ScriptBgReadOnlyColor").getValue(); | 1570 | row["columns"][0]["color"] = gColors.getColor("ScrollReadOnlyColor").getValue(); |
1571 | } | 1571 | } |
1572 | group_list->addElement(row); | 1572 | group_list->addElement(row); |
1573 | } | 1573 | } |
@@ -2086,7 +2086,7 @@ void LLPanelAvatar::processAvatarGroupsReply(LLMessageSystem *msg, void**) | |||
2086 | else | 2086 | else |
2087 | { | 2087 | { |
2088 | row["columns"][0]["value"] = group_string + " " + self->getString("HiddenLabel"); | 2088 | row["columns"][0]["value"] = group_string + " " + self->getString("HiddenLabel"); |
2089 | row["columns"][0]["color"] = gColors.getColor("ScriptBgReadOnlyColor").getValue(); | 2089 | row["columns"][0]["color"] = gColors.getColor("ScrollReadOnlyColor").getValue(); |
2090 | } | 2090 | } |
2091 | if (group_list) | 2091 | if (group_list) |
2092 | { | 2092 | { |
diff --git a/linden/indra/newview/skins/default/colors_base.xml b/linden/indra/newview/skins/default/colors_base.xml index 9ad1787..8f0fc29 100644 --- a/linden/indra/newview/skins/default/colors_base.xml +++ b/linden/indra/newview/skins/default/colors_base.xml | |||
@@ -68,7 +68,6 @@ | |||
68 | <TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- Text of read-only items embedded in notecards --> | 68 | <TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- Text of read-only items embedded in notecards --> |
69 | <TextEmbeddedItemColor value="0, 0, 128, 255" /> <!-- Text of items embedded in notecards --> | 69 | <TextEmbeddedItemColor value="0, 0, 128, 255" /> <!-- Text of items embedded in notecards --> |
70 | <TextDefaultColor value="0, 20, 0, 255"/> <!-- Non-keyword text in the script editor --> | 70 | <TextDefaultColor value="0, 20, 0, 255"/> <!-- Non-keyword text in the script editor --> |
71 | <ScriptBgReadOnlyColor value="100, 100, 100, 255" /> <!-- Not used --> | ||
72 | <TextLinkColor value="144, 165, 208, 255"/> | 71 | <TextLinkColor value="144, 165, 208, 255"/> |
73 | <TextLinkHoverColor value="255, 255, 255, 255"/> | 72 | <TextLinkHoverColor value="255, 255, 255, 255"/> |
74 | 73 | ||
@@ -83,6 +82,7 @@ | |||
83 | <ScrollHighlightedColor value="183, 184, 188, 128" /> <!-- Hover color --> | 82 | <ScrollHighlightedColor value="183, 184, 188, 128" /> <!-- Hover color --> |
84 | <ScrollbarThumbColor value="60, 76, 124, 255" /> <!-- Scroll bar --> | 83 | <ScrollbarThumbColor value="60, 76, 124, 255" /> <!-- Scroll bar --> |
85 | <ScrollbarTrackColor value="153, 154, 158, 255" /> <!-- Scroll bar background --> | 84 | <ScrollbarTrackColor value="153, 154, 158, 255" /> <!-- Scroll bar background --> |
85 | <ScrollReadOnlyColor value="100, 100, 100, 255" /> <!-- Color for inactive but not disabled lists --> | ||
86 | 86 | ||
87 | <!-- MENUS --> | 87 | <!-- MENUS --> |
88 | <MenuBarBgColor value="62, 62, 62, 255" /> <!-- Menu bar background --> | 88 | <MenuBarBgColor value="62, 62, 62, 255" /> <!-- Menu bar background --> |
diff --git a/linden/indra/newview/skins/silver/colors_base.xml b/linden/indra/newview/skins/silver/colors_base.xml index abe61bf..6a94489 100644 --- a/linden/indra/newview/skins/silver/colors_base.xml +++ b/linden/indra/newview/skins/silver/colors_base.xml | |||
@@ -68,7 +68,6 @@ | |||
68 | <TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- Text of read-only items embedded in notecards --> | 68 | <TextEmbeddedItemReadOnlyColor value="58, 147, 242, 255" /> <!-- Text of read-only items embedded in notecards --> |
69 | <TextEmbeddedItemColor value="0, 0, 128, 255" /> <!-- Text of items embedded in notecards --> | 69 | <TextEmbeddedItemColor value="0, 0, 128, 255" /> <!-- Text of items embedded in notecards --> |
70 | <TextDefaultColor value="0, 20, 0, 255"/> <!-- Non-keyword text in the script editor --> | 70 | <TextDefaultColor value="0, 20, 0, 255"/> <!-- Non-keyword text in the script editor --> |
71 | <ScriptBgReadOnlyColor value="180, 180, 180, 255" /> <!-- Not used --> | ||
72 | <TextLinkColor value="0, 20, 255, 255"/> | 71 | <TextLinkColor value="0, 20, 255, 255"/> |
73 | <TextLinkHoverColor value="0, 50, 255, 255"/> | 72 | <TextLinkHoverColor value="0, 50, 255, 255"/> |
74 | 73 | ||
@@ -83,7 +82,8 @@ | |||
83 | <ScrollHighlightedColor value="145, 180, 220, 128" /> <!-- Hover color --> | 82 | <ScrollHighlightedColor value="145, 180, 220, 128" /> <!-- Hover color --> |
84 | <ScrollbarThumbColor value="120, 160, 200, 255" /> <!-- Scroll bar --> | 83 | <ScrollbarThumbColor value="120, 160, 200, 255" /> <!-- Scroll bar --> |
85 | <ScrollbarTrackColor value="183, 202, 220, 255" /> <!-- Scroll bar background --> | 84 | <ScrollbarTrackColor value="183, 202, 220, 255" /> <!-- Scroll bar background --> |
86 | 85 | <ScrollReadOnlyColor value="180, 180, 180, 255" /> <!-- Color for inactive but not disabled lists --> | |
86 | |||
87 | <!-- MENUS --> | 87 | <!-- MENUS --> |
88 | <MenuBarBgColor value="185, 200, 220, 230" /> <!-- Menu bar background --> | 88 | <MenuBarBgColor value="185, 200, 220, 230" /> <!-- Menu bar background --> |
89 | <MenuBarGodBgColor value="100, 200, 130, 230" /> <!-- Menu bar background with God Mode enabled --> | 89 | <MenuBarGodBgColor value="100, 200, 130, 230" /> <!-- Menu bar background with God Mode enabled --> |