diff options
Diffstat (limited to 'linden/indra/newview/skins')
9 files changed, 232 insertions, 58 deletions
diff --git a/linden/indra/newview/skins/default/html/en-us/loading-error/index.html b/linden/indra/newview/skins/default/html/en-us/loading-error/index.html index 9898149..2f6ccf7 100644 --- a/linden/indra/newview/skins/default/html/en-us/loading-error/index.html +++ b/linden/indra/newview/skins/default/html/en-us/loading-error/index.html | |||
@@ -1,14 +1,14 @@ | |||
1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 1 | |
2 | DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
2 | <html xmlns="http://www.w3.org/1999/xhtml"> | 3 | <html xmlns="http://www.w3.org/1999/xhtml"> |
3 | <head> | 4 | <head> |
4 | <title>Unable to Connect</title> | 5 | <title>Unable to Connect</title><style> |
5 | <style> | 6 | body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:85%;color:#e9f1f8;width:100%;padding:0px;margin:0px;} |
6 | body {background-color:#000000;font-family:verdana,helvetica,sans-serif;font-size:62.5%;color:#e9f1f8;width:100%;padding:0px;margin:0px;} | ||
7 | a {color:#93a9d5;} | 7 | a {color:#93a9d5;} |
8 | a:active {color:#50607C;text-decoration:underline;} | 8 | a:active {color:#50607C;text-decoration:underline;} |
9 | a:hover {color:#ff7900;text-decoration:underline;} | 9 | a:hover {color:#ff7900;text-decoration:underline;} |
10 | #infobox{position:absolute;top:40%;left:50%;z-index:1;padding:0;width:592px;margin-left:-296px;margin-top:-150px;text-align:center;font-size:1.2em; color:#ccc;} | 10 | #infobox{position:absolute;top:40%;left:50%;z-index:1;padding:0;width:592px;margin-left:-296px;margin-top:-80px;text-align:left;font-size:1.2em; color:#ccc;} |
11 | #infobox #submitbtn {padding:15px 3px 5px 15px;height:28px;width:127px;margin-left:244px;} | 11 | #infobox #submitbtn {height:28px;width:127px;} |
12 | #infobox #submitbtn input {text-transform:capitalize;color:#fff;font-size:1.0em;height:28px;width:127px;border:none;font-weight:normal;background:url(../../btn_purplepill_bg.png) bottom left no-repeat;vertical-align:text-bottom;font-weight:bold;} | 12 | #infobox #submitbtn input {text-transform:capitalize;color:#fff;font-size:1.0em;height:28px;width:127px;border:none;font-weight:normal;background:url(../../btn_purplepill_bg.png) bottom left no-repeat;vertical-align:text-bottom;font-weight:bold;} |
13 | #infobox #submitbtn input:hover.input_over, #login_box #submitbtn input:hover.input_off {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) bottom right no-repeat;} | 13 | #infobox #submitbtn input:hover.input_over, #login_box #submitbtn input:hover.input_off {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) bottom right no-repeat;} |
14 | #infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;} | 14 | #infobox #submitbtn input:active.input_over {color:#fff;border:none;background:url(../../btn_purplepill_bg.png) top left no-repeat;} |
@@ -17,16 +17,34 @@ a:hover {color:#ff7900;text-decoration:underline;} | |||
17 | </head> | 17 | </head> |
18 | <body> | 18 | <body> |
19 | <div id="infobox"> | 19 | <div id="infobox"> |
20 | <img src="../../unabletoconnect.png"><br/> | 20 | <table> |
21 | <p> | 21 | |
22 | This viewer can't establish a connection to the login server. | 22 | <tbody style="height: 100px; overflow: scroll"> |
23 | </p> | 23 | <tr> |
24 | <p> | 24 | This viewer can't establish a connection to the login screen of the grid you have chosen. |
25 | Please check your internet connection. If your computer or network is protected by a firewall or proxy, make sure that this viewer is permitted to access the network. | 25 | </tr> |
26 | </p> | 26 | <tr> |
27 | <div id="submitbtn"> | 27 | <td> |
28 | <input class="input_over" type="submit" value="Try Again" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" /> | 28 | <img src="../../unabletoconnect.png"><br/> |
29 | </div> | 29 | |
30 | </div> | 30 | <div id="submitbtn"> |
31 | <input class="input_over" type="submit" value="Try Again" onclick="document.location='secondlife:///app/login_refresh'; this.className='pressed';" onmouseover="this.className='input_over';" onmouseout="this.className='input_off';" /> | ||
32 | </div> | ||
33 | |||
34 | <td> | ||
35 | If you are used to see a loginscreen for that grid please | ||
36 | <ul> | ||
37 | <li>for OpenSimulator grids: check if the loginuri of that grid is still valid.</li> | ||
38 | <li>for OpenSimulator and Second Life: check the grid status page of the grid, and</li> | ||
39 | <li>if the grid status page of the grid says online check your internet connection. | ||
40 | If your computer or network is protected by a firewall or proxy, make sure that | ||
41 | meta-impy is permitted to access the network</li> | ||
42 | |||
43 | </ul> | ||
44 | </td> | ||
45 | </tr> | ||
46 | |||
47 | </tbody> | ||
48 | </table> | ||
31 | </div> | 49 | </div> |
32 | </body> \ No newline at end of file | 50 | </body> |
diff --git a/linden/indra/newview/skins/default/xui/de/floater_pay_object.xml b/linden/indra/newview/skins/default/xui/de/floater_pay_object.xml index 07dee37..fc7c204 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_pay_object.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_pay_object.xml | |||
@@ -1,5 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater name="Give Money" title="[PAY TYPE] [FIRST] [LAST> | 2 | <floater name="Give Money" title="[PAY TYPE] [FIRST] [LAST]"> |
3 | 3 | ||
4 | <string name="pay group"> | 4 | <string name="pay group"> |
5 | Gruppe bezahlen: | 5 | Gruppe bezahlen: |
diff --git a/linden/indra/newview/skins/default/xui/de/panel_status_bar.xml b/linden/indra/newview/skins/default/xui/de/panel_status_bar.xml index 565e6b8..6c2da13 100644 --- a/linden/indra/newview/skins/default/xui/de/panel_status_bar.xml +++ b/linden/indra/newview/skins/default/xui/de/panel_status_bar.xml | |||
@@ -6,7 +6,7 @@ | |||
6 | <text length="1" name="BalanceText" tool_tip="Kontostand" type="string"> | 6 | <text length="1" name="BalanceText" tool_tip="Kontostand" type="string"> |
7 | Wird geladen... | 7 | Wird geladen... |
8 | </text> | 8 | </text> |
9 | <button label="" label_selected="" name="buycurrency" tool_tip="Geld kaufen"/> | 9 | <button label="[CURRENCY]" label_selected="" name="buycurrency" tool_tip="Geld kaufen"/> |
10 | <text length="12" name="TimeText" tool_tip="Aktuelle Zeit (Pazifik)" type="string"> | 10 | <text length="12" name="TimeText" tool_tip="Aktuelle Zeit (Pazifik)" type="string"> |
11 | 12:00 | 11 | 12:00 |
12 | </text> | 12 | </text> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_about.xml b/linden/indra/newview/skins/default/xui/en-us/floater_about.xml index 0275d9a..f25fd47 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_about.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_about.xml | |||
@@ -3,66 +3,91 @@ | |||
3 | can_resize="false" height="440" min_height="100" min_width="100" | 3 | can_resize="false" height="440" min_height="100" min_width="100" |
4 | name="floater_about" rect_control="FloaterAboutRect" | 4 | name="floater_about" rect_control="FloaterAboutRect" |
5 | title="About grid viewer" width="470"> | 5 | title="About grid viewer" width="470"> |
6 | <text_editor bottom="-434" embedded_items="false" | 6 | <tab_container |
7 | follows="left|top|right|bottom" font="SansSerifSmall" height="168" left="6" | 7 | follows="all" |
8 | max_length="65536" mouse_opaque="true" name="credits_editor" width="458" | 8 | bottom="10" |
9 | left="10" | ||
10 | height="405" | ||
11 | width="450" | ||
12 | name="about_tab" | ||
13 | tab_position="top"> | ||
14 | <panel | ||
15 | border="true" | ||
16 | height="386" | ||
17 | label="Version" | ||
18 | help_topic="about_support_tab" | ||
19 | name="support_panel"> | ||
20 | <text_editor bottom="28" embedded_items="false" | ||
21 | follows="left|top|right|bottom" font="SansSerif" height="352" left="6" | ||
22 | max_length="65536" mouse_opaque="true" name="support_editor" width="423" | ||
23 | word_wrap="true" /> | ||
24 | <button follows="left|top" label="Copy to Clipboard" name="copy_btn" | ||
25 | left="5" bottom="0" top_pad="5" height="20" width="180" /> | ||
26 | </panel> | ||
27 | <panel | ||
28 | border="true" | ||
29 | label="Credits" | ||
30 | height="386" | ||
31 | help_topic="about_credits_tab" | ||
32 | name="credits_panel"> | ||
33 | |||
34 | <text_editor bottom="6" embedded_items="false" | ||
35 | follows="left|top|right|bottom" font="SansSerifSmall" height="374" left="6" | ||
36 | max_length="65536" mouse_opaque="true" name="credits_editor" width="423" | ||
9 | word_wrap="true"> | 37 | word_wrap="true"> |
10 | Meta 7 is brought to you by Laurent, George, Melanie, Shaun, Dave, Kitto, Mike, Brandon, Erich, Daniel, Mark, Trinity, and Tom. | 38 | Meta 7 is brought to you by Laurent, George, Melanie, Shaun, Dave, Kitto, Mike, Brandon, Erich, Daniel, Mark, Trinity, and Tom. |
11 | 39 | ||
12 | http://www.meta7.com/ | 40 | http://www.meta7.com/ |
13 | 41 | ||
14 | |||
15 | This viewer is based on the Imprudence viewer. | 42 | This viewer is based on the Imprudence viewer. |
16 | 43 | ||
17 | The Imprudence Viewer was rocked hard by: | 44 | The Imprudence Viewer was rocked hard by: |
18 | Jacek Antonelli, McCabe Maxsted, Armin Weatherwax, Elektra Hesse, and CodeBastard Redgrave. | 45 | Jacek Antonelli, McCabe Maxsted, Armin Weatherwax, Elektra Hesse, and CodeBastard Redgrave. |
19 | 46 | ||
20 | http://kokuaviewer.org/ | 47 | http://kokuaviewer.org/ |
21 | 48 | ||
22 | Imprudence is so awesome thanks to contributions from many generous people: | 49 | Imprudence is so awesome thanks to contributions from many generous people: |
23 | 50 | ||
24 | For their patches and code contributions, we thank Admiral Admiral, Aimee Trescothick, Aleric Inglewood, Alissa Sabre, Archimedies Plutonian, Angus Boyd, Ansariel Hiller, Ardy Lay, Asuka Neely, Balp Allen, Carjay McGinnis, Chalice Yao, Dale Glass, Damian Delacrois, Danny Nolan, Felix Duesenburg, Geneko Nemeth, Henri Beauchamp, Katharine Berry, KirstenLee Cinquetti, Kitty Barnett, Latif Khalifa, Lilly Zenovka, Makomk Makosen, Mana Janus, Matthew Dowd, Michelle2 Zenovka, Mm Alder, Nemurimasu Neiro, Nicholaz Beresford, Patrick Sapinski, Paul Churchill, Peter Lameth, Robin Cornelius, Stephen Zenith, Thickbrick Sleaford, Thomas Shikami, Tom Meta, tx Oh, Vaalith Jinn, Vadim Bigbear, Vex Streeter, Zi Ree, and Zwagoth Klaar. | 51 | For their patches and code contributions, we thank Admiral Admiral, Aimee Trescothick, Aleric Inglewood, Alissa Sabre, Archimedies Plutonian, Angus Boyd, Ansariel Hiller, Ardy Lay, Asuka Neely, Balp Allen, Carjay McGinnis, Chalice Yao, Dale Glass, Damian Delacrois, Danny Nolan, Felix Duesenburg, Geneko Nemeth, Henri Beauchamp, Katharine Berry, KirstenLee Cinquetti, Kitty Barnett, Latif Khalifa, Lilly Zenovka, Makomk Makosen, Mana Janus, Matthew Dowd, Michelle2 Zenovka, Mm Alder, Nemurimasu Neiro, Nicholaz Beresford, Patrick Sapinski, Paul Churchill, Peter Lameth, Robin Cornelius, Stephen Zenith, Thickbrick Sleaford, Thomas Shikami, Tom Meta, tx Oh, Vaalith Jinn, Vadim Bigbear, Vex Streeter, Zi Ree, and Zwagoth Klaar. |
25 | 52 | ||
26 | For their WindLight presets, we thank Ana Lutetia, CodeBastard Redgrave, and Torley Linden. | 53 | For their WindLight presets, we thank Ana Lutetia, CodeBastard Redgrave, and Torley Linden. |
27 | 54 | ||
28 | Thanks also to the developer(s) of the Emerald Viewer, Hippo Viewer, Cool VL Viewer, Snowglobe Viewer, meta 7 Viewer, FrozenGlobe Viewer, and Meerkat Viewer for viewer enhancements we have incorporated, as well as Kitty Barnett for RLVa. Special thanks to the folks at Linden Lab for releasing the viewer source, without which this endeavor would have been impossible. | 55 | Thanks also to the developer(s) of the Emerald Viewer, Hippo Viewer, Cool VL Viewer, Snowglobe Viewer, meta 7 Viewer, FrozenGlobe Viewer, and Meerkat Viewer for viewer enhancements we have incorporated, as well as Kitty Barnett for RLVa. Special thanks to the folks at Linden Lab for releasing the viewer source, without which this endeavor would have been impossible. |
29 | 56 | ||
30 | For a complete list of who did what, read the release notes! | 57 | For a complete list of who did what, read the release notes! |
31 | 58 | ||
59 | Many thanks to the many residents in many grids who contributed towards this viewer in countless ways. | ||
32 | 60 | ||
33 | Many thanks to Linden Lab and the many residents in both grids who contributed towards this viewer in countless ways. | 61 | 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion |
34 | 62 | APR Copyright (C) 2000-2004 The Apache Software Foundation | |
35 | 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion | 63 | cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) |
36 | APR Copyright (C) 2000-2004 The Apache Software Foundation | 64 | DBus/dbus-glib Copyright (C) 2002, 2003 CodeFactory AB / Copyright (C) 2003, 2004 Red Hat, Inc. |
37 | cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) | 65 | expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. |
38 | DBus/dbus-glib Copyright (C) 2002, 2003 CodeFactory AB / Copyright (C) 2003, 2004 Red Hat, Inc. | 66 | FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). |
39 | expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. | 67 | GL Copyright (C) 1999-2004 Brian Paul. |
40 | FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). | 68 | Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. |
41 | GL Copyright (C) 1999-2004 Brian Paul. | 69 | jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) |
42 | Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. | 70 | jpeglib Copyright (C) 1991-1998, Thomas G. Lane. |
43 | jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) | 71 | ogg/vorbis Copyright (C) 2001, Xiphophorus |
44 | jpeglib Copyright (C) 1991-1998, Thomas G. Lane. | 72 | OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. |
45 | ogg/vorbis Copyright (C) 2001, Xiphophorus | 73 | SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga |
46 | OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. | 74 | SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
47 | SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga | 75 | xmlrpc-epi Copyright (C) 2000 Epinions, Inc. |
48 | SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 76 | zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. |
49 | xmlrpc-epi Copyright (C) 2000 Epinions, Inc. | 77 | google-perftools Copyright (c) 2005, Google Inc. |
50 | zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. | 78 | Code from FAAD2 is copyright (c) Nero AG, www.nero.com |
51 | google-perftools Copyright (c) 2005, Google Inc. | ||
52 | Code from FAAD2 is copyright (c) Nero AG, www.nero.com | ||
53 | 79 | ||
54 | All rights reserved. See LICENSE-libraries.txt for details. | 80 | All rights reserved. See LICENSE-libraries.txt for details. |
55 | 81 | ||
56 | Voice chat Audio coding: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C) | 82 | Voice chat Audio coding: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C) |
57 | 83 | ||
58 | 84 | ||
59 | I live in the future, just waiting for the rest of you to catch up. -- onefang Rejected </text_editor> | 85 | I live in the future, just waiting for the rest of you to catch up. -- onefang Rejected |
60 | 86 | </text_editor> | |
61 | <text_editor bottom_delta="174" embedded_items="false" | 87 | </panel> |
62 | follows="left|top|right|bottom" font="SansSerif" height="238" left="6" | 88 | </tab_container> |
63 | max_length="65536" mouse_opaque="true" name="support_editor" width="458" | 89 | <string name="you_are_at"> |
64 | word_wrap="true" /> | ||
65 | <string name="you_are_at"> | ||
66 | You are at [POSITION] | 90 | You are at [POSITION] |
67 | </string> | 91 | </string> |
68 | </floater> | 92 | </floater> |
93 | |||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_media_filter.xml b/linden/indra/newview/skins/default/xui/en-us/floater_media_filter.xml new file mode 100644 index 0000000..9b7355c --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_media_filter.xml | |||
@@ -0,0 +1,61 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="floatermediafilter" title="Media Filter" rect_control="MediaFilterRect" | ||
3 | can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true" | ||
4 | height="350" width="600" min_height="350" min_width="600"> | ||
5 | <text name="info1" font="SansSerif" mouse_opaque="true" halign="center" | ||
6 | bottom_delta="-45" left="20" height="20" width="560" follows="left|right|top"> | ||
7 | Domains in bold are in the persistent list (i.e. they are whitelisted or blacklisted). | ||
8 | </text> | ||
9 | <text name="info2" font="SansSerif" mouse_opaque="true" halign="center" | ||
10 | bottom_delta="-20" left="20" height="20" width="560" follows="left|right|top"> | ||
11 | Domains in italics are in the session list (i.e. they are temporarily allowed or denied). | ||
12 | </text> | ||
13 | |||
14 | <scroll_list name="whitelist_list" follows="top|bottom|left" | ||
15 | background_visible="true" mouse_opaque="true" | ||
16 | multi_select="false" column_padding="5" draw_border="true" draw_heading="true" | ||
17 | bottom_delta="-205" left="15" height="200" width="280"> | ||
18 | <column name="whitelist_col" label="Allowed domains/objects" dynamicwidth="true" /> | ||
19 | </scroll_list> | ||
20 | |||
21 | <scroll_list name="blacklist_list" follows="top|bottom|right" | ||
22 | background_visible="true" mouse_opaque="true" | ||
23 | multi_select="false" column_padding="5" draw_border="true" draw_heading="true" | ||
24 | bottom_delta="0" right="-15" height="200" width="280"> | ||
25 | <column name="blacklist_col" label="Blocked domains/objects" dynamicwidth="true" /> | ||
26 | </scroll_list> | ||
27 | |||
28 | <button name="add_whitelist" font="SansSerif" label="Add..." halign="center" | ||
29 | enabled="true" mouse_opaque="true" follows="bottom|left" | ||
30 | bottom_delta="-25" left="30" height="20" width="80" /> | ||
31 | |||
32 | <button name="remove_whitelist" font="SansSerif" label="Remove" halign="center" | ||
33 | enabled="true" mouse_opaque="true" follows="bottom|left" | ||
34 | bottom_delta="0" left_delta="100" height="20" width="80" /> | ||
35 | |||
36 | <button name="clear_lists" font="SansSerif" label="Clear lists" halign="center" | ||
37 | enabled="true" mouse_opaque="true" follows="bottom|left|right" | ||
38 | bottom_delta="0" left_delta="110" height="20" width="120" /> | ||
39 | |||
40 | <button name="add_blacklist" font="SansSerif" label="Add..." halign="center" | ||
41 | enabled="true" mouse_opaque="true" follows="bottom|right" | ||
42 | bottom_delta="0" right="-130" height="20" width="80" /> | ||
43 | |||
44 | <button name="remove_blacklist" font="SansSerif" label="Remove" halign="center" | ||
45 | enabled="true" mouse_opaque="true" follows="bottom|right" | ||
46 | bottom_delta="0" right="-30" height="20" width="80" /> | ||
47 | |||
48 | <text name="add_text" font="SansSerif" mouse_opaque="true" enabled="true" | ||
49 | bottom_delta="-25" left="20" height="20" width="500" follows="left|right|bottom"> | ||
50 | New domain: | ||
51 | </text> | ||
52 | |||
53 | <line_editor name="input_domain" max_length="255" font="SansSerif" enabled="false" | ||
54 | select_all_on_focus_received="true" select_on_focus="true" | ||
55 | bevel_style="in" border_style="line" border_thickness="1" | ||
56 | bottom_delta="-20" right="-100" height="20" left="15" follows="left|bottom|right"/> | ||
57 | |||
58 | <button name="commit_domain" font="SansSerif" label="Add" halign="center" enabled="false" | ||
59 | mouse_opaque="true" follows="bottom|right" | ||
60 | bottom_delta="0" right="-15" height="20" width="80"/> | ||
61 | </floater> | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_login.xml b/linden/indra/newview/skins/default/xui/en-us/menu_login.xml index 6fc6c57..87907ec 100644 --- a/linden/indra/newview/skins/default/xui/en-us/menu_login.xml +++ b/linden/indra/newview/skins/default/xui/en-us/menu_login.xml | |||
@@ -1,5 +1,5 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <menu_bar name="Login Menu" opaque="true" tear_off="false" height="18" bottom="-18"> | 2 | <menu_bar name="Login Menu" opaque="true" tear_off="false" height="18" bottom="-18" follows="left|top|right"> |
3 | <menu create_jump_keys="true" label="File" name="File" opaque="true" tear_off="false"> | 3 | <menu create_jump_keys="true" label="File" name="File" opaque="true" tear_off="false"> |
4 | <menu_item_call label="Quit" name="Quit" shortcut="control|Q"> | 4 | <menu_item_call label="Quit" name="Quit" shortcut="control|Q"> |
5 | <on_click function="File.Quit" userdata="" /> | 5 | <on_click function="File.Quit" userdata="" /> |
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml index 97d339f..93ebd1c 100644 --- a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml +++ b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | |||
@@ -277,6 +277,11 @@ | |||
277 | <on_click function="ShowAgentGroups" | 277 | <on_click function="ShowAgentGroups" |
278 | userdata="agent" /> | 278 | userdata="agent" /> |
279 | </menu_item_call> | 279 | </menu_item_call> |
280 | <menu_item_check bottom="-192" enabled="true" height="19" label="Media Filter" left="0" | ||
281 | mouse_opaque="true" name="Media Filter" width="211"> | ||
282 | <on_click function="ShowFloater" userdata="media filter" /> | ||
283 | <on_check function="FloaterVisible" userdata="media filter" /> | ||
284 | </menu_item_check> | ||
280 | <menu_item_separator /> | 285 | <menu_item_separator /> |
281 | <menu_item_call name="Preferences..." label="Preferences..." | 286 | <menu_item_call name="Preferences..." label="Preferences..." |
282 | shortcut="control|P"> | 287 | shortcut="control|P"> |
@@ -1343,6 +1348,18 @@ | |||
1343 | <on_check function="Advanced.CheckInfoDisplay" | 1348 | <on_check function="Advanced.CheckInfoDisplay" |
1344 | userdata="glow" /> | 1349 | userdata="glow" /> |
1345 | </menu_item_check> | 1350 | </menu_item_check> |
1351 | <menu_item_check name="Raycasting" label="Raycasting"> | ||
1352 | <on_click function="Advanced.ToggleInfoDisplay" | ||
1353 | userdata="raycasting" /> | ||
1354 | <on_check function="Advanced.CheckInfoDisplay" | ||
1355 | userdata="raycasting" /> | ||
1356 | </menu_item_check> | ||
1357 | <menu_item_check name="Sculpt" label="Sculpt"> | ||
1358 | <on_click function="Advanced.ToggleInfoDisplay" | ||
1359 | userdata="sculpt" /> | ||
1360 | <on_check function="Advanced.CheckInfoDisplay" | ||
1361 | userdata="sculpt" /> | ||
1362 | </menu_item_check> | ||
1346 | <menu_item_check name="Vectorize Perf Test" | 1363 | <menu_item_check name="Vectorize Perf Test" |
1347 | label="Vectorize Perf Test"> | 1364 | label="Vectorize Perf Test"> |
1348 | <on_click function="ToggleControl" | 1365 | <on_click function="ToggleControl" |
diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml index 4cea9ce..320ed18 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -7299,6 +7299,56 @@ The Second Life Terms of Service do not allow you to opt out. By logging in to S | |||
7299 | notext="Cancel"/> | 7299 | notext="Cancel"/> |
7300 | </notification> | 7300 | </notification> |
7301 | 7301 | ||
7302 | <notification | ||
7303 | icon="alert.tga" | ||
7304 | name="MediaAlert" | ||
7305 | type="alert"> | ||
7306 | The owner of this parcel has requested [TYPE] URL pertaining to the following domain or scripted object to be loaded by your viewer[WARNING]: | ||
7307 | |||
7308 | [DOMAIN] | ||
7309 | |||
7310 | "Allow" and "Deny" apply only for this session, while "Blacklist" and "Whitelist" apply forever to the above domain or scripted object. | ||
7311 | <form name="form"> | ||
7312 | <button | ||
7313 | index="0" | ||
7314 | name="Allow" | ||
7315 | text="Allow"/> | ||
7316 | <button | ||
7317 | index="1" | ||
7318 | name="Deny" | ||
7319 | text="Deny"/> | ||
7320 | <button | ||
7321 | index="2" | ||
7322 | name="Blacklist" | ||
7323 | text="Blacklist"/> | ||
7324 | <button | ||
7325 | index="3" | ||
7326 | name="Whitelist" | ||
7327 | text="Whitelist"/> | ||
7328 | </form> | ||
7329 | </notification> | ||
7330 | |||
7331 | <notification | ||
7332 | icon="alert.tga" | ||
7333 | name="MediaListed" | ||
7334 | type="alert"> | ||
7335 | Media/audio URLs for [DOMAIN] now [LISTED] | ||
7336 | </notification> | ||
7337 | |||
7338 | <notification | ||
7339 | icon="notifytip.tga" | ||
7340 | name="MediaBlocked" | ||
7341 | type="notifytip"> | ||
7342 | Media/audio URL blocked for [DOMAIN] | ||
7343 | </notification> | ||
7344 | |||
7345 | <notification | ||
7346 | icon="alertmodal.tga" | ||
7347 | name="MediaFiltersCleared" | ||
7348 | type="alertmodal"> | ||
7349 | The media filters have been cleared | ||
7350 | </notification> | ||
7351 | |||
7302 | <!--End Imprudence notifications--> | 7352 | <!--End Imprudence notifications--> |
7303 | <!-- [KITTY VIEWER] --> | 7353 | <!-- [KITTY VIEWER] --> |
7304 | <notification | 7354 | <notification |
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_im.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_im.xml index e64f6c7..fe17e7a 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_im.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_im.xml | |||
@@ -22,6 +22,9 @@ | |||
22 | <string name="log_in_to_change"> | 22 | <string name="log_in_to_change"> |
23 | log in to change | 23 | log in to change |
24 | </string> | 24 | </string> |
25 | <string name="default_email_used"> | ||
26 | using default address | ||
27 | </string> | ||
25 | <check_box bottom="-45" enabled="true" follows="left|top" font="SansSerifSmall" | 28 | <check_box bottom="-45" enabled="true" follows="left|top" font="SansSerifSmall" |
26 | height="16" initial_value="false" label="Send IM to email ([EMAIL])" | 29 | height="16" initial_value="false" label="Send IM to email ([EMAIL])" |
27 | left="148" mouse_opaque="true" name="send_im_to_email" radio_style="false" | 30 | left="148" mouse_opaque="true" name="send_im_to_email" radio_style="false" |