diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.txt | 6 | ||||
-rw-r--r-- | linden/indra/newview/llimpanel.cpp | 4 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml | 6 |
3 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 14ef3d3..ef0eddc 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,11 @@ | |||
1 | 2009-10-13 McCabe Maxsted <hakushakukun@gmail.com> | 1 | 2009-10-13 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 2 | ||
3 | * Disable IM history button for Linux and Mac users. | ||
4 | |||
5 | modified: linden/indra/newview/llimpanel.cpp | ||
6 | modified: linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml | ||
7 | |||
8 | |||
3 | * Applied show IM logs button from Emerald viewer and added an alert if there is no history. | 9 | * Applied show IM logs button from Emerald viewer and added an alert if there is no history. |
4 | 10 | ||
5 | modified: linden/indra/llwindow/llwindow.h | 11 | modified: linden/indra/llwindow/llwindow.h |
diff --git a/linden/indra/newview/llimpanel.cpp b/linden/indra/newview/llimpanel.cpp index 625da78..25d0b63 100644 --- a/linden/indra/newview/llimpanel.cpp +++ b/linden/indra/newview/llimpanel.cpp | |||
@@ -1256,6 +1256,10 @@ BOOL LLFloaterIMPanel::postBuild() | |||
1256 | requires<LLLineEditor>("chat_editor"); | 1256 | requires<LLLineEditor>("chat_editor"); |
1257 | requires<LLTextEditor>("im_history"); | 1257 | requires<LLTextEditor>("im_history"); |
1258 | 1258 | ||
1259 | #if LL_LINUX || LL_DARWIN | ||
1260 | childSetVisible("history_btn", false); | ||
1261 | #endif | ||
1262 | |||
1259 | if (checkRequirements()) | 1263 | if (checkRequirements()) |
1260 | { | 1264 | { |
1261 | mInputEditor = getChild<LLLineEditor>("chat_editor"); | 1265 | mInputEditor = getChild<LLLineEditor>("chat_editor"); |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml index 22e7f1e..b947fad 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml | |||
@@ -39,15 +39,15 @@ | |||
39 | <button bottom_delta="0" follows="left|top" font="SansSerif" | 39 | <button bottom_delta="0" follows="left|top" font="SansSerif" |
40 | halign="center" bottom ="-40" height="20" label="Offer Teleport" left_delta="85" | 40 | halign="center" bottom ="-40" height="20" label="Offer Teleport" left_delta="85" |
41 | mouse_opaque="true" name="offer_tp_btn" scale_image="true" width="102" /> | 41 | mouse_opaque="true" name="offer_tp_btn" scale_image="true" width="102" /> |
42 | <button bottom="-40" follows="left|top" halign="center" height="20" label="History" left_delta="107" | ||
43 | name="history_btn" visible="true" width="85" /> | ||
44 | <button bottom="-40" follows="left|top" halign="center" height="20" | 42 | <button bottom="-40" follows="left|top" halign="center" height="20" |
45 | image_overlay="icn_voice-call-start.tga" image_overlay_alignment="left" | 43 | image_overlay="icn_voice-call-start.tga" image_overlay_alignment="left" |
46 | label="Call" left_delta="92" name="start_call_btn" width="100" /> | 44 | label="Call" left_delta="107" name="start_call_btn" width="100" /> |
47 | <button bottom="-40" follows="left|top" halign="center" height="20" | 45 | <button bottom="-40" follows="left|top" halign="center" height="20" |
48 | image_overlay="icn_voice-call-end.tga" image_overlay_alignment="left" | 46 | image_overlay="icn_voice-call-end.tga" image_overlay_alignment="left" |
49 | label="End Call" left_delta="0" name="end_call_btn" pad_right="10" | 47 | label="End Call" left_delta="0" name="end_call_btn" pad_right="10" |
50 | visible="false" width="100" /> | 48 | visible="false" width="100" /> |
49 | <button bottom="-40" follows="left|top" halign="center" height="20" label="History" left_delta="105" | ||
50 | name="history_btn" visible="true" width="85" /> | ||
51 | <text bottom_delta="0" left="-240" height="14" width="230" name="inventory_send" halign="right" | 51 | <text bottom_delta="0" left="-240" height="14" width="230" name="inventory_send" halign="right" |
52 | text_color="LabelTextColor" follows="right|top" drop_shadow_visible="true" | 52 | text_color="LabelTextColor" follows="right|top" drop_shadow_visible="true" |
53 | bg_visible="false" border_drop_shadow_visible="false" border_visible="false"> | 53 | bg_visible="false" border_drop_shadow_visible="false" border_visible="false"> |