diff options
author | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
commit | 3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch) | |
tree | 504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/skins | |
parent | Second Life viewer sources 1.18.4.3 (diff) | |
download | meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2 meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz |
Second Life viewer sources 1.18.5.0-RC
Diffstat (limited to 'linden/indra/newview/skins')
25 files changed, 554 insertions, 175 deletions
diff --git a/linden/indra/newview/skins/textures/textures.xml b/linden/indra/newview/skins/textures/textures.xml index 72c6621..cc9f61c 100644 --- a/linden/indra/newview/skins/textures/textures.xml +++ b/linden/indra/newview/skins/textures/textures.xml | |||
@@ -307,6 +307,7 @@ | |||
307 | <account_id_green.tga value="3bf64d5a-38d3-b752-cf52-3d9f8fca353a"/> | 307 | <account_id_green.tga value="3bf64d5a-38d3-b752-cf52-3d9f8fca353a"/> |
308 | <status_push.tga value="07d1f523-e327-4d10-20d6-8bc22a6e8f56"/> | 308 | <status_push.tga value="07d1f523-e327-4d10-20d6-8bc22a6e8f56"/> |
309 | <status_voice.tga value="c49b0b3b-fe04-46ee-abab-777fa0b462b6"/> | 309 | <status_voice.tga value="c49b0b3b-fe04-46ee-abab-777fa0b462b6"/> |
310 | <status_search.tga value="6846fb08-fe38-40be-b145-d8d7b2e1d0d8"/> | ||
310 | <ff_visible_online.tga value="d609a41f-34c0-7aae-b2c6-2fc3ab26d916"/> | 311 | <ff_visible_online.tga value="d609a41f-34c0-7aae-b2c6-2fc3ab26d916"/> |
311 | <ff_visible_map.tga value="20b52706-c1ab-414a-9dea-1cb788ad5689"/> | 312 | <ff_visible_map.tga value="20b52706-c1ab-414a-9dea-1cb788ad5689"/> |
312 | <ff_edit_mine.tga value="1baee0b9-4b89-39eb-8815-866d82300ab5"/> | 313 | <ff_edit_mine.tga value="1baee0b9-4b89-39eb-8815-866d82300ab5"/> |
diff --git a/linden/indra/newview/skins/xui/en-us/LCD_text.xml b/linden/indra/newview/skins/xui/en-us/LCD_text.xml new file mode 100644 index 0000000..d679d64 --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/LCD_text.xml | |||
@@ -0,0 +1,28 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel bottom="0" follows="left|top|right|bottom" height="600" hidden="true" left="0" | ||
3 | mouse_opaque="true" name="panel_login" width="800"> | ||
4 | <text hidden="true" name="DebugInfo">Debug Info</text> | ||
5 | <text hidden="true" name="FPS">FPS</text> | ||
6 | <text hidden="true" name="SimFPS">SimFPS</text> | ||
7 | <text hidden="true" name="Pin">P-In</text> | ||
8 | <text hidden="true" name="Pout">P-Out</text> | ||
9 | <text hidden="true" name="PLoss">P-Loss</text> | ||
10 | <text hidden="true" name="Ping">Ping</text> | ||
11 | <text hidden="true" name="AccountDetails">Account Details</text> | ||
12 | <text hidden="true" name="LBal">L$ bal</text> | ||
13 | <text hidden="true" name="Time">Time</text> | ||
14 | <text hidden="true" name="LocationDetails1">Location Details 1</text> | ||
15 | <text hidden="true" name="LocationDetails2">Location Details 2</text> | ||
16 | <text hidden="true" name="Region">Region</text> | ||
17 | <text hidden="true" name="Parcel">Parcel</text> | ||
18 | <text hidden="true" name="Pos">Pos</text> | ||
19 | <text hidden="true" name="Sqm">Sqm</text> | ||
20 | <text hidden="true" name="Owner">Owner</text> | ||
21 | <text hidden="true" name="Type">Type</text> | ||
22 | <text hidden="true" name="Yes">Yes</text> | ||
23 | <text hidden="true" name="No">No</text> | ||
24 | <text hidden="true" name="Forsale">ForSale</text> | ||
25 | <text hidden="true" name="Traffic">Traffic</text> | ||
26 | <text hidden="true" name="Last3ChatLines">Last 3 Chat Lines</text> | ||
27 | <text hidden="true" name="Last3IMLines">Last 3 IM Lines</text> | ||
28 | </panel> \ No newline at end of file | ||
diff --git a/linden/indra/newview/skins/xui/en-us/alerts.xml b/linden/indra/newview/skins/xui/en-us/alerts.xml index 0bad2fc..192fcdb 100644 --- a/linden/indra/newview/skins/xui/en-us/alerts.xml +++ b/linden/indra/newview/skins/xui/en-us/alerts.xml | |||
@@ -1,5 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <alerts> | 2 | <alerts> |
3 | <global name="skipnexttime">Don't show me this again</global> | ||
4 | <global name="alwayschoose">Always choose this option</global> | ||
5 | |||
3 | <alert modal="true" name="MissingAlert"> | 6 | <alert modal="true" name="MissingAlert"> |
4 | <message name="message"> | 7 | <message name="message"> |
5 | [ALERT_NAME] is missing from alerts.xml! | 8 | [ALERT_NAME] is missing from alerts.xml! |
@@ -334,7 +337,7 @@ Community Standards. | |||
334 | </alert> | 337 | </alert> |
335 | <alert modal="true" name="ClickPublishHelpAvatar"> | 338 | <alert modal="true" name="ClickPublishHelpAvatar"> |
336 | <message name="message"> | 339 | <message name="message"> |
337 | Selecting the "Publish in Search" will show: | 340 | Selecting "Show in Search" will show: |
338 | - my profile in search results | 341 | - my profile in search results |
339 | - a link to my profile in public group pages | 342 | - a link to my profile in public group pages |
340 | </message> | 343 | </message> |
@@ -3230,6 +3233,20 @@ from the 'Edit' menu. | |||
3230 | Cancel | 3233 | Cancel |
3231 | </option> | 3234 | </option> |
3232 | </alert> | 3235 | </alert> |
3236 | <alert modal="true" name="TeleportFromLandmark"> | ||
3237 | <message name="message"> | ||
3238 | Are you sure you want to teleport? | ||
3239 | </message> | ||
3240 | <ignore name="ignore"> | ||
3241 | When teleporting from a landmark in inventory | ||
3242 | </ignore> | ||
3243 | <option name="Teleport"> | ||
3244 | Teleport | ||
3245 | </option> | ||
3246 | <option name="Cancel"> | ||
3247 | Cancel | ||
3248 | </option> | ||
3249 | </alert> | ||
3233 | <alert name="MessageEstate" title="Message everyone in your Estate"> | 3250 | <alert name="MessageEstate" title="Message everyone in your Estate"> |
3234 | <message name="message"> | 3251 | <message name="message"> |
3235 | Type a short announcement which will be | 3252 | Type a short announcement which will be |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_about.xml b/linden/indra/newview/skins/xui/en-us/floater_about.xml index 87833aa..40cdcf1 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_about.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_about.xml | |||
@@ -11,7 +11,7 @@ | |||
11 | 11 | ||
12 | In Memory of Jesse Malthus, you will be fondly remembered by all who heard your voice. | 12 | In Memory of Jesse Malthus, you will be fondly remembered by all who heard your voice. |
13 | 13 | ||
14 | Thank you to the following residents for helping to ensure that this is the best version yet: Aces Spade, Adrian Buckler, Adrienne LeShelle, Amanda Ascot, AnnaQuay Heart, Aquamina Khalifa, Arienne Anatine, Aston Hildyard, Ayami Kamachi, Badinage Odets, Biffy Berjis, Bigfox Pye, BigJohn Jade, BigRick Byrd, Brettus Tripsa, Brock Fitzgerald, Broker Allen, Browse by Name, Chiria Celt, Christopher Prudhomme, dale Cao, dale Lynch, Dante Tucker, DaQbet Kish, Dargon Pacer, Darius Antonelli, Deira Llanfair, DeviantBone Xi, Dore Dorado, Englishwob Etchegaray, Enya Masala, Eric Renneville, Fairfax Michinaga, FireFox Bancroft, FOXI Cortes, Frederick Earp, Geo Meek, Gotthilf Fischer, Hallo Loon, Hawk Carter, Hazel Kyrgyz, Hecter Barbosa, Hex Link, Ice Pak, Ideasu Mukerji, Itoku Kamachi, Jared Halleck, Jaykob Carter, Jennifer Drumheller, JensMartin Tomsen, JIAB Boa, Jim Gustafson, JimmyJet Fossett, Joseph Rustamova, Jt Volos, Karilyn Kidomen, Kaysha Sion, Keaton Nacon, Kevin Susenko, Khashai Steinbeck, Kira Cuddihy, Kit Massiel, Kojo Dixon, KUieTSToRm Lightcloud, Kwai Kyong, Kyrtis Daehlie, LazyGunGuy Bartlett, Lewcas Zapedzki, Lioc Cioc, LLIB Utu, Lou Liebknecht, Luca Draken, Maci Homewood, Major Sewell, Mari Todriya, MarieElize Noel, matt27 Churchill, Maverick Miasma, maydaysos Young, Mediaho Ball, Mikayla Gillespie, Mike Faulkland, Modfire Milland, MollyBrown Foxley, Mosley Jewell, Nuahs Zapedzki, Nyx Divine, Panther Farber, Paul Bumi, PrincessNina Prefect, Prio Serpentine, Rainbow Drake, Randall Rall, Randy Kazan, Reinhart Mokeev, Rhyph Somme, Rico Roizman, Ruge Dryke, Ryan Orbit, Safira Rosher, Samantha Bainbridge, Sammy Foxley, Sash Furst, Saturn Ariantho, Sienna Summers, Skye Enoch, Sofie Kanno, Solar Legion, Sonic Oki, Sunra Saenz, Taina Heart, Taryn Sprawl, tenerife Wei, TomDragon Nilsson, Trebla Reve, Trouble Carnell, user1cat Orbit, Vance Merlin, Veritas Variscan, Web Page, Wi3g3ht3s Ihnen, WinDrftr DeFarge, Yuu Nakamichi, Zac Delec, Zed Fairweather, Zimmo Hallard. | 14 | Thank you to the following residents for helping to ensure that this is the best version yet: Aces Spade, Adrian Buckler, Adrienne LeShelle, Amanda Ascot, AnnaQuay Heart, Aquamina Khalifa, Arienne Anatine, Aston Hildyard, Ayami Kamachi, Badinage Odets, Biffy Berjis, Bigfox Pye, BigJohn Jade, BigRick Byrd, Brettus Tripsa, Brock Fitzgerald, Broker Allen, Browse by Name, Chiria Celt, Christopher Prudhomme, dale Cao, dale Lynch, Dante Tucker, DaQbet Kish, Dargon Pacer, Darius Antonelli, Deira Llanfair, DeviantBone Xi, Dore Dorado, Englishwob Etchegaray, Enya Masala, Eric Renneville, Fairfax Michinaga, FireFox Bancroft, FOXI Cortes, Frederick Earp, Geo Meek, Gotthilf Fischer, Hallo Loon, Hawk Carter, Hazel Kyrgyz, Hecter Barbosa, Hex Link, Ice Pak, Ideasu Mukerji, Itoku Kamachi, Jared Halleck, Jaykob Carter, Jennifer Drumheller, JensMartin Tomsen, JIAB Boa, Jim Gustafson, JimmyJet Fossett, Joseph Rustamova, Jt Volos, Karilyn Kidomen, Kaysha Sion, Keaton Nacon, Kevin Susenko, Khashai Steinbeck, Kira Cuddihy, Kit Massiel, Kojo Dixon, KUieTSToRm Lightcloud, Kwai Kyong, Kyrtis Daehlie, LazyGunGuy Bartlett, Lewcas Zapedzki, Lioc Cioc, LLIB Utu, Lou Liebknecht, Luca Draken, Maci Homewood, Major Sewell, Mari Todriya, MarieElize Noel, matt27 Churchill, Maverick Miasma, maydaysos Young, Mediaho Ball, Mikayla Gillespie, Mike Faulkland, Modfire Milland, MollyBrown Foxley, Mosley Jewell, Nuahs Zapedzki, Nyx Divine, Panther Farber, Paul Bumi, Preciousse Moody, PrincessNina Prefect, Prio Serpentine, Rainbow Drake, Randall Rall, Randy Kazan, Reinhart Mokeev, Rhyph Somme, Rico Roizman, Ruge Dryke, Ryan Orbit, Safira Rosher, Samantha Bainbridge, Sammy Foxley, Sash Furst, Saturn Ariantho, Sienna Summers, Skye Enoch, Sofie Kanno, Solar Legion, Sonic Oki, Sunra Saenz, Taina Heart, Taryn Sprawl, tenerife Wei, TomDragon Nilsson, Trebla Reve, Trouble Carnell, user1cat Orbit, Vance Merlin, Veritas Variscan, Web Page, Wi3g3ht3s Ihnen, WinDrftr DeFarge, Yuu Nakamichi, Zac Delec, Zed Fairweather, Zimmo Hallard. |
15 | 15 | ||
16 | APR Copyright (C) 2000-2004 The Apache Software Foundation | 16 | APR Copyright (C) 2000-2004 The Apache Software Foundation |
17 | cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) | 17 | cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_about_land.xml b/linden/indra/newview/skins/xui/en-us/floater_about_land.xml index 3a877ea..eb5448f 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_about_land.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_about_land.xml | |||
@@ -557,11 +557,11 @@ | |||
557 | width="119" /> | 557 | width="119" /> |
558 | <check_box bottom="-140" enabled="true" follows="left|top" font="SansSerifSmall" | 558 | <check_box bottom="-140" enabled="true" follows="left|top" font="SansSerifSmall" |
559 | height="16" hidden="false" initial_value="false" | 559 | height="16" hidden="false" initial_value="false" |
560 | label="Show in Search > Places (L$30/week) under" left="14" | 560 | label="Show Place in Search (L$30/week) under" left="14" |
561 | mouse_opaque="true" name="ShowDirectoryCheck" radio_style="false" | 561 | mouse_opaque="true" name="ShowDirectoryCheck" radio_style="false" |
562 | width="268" tool_tip="Let people see this parcel in search results"/> | 562 | width="268" tool_tip="Let people see this parcel in search results"/> |
563 | <combo_box allow_text_entry="false" bottom="-140" enabled="true" follows="left|top" | 563 | <combo_box allow_text_entry="false" bottom="-140" enabled="true" follows="left|top" |
564 | height="18" hidden="false" left="260" max_chars="20" mouse_opaque="true" | 564 | height="18" hidden="false" left="255" max_chars="20" mouse_opaque="true" |
565 | name="land category" width="130"> | 565 | name="land category" width="130"> |
566 | <combo_item name="AnyCategory" value="any"> | 566 | <combo_item name="AnyCategory" value="any"> |
567 | Any Category | 567 | Any Category |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_directory.xml b/linden/indra/newview/skins/xui/en-us/floater_directory.xml index 7068b82..6f253a1 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_directory.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_directory.xml | |||
@@ -1,54 +1,100 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" | 2 | <floater can_close="true" can_drag_on_left="false" can_minimize="true" |
3 | can_resize="false" height="570" min_height="200" min_width="400" | 3 | can_resize="true" height="570" min_height="570" min_width="780" |
4 | name="directory" rect_control="FloaterFindRect2" title="Search" width="780"> | 4 | name="directory" rect_control="FloaterFindRect2" |
5 | title="Search Second Life" width="780"> | ||
5 | <tab_container bottom="-570" follows="left|top|right|bottom" height="550" left="0" | 6 | <tab_container bottom="-570" follows="left|top|right|bottom" height="550" left="0" |
6 | mouse_opaque="false" name="Directory Tabs" tab_position="top" width="780"> | 7 | mouse_opaque="false" name="Directory Tabs" tab_position="top" width="780"> |
8 | |||
7 | <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533" | 9 | <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533" |
8 | label="All" left="1" mouse_opaque="false" name="all_panel" width="778"> | 10 | label="All" left="1" mouse_opaque="false" |
9 | <button bottom="-533" follows="left|bottom" font="SansSerif" halign="center" | 11 | name="find_all_panel" |
10 | height="20" label="Next >" label_selected="Next >" right="344" | 12 | width="778"> |
11 | mouse_opaque="true" name="Next >" width="80" /> | 13 | <button bottom="-30" follows="top|left" font="SansSerifSmall" height="20" |
12 | <button bottom_delta="0" follows="left|bottom" font="SansSerif" halign="center" | 14 | label="Back" |
13 | height="20" label="< Prev" label_selected="< Prev" right="258" | 15 | left="10" |
14 | mouse_opaque="true" name="< Prev" width="80" /> | 16 | name="back_btn" width="70" /> |
15 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 17 | <button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20" |
16 | bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif" | 18 | label="Forward" left_delta="75" |
17 | h_pad="0" halign="left" height="16" left="4" mouse_opaque="true" | 19 | name="forward_btn" width="70" /> |
18 | name="find" v_pad="0" width="50"> | 20 | <line_editor bevel_style="in" |
19 | Find: | 21 | border_style="line" |
20 | </text> | 22 | border_thickness="1" |
21 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" | 23 | bottom_delta="0" |
22 | follows="left|top" font="SansSerif" height="18" left_delta="38" | 24 | enabled="true" |
23 | max_length="63" mouse_opaque="true" name="name" width="128" /> | 25 | follows="top|left|right" |
24 | <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20" | 26 | font="SansSerif" |
25 | label="Search" label_selected="Search" left_delta="136" mouse_opaque="true" | 27 | handle_edit_keys_directly="false" |
26 | name="Search" width="70" /> | 28 | commit_on_focus_lost="false" |
27 | <check_box bottom="-22" control_name="ShowMatureFindAll" follows="left|top" | 29 | height="20" |
30 | hidden="false" | ||
31 | label="Search" | ||
32 | left_delta="80" | ||
33 | width="180" | ||
34 | max_length="254" | ||
35 | mouse_opaque="true" | ||
36 | name="search_editor" | ||
37 | select_all_on_focus_received="false" | ||
38 | select_on_focus="false" | ||
39 | tab_group="1" | ||
40 | tool_tip="Search Second Life" /> | ||
41 | <button follows="top|right" font="SansSerif" height="20" | ||
42 | label="Search" | ||
43 | left_delta="185" | ||
44 | bottom_delta="0" | ||
45 | name="search_btn" width="70" /> | ||
46 | <combo_box allow_text_entry="false" | ||
47 | bottom_delta="0" follows="right|top" height="18" | ||
48 | left_delta="100" | ||
49 | max_chars="20" mouse_opaque="true" name="Category" | ||
50 | width="128"> | ||
51 | <combo_item name="AnyCategory" value="All"> | ||
52 | Any Category | ||
53 | </combo_item> | ||
54 | <combo_item name="Classifieds" value="Classifieds"> | ||
55 | Classifieds | ||
56 | </combo_item> | ||
57 | <combo_item name="Events" value="Events"> | ||
58 | Events | ||
59 | </combo_item> | ||
60 | <combo_item name="Groups" value="Groups"> | ||
61 | Groups | ||
62 | </combo_item> | ||
63 | <combo_item name="People" value="People"> | ||
64 | People | ||
65 | </combo_item> | ||
66 | <combo_item name="Places" value="Places"> | ||
67 | Places | ||
68 | </combo_item> | ||
69 | <combo_item name="Wiki" value="Wiki"> | ||
70 | Wiki | ||
71 | </combo_item> | ||
72 | </combo_box> | ||
73 | <check_box bottom_delta="0" | ||
74 | control_name="ShowMatureFindAll" follows="right|top" | ||
28 | font="SansSerifSmall" height="16" initial_value="false" | 75 | font="SansSerifSmall" height="16" initial_value="false" |
29 | label="Include Mature content" left_delta="78" mouse_opaque="true" | 76 | label="Include Mature content" |
30 | name="incmature" width="156" /> | 77 | left_delta="133" |
31 | <scroll_list background_visible="false" bottom="-513" column_padding="0" draw_border="true" | 78 | name="mature_check" |
32 | draw_heading="false" fg_disable_color="1, 1, 1, 1" | 79 | width="156" /> |
33 | fg_selected_color="1, 1, 1, 1" fg_unselected_color="1, 1, 1, 1" | 80 | <web_browser name="find_browser" |
34 | follows="left|top|right|bottom" height="464" left="4" mouse_opaque="true" | 81 | bottom="25" |
35 | multi_select="false" name="results" search_column="1" width="339"> | 82 | follows="top|left|bottom|right" |
36 | <column label="" name="icon" width="24" /> | 83 | font="SansSerifSmall" |
37 | <column label="Name" name="name" width="235" /> | 84 | left="10" |
38 | <column label="Price" name="price" width="90" /> | 85 | right="-10" |
39 | <column label="Time (PT)" name="date" width="90" /> | 86 | top="-40" /> |
40 | <column label="Time" name="time" width="-1" /> | 87 | <text bottom="5" |
41 | <column label="Traffic" name="dwell" width="90" /> | 88 | follows="bottom|left" |
42 | <column label="Area" name="area" width="90" /> | 89 | halign="left" |
43 | <column label="L$/sq.m" name="per_meter" width="90" /> | 90 | left="10" |
44 | <column label="Online" name="online" width="90" /> | 91 | width="150" |
45 | <column label="Members" name="members" width="90" /> | 92 | name="status_text" |
46 | </scroll_list> | 93 | height="16" /> |
47 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 94 | <text hidden="true" name="loading_text">Loading...</text> |
48 | bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom" | 95 | <text hidden="true" name="done_text">Done</text> |
49 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | ||
50 | mouse_opaque="true" name="result_text" v_pad="0" width="328" /> | ||
51 | </panel> | 96 | </panel> |
97 | |||
52 | <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533" | 98 | <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533" |
53 | label="Classifieds" left="1" left_delta="68" mouse_opaque="false" | 99 | label="Classifieds" left="1" left_delta="68" mouse_opaque="false" |
54 | name="classified_panel" width="778"> | 100 | name="classified_panel" width="778"> |
@@ -65,13 +111,13 @@ | |||
65 | Find: | 111 | Find: |
66 | </text> | 112 | </text> |
67 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" | 113 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" |
68 | follows="left|top" font="SansSerif" height="18" left_delta="30" | 114 | follows="left|top" font="SansSerif" height="18" left_delta="38" |
69 | max_length="63" mouse_opaque="true" name="name" width="136" /> | 115 | max_length="63" mouse_opaque="true" name="name" width="128" /> |
70 | <check_box bottom_delta="-18" control_name="ShowMatureClassifieds" follows="left|top" | 116 | <check_box bottom_delta="-18" control_name="ShowMatureClassifieds" follows="left|top" |
71 | font="SansSerifSmall" height="16" initial_value="true" | 117 | font="SansSerifSmall" height="16" initial_value="true" |
72 | label="Include Mature content" left="32" mouse_opaque="true" | 118 | label="Include Mature content" left_delta="0" mouse_opaque="true" |
73 | name="incmature" width="156" /> | 119 | name="incmature" width="156" /> |
74 | <combo_box allow_text_entry="false" bottom="-24" follows="left|top" height="18" left="174" | 120 | <combo_box allow_text_entry="false" bottom="-24" follows="left|top" height="18" left="182" |
75 | max_chars="20" mouse_opaque="true" name="Category" width="128"> | 121 | max_chars="20" mouse_opaque="true" name="Category" width="128"> |
76 | <combo_item name="AnyCategory" value="0"> | 122 | <combo_item name="AnyCategory" value="0"> |
77 | Any Category | 123 | Any Category |
@@ -110,9 +156,9 @@ | |||
110 | <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20" | 156 | <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20" |
111 | label="Search" label_selected="Search" mouse_opaque="true" | 157 | label="Search" label_selected="Search" mouse_opaque="true" |
112 | name="Search" width="70" visible="false"/> | 158 | name="Search" width="70" visible="false"/> |
113 | <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20" | 159 | <button bottom="-26" follows="right|top" font="SansSerif" halign="center" height="20" |
114 | label="Place an Ad..." label_selected="Place an Ad..." left_delta="320" | 160 | label="Place an Ad..." label_selected="Place an Ad..." left="-140" |
115 | mouse_opaque="true" name="Place an Ad..." width="123" /> | 161 | mouse_opaque="true" name="Place an Ad..." width="125" /> |
116 | <button bottom="-533" follows="left|bottom" font="SansSerif" halign="center" | 162 | <button bottom="-533" follows="left|bottom" font="SansSerif" halign="center" |
117 | height="20" label="Delete" label_selected="Delete" left="80" | 163 | height="20" label="Delete" label_selected="Delete" left="80" |
118 | mouse_opaque="true" name="Delete" width="80" /> | 164 | mouse_opaque="true" name="Delete" width="80" /> |
@@ -131,6 +177,7 @@ | |||
131 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | 177 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" |
132 | mouse_opaque="true" name="result_text" v_pad="0" width="328" /> | 178 | mouse_opaque="true" name="result_text" v_pad="0" width="328" /> |
133 | </panel> | 179 | </panel> |
180 | |||
134 | <panel border="true" bottom="-549" default_tab_group="1" | 181 | <panel border="true" bottom="-549" default_tab_group="1" |
135 | follows="left|top|right|bottom" height="533" label="Events" left="1" | 182 | follows="left|top|right|bottom" height="533" label="Events" left="1" |
136 | mouse_opaque="false" name="events_panel" width="778"> | 183 | mouse_opaque="false" name="events_panel" width="778"> |
@@ -233,7 +280,7 @@ | |||
233 | font="SansSerifSmall" height="16" initial_value="false" label="Show Mature" | 280 | font="SansSerifSmall" height="16" initial_value="false" label="Show Mature" |
234 | left="569" mouse_opaque="true" name="incmature" width="120" /> | 281 | left="569" mouse_opaque="true" name="incmature" width="120" /> |
235 | <button bottom="-28" follows="left|top" font="SansSerif" halign="center" height="20" | 282 | <button bottom="-28" follows="left|top" font="SansSerif" halign="center" height="20" |
236 | label="Search" label_selected="Search" left_delta="120" mouse_opaque="true" | 283 | label="Search" label_selected="Search" left_delta="100" mouse_opaque="true" |
237 | name="Search" tool_tip="Search" width="80" /> | 284 | name="Search" tool_tip="Search" width="80" /> |
238 | <button bottom="-533" follows="left|bottom" font="SansSerif" halign="center" | 285 | <button bottom="-533" follows="left|bottom" font="SansSerif" halign="center" |
239 | height="20" label="Delete" label_selected="Delete" left="80" | 286 | height="20" label="Delete" label_selected="Delete" left="80" |
@@ -245,7 +292,7 @@ | |||
245 | multi_select="false" name="results" search_column="2" width="339"> | 292 | multi_select="false" name="results" search_column="2" width="339"> |
246 | <column label="" name="icon" width="24" /> | 293 | <column label="" name="icon" width="24" /> |
247 | <column label="" name="type" width="-1" /> | 294 | <column label="" name="type" width="-1" /> |
248 | <column label="Name" name="name" width="178" /> | 295 | <column label="Name" name="name" dynamicwidth="true" /> |
249 | <column label="Time (PT)" name="date" sort="time" width="106" /> | 296 | <column label="Time (PT)" name="date" sort="time" width="106" /> |
250 | <column label="" name="event_id" width="-1" /> | 297 | <column label="" name="event_id" width="-1" /> |
251 | <column label="Time" name="time" width="-1" /> | 298 | <column label="Time" name="time" width="-1" /> |
@@ -279,7 +326,7 @@ | |||
279 | label="Include parcels with Mature Content" left="24" mouse_opaque="true" | 326 | label="Include parcels with Mature Content" left="24" mouse_opaque="true" |
280 | name="incmature" width="204" /> | 327 | name="incmature" width="204" /> |
281 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 328 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
282 | bottom="-38" drop_shadow_visible="true" follows="left|top" | 329 | bottom="-38" drop_shadow_visible="true" follows="right|top" |
283 | font="SansSerifSmall" h_pad="0" halign="left" height="32" left_delta="326" | 330 | font="SansSerifSmall" h_pad="0" halign="left" height="32" left_delta="326" |
284 | mouse_opaque="true" | 331 | mouse_opaque="true" |
285 | name="These are the most popular places in the world, as measured by traffic, the amount of time people spend there." | 332 | name="These are the most popular places in the world, as measured by traffic, the amount of time people spend there." |
@@ -294,7 +341,7 @@ the amount of time people spend there. | |||
294 | multi_select="false" name="results" search_column="2" width="339"> | 341 | multi_select="false" name="results" search_column="2" width="339"> |
295 | <column label="" name="icon" width="24" /> | 342 | <column label="" name="icon" width="24" /> |
296 | <column label="" name="type" width="-1" /> | 343 | <column label="" name="type" width="-1" /> |
297 | <column label="Name" name="name" width="215" /> | 344 | <column label="Name" name="name" dynamicwidth="true" /> |
298 | <column label="Traffic" name="dwell" width="70" /> | 345 | <column label="Traffic" name="dwell" width="70" /> |
299 | </scroll_list> | 346 | </scroll_list> |
300 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 347 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
@@ -369,7 +416,7 @@ To buy direct, visit the land and click on the place name in the title bar. | |||
369 | multi_select="false" name="results" search_column="2" width="387"> | 416 | multi_select="false" name="results" search_column="2" width="387"> |
370 | <column label="" name="icon" width="24" /> | 417 | <column label="" name="icon" width="24" /> |
371 | <column label="" name="type" width="-1" /> | 418 | <column label="" name="type" width="-1" /> |
372 | <column label="Name" name="name" width="164" /> | 419 | <column label="Name" name="name" dynamicwidth="true" /> |
373 | <column label="L$ Price" name="price" width="65" /> | 420 | <column label="L$ Price" name="price" width="65" /> |
374 | <column label="Area" name="area" width="50" /> | 421 | <column label="Area" name="area" width="50" /> |
375 | <column label="L$/sq.m" name="per_meter" width="65" /> | 422 | <column label="L$/sq.m" name="per_meter" width="65" /> |
@@ -399,9 +446,9 @@ To buy direct, visit the land and click on the place name in the title bar. | |||
399 | max_length="63" mouse_opaque="true" name="name" width="128" /> | 446 | max_length="63" mouse_opaque="true" name="name" width="128" /> |
400 | <check_box bottom_delta="-18" control_name="ShowMatureSims" follows="left|top" | 447 | <check_box bottom_delta="-18" control_name="ShowMatureSims" follows="left|top" |
401 | font="SansSerifSmall" height="16" initial_value="false" | 448 | font="SansSerifSmall" height="16" initial_value="false" |
402 | label="Include parcels with Mature content" left="42" mouse_opaque="true" | 449 | label="Include parcels with Mature content" left_delta="0" mouse_opaque="true" |
403 | name="incmature" width="204" /> | 450 | name="incmature" width="204" /> |
404 | <combo_box allow_text_entry="false" bottom="-24" follows="left|top" height="18" left="178" | 451 | <combo_box allow_text_entry="false" bottom="-24" follows="left|top" height="18" left="182" |
405 | max_chars="20" mouse_opaque="true" name="Category" width="128"> | 452 | max_chars="20" mouse_opaque="true" name="Category" width="128"> |
406 | <combo_item name="AnyCategory" value="any"> | 453 | <combo_item name="AnyCategory" value="any"> |
407 | Any Category | 454 | Any Category |
@@ -446,14 +493,26 @@ To buy direct, visit the land and click on the place name in the title bar. | |||
446 | <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20" | 493 | <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20" |
447 | label="Search" label_selected="Search" left_delta="136" mouse_opaque="true" | 494 | label="Search" label_selected="Search" left_delta="136" mouse_opaque="true" |
448 | name="Search" width="70" /> | 495 | name="Search" width="70" /> |
449 | <scroll_list background_visible="false" bottom="-513" column_padding="0" draw_border="true" | 496 | <scroll_list |
450 | draw_heading="true" fg_disable_color="1, 1, 1, 1" | 497 | name="results" |
451 | fg_selected_color="1, 1, 1, 1" fg_unselected_color="1, 1, 1, 1" | 498 | background_visible="false" |
452 | follows="left|top|right|bottom" height="464" left="4" mouse_opaque="true" | 499 | bottom="-513" |
453 | multi_select="false" name="results" search_column="2" width="339"> | 500 | column_padding="0" |
501 | draw_border="true" | ||
502 | draw_heading="true" | ||
503 | fg_disable_color="1, 1, 1, 1" | ||
504 | fg_selected_color="1, 1, 1, 1" | ||
505 | fg_unselected_color="1, 1, 1, 1" | ||
506 | follows="left|top|right|bottom" | ||
507 | height="464" | ||
508 | left="4" | ||
509 | mouse_opaque="true" | ||
510 | multi_select="false" | ||
511 | search_column="2" | ||
512 | width="339"> | ||
454 | <column label="" name="icon" width="24" /> | 513 | <column label="" name="icon" width="24" /> |
455 | <column label="" name="type" width="-1" /> | 514 | <column label="" name="type" width="-1" /> |
456 | <column label="Name" name="name" width="215" /> | 515 | <column label="Name" name="name" dynamicwidth="true" /> |
457 | <column label="Traffic" name="dwell" width="75" /> | 516 | <column label="Traffic" name="dwell" width="75" /> |
458 | </scroll_list> | 517 | </scroll_list> |
459 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 518 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
@@ -529,8 +588,8 @@ To buy direct, visit the land and click on the place name in the title bar. | |||
529 | multi_select="false" name="results" search_column="2" width="339"> | 588 | multi_select="false" name="results" search_column="2" width="339"> |
530 | <column label="" name="icon" width="24" sort="score" sort_ascending="false" /> | 589 | <column label="" name="icon" width="24" sort="score" sort_ascending="false" /> |
531 | <column label="" name="type" width="-1" /> | 590 | <column label="" name="type" width="-1" /> |
532 | <column label="Name" name="name" width="184" /> | 591 | <column label="Name" name="name" dynamicwidth="true" /> |
533 | <column label="Members" name="members" width="100" halign="right" sort_ascending="false" /> | 592 | <column label="Members" name="members" width="100" halign="left" sort_ascending="false" /> |
534 | <column label="" name="score" width="-1"/> | 593 | <column label="" name="score" width="-1"/> |
535 | </scroll_list> | 594 | </scroll_list> |
536 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 595 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
@@ -538,15 +597,60 @@ To buy direct, visit the land and click on the place name in the title bar. | |||
538 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | 597 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" |
539 | mouse_opaque="true" name="result_text" v_pad="0" width="328" /> | 598 | mouse_opaque="true" name="result_text" v_pad="0" width="328" /> |
540 | </panel> | 599 | </panel> |
600 | <panel border="true" bottom="-549" follows="left|top|right|bottom" height="533" | ||
601 | label="All (old)" left="1" mouse_opaque="false" | ||
602 | name="find_all_old_panel" width="778"> | ||
603 | <button bottom="-533" follows="left|bottom" font="SansSerif" halign="center" | ||
604 | height="20" label="< Prev" label_selected="< Prev" left="80" | ||
605 | mouse_opaque="true" name="< Prev" width="60" /> | ||
606 | <button bottom="-533" follows="left|bottom" font="SansSerif" halign="center" | ||
607 | height="20" label="Next >" label_selected="Next >" | ||
608 | mouse_opaque="true" name="Next >" width="60" /> | ||
609 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
610 | bottom="-24" drop_shadow_visible="true" follows="left|top" font="SansSerif" | ||
611 | h_pad="0" halign="left" height="16" left="4" mouse_opaque="true" | ||
612 | name="find" v_pad="0" width="50"> | ||
613 | Find: | ||
614 | </text> | ||
615 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-24" | ||
616 | follows="left|top" font="SansSerif" height="18" left_delta="38" | ||
617 | max_length="63" mouse_opaque="true" name="name" width="128" /> | ||
618 | <button bottom="-26" follows="left|top" font="SansSerif" halign="center" height="20" | ||
619 | label="Search" label_selected="Search" left_delta="136" mouse_opaque="true" | ||
620 | name="Search" width="70" /> | ||
621 | <check_box bottom="-22" control_name="ShowMatureFindAll" follows="left|top" | ||
622 | font="SansSerifSmall" height="16" initial_value="false" | ||
623 | label="Include Mature content" left_delta="78" mouse_opaque="true" | ||
624 | name="incmature" width="156" /> | ||
625 | <scroll_list background_visible="false" bottom="-513" column_padding="0" draw_border="true" | ||
626 | draw_heading="false" fg_disable_color="1, 1, 1, 1" | ||
627 | fg_selected_color="1, 1, 1, 1" fg_unselected_color="1, 1, 1, 1" | ||
628 | follows="left|top|right|bottom" height="464" left="4" mouse_opaque="true" | ||
629 | multi_select="false" name="results" search_column="1" width="339"> | ||
630 | <column label="" name="icon" width="24" /> | ||
631 | <column label="Name" name="name" width="235" /> | ||
632 | <column label="Price" name="price" width="90" /> | ||
633 | <column label="Time (PT)" name="date" width="90" /> | ||
634 | <column label="Time" name="time" width="-1" /> | ||
635 | <column label="Traffic" name="dwell" width="90" /> | ||
636 | <column label="Area" name="area" width="90" /> | ||
637 | <column label="L$/sq.m" name="per_meter" width="90" /> | ||
638 | <column label="Online" name="online" width="90" /> | ||
639 | <column label="Members" name="members" width="90" /> | ||
640 | </scroll_list> | ||
641 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
642 | bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom" | ||
643 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="4" | ||
644 | mouse_opaque="true" name="result_text" v_pad="0" width="328" /> | ||
645 | </panel> | ||
541 | </tab_container> | 646 | </tab_container> |
542 | <panel bottom="0" height="470" left="340" name="classified_details_panel" width="440" /> | 647 | <panel follows="right|top" bottom="-560" height="470" left="340" name="classified_details_panel" width="440" /> |
543 | <panel bottom="-550" height="486" left="350" name="Panel Avatar" width="430" /> | 648 | <panel follows="right|top" bottom="-560" height="486" left="350" name="Panel Avatar" width="430" /> |
544 | <panel bottom="0" height="470" left="340" name="event_details_panel" width="440" /> | 649 | <panel follows="right|top" bottom="-560" height="470" left="340" name="event_details_panel" width="440" /> |
545 | <panel bottom="0" height="515" left="350" name="group_details_panel_holder" | 650 | <panel follows="right|top" bottom="-580" height="515" left="350" name="group_details_panel_holder" width="430"> |
546 | width="430"> | 651 | <panel follows="right|top" bottom="0" height="470" left="0" name="group_details_panel" width="430" /> |
547 | <panel bottom="0" height="470" left="0" name="group_details_panel" width="430" /> | ||
548 | </panel> | 652 | </panel> |
549 | <panel bottom="20" height="470" left="340" name="place_details_panel" width="440" /> | 653 | <panel follows="right|top" bottom="20" height="470" left="340" name="place_details_panel" width="440" /> |
550 | <panel bottom="20" height="470" left="385" name="place_details_small_panel" | 654 | <panel follows="right|top" bottom="20" height="470" left="385" name="place_details_small_panel" |
551 | width="395" /> | 655 | width="395" /> |
552 | </floater> | 656 | </floater> |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_html_help.xml b/linden/indra/newview/skins/xui/en-us/floater_html_help.xml index fa5a7db..91c0873 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_html_help.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_html_help.xml | |||
@@ -5,15 +5,21 @@ | |||
5 | <button bottom="-45" follows="top|left" font="SansSerifSmall" height="20" label="Back" | 5 | <button bottom="-45" follows="top|left" font="SansSerifSmall" height="20" label="Back" |
6 | left="15" name="back_btn" width="70" /> | 6 | left="15" name="back_btn" width="70" /> |
7 | <button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20" | 7 | <button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20" |
8 | label="Home" left_delta="75" name="home_btn" width="70" /> | ||
9 | <button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20" | ||
10 | label="Forward" left_delta="75" name="forward_btn" width="70" /> | 8 | label="Forward" left_delta="75" name="forward_btn" width="70" /> |
11 | <button bottom="10" follows="bottom|right" font="SansSerifSmall" height="20" | 9 | <button bottom_delta="0" follows="top|left" font="SansSerifSmall" height="20" |
12 | label="Close" name="close_btn" right="-10" width="50" /> | 10 | label="Home" left_delta="75" name="home_btn" width="70" /> |
13 | <web_browser bottom="40" follows="top|left|bottom|right" font="SansSerifSmall" left="15" | 11 | <text bottom_delta="5" |
14 | name="html_help_browser" right="-15" top="-55" start_url="http://secondlife.com/app/help/" /> | 12 | follows="top|left|right" |
15 | <text bottom="5" follows="bottom|left|right" left="15" name="status_text" right="-70" | 13 | left_delta="100" |
16 | top="25"> | 14 | name="status_text" |
17 | Done | 15 | right="-5" |
16 | height="16"> | ||
17 | Ready | ||
18 | </text> | 18 | </text> |
19 | <web_browser name="html_help_browser" | ||
20 | bottom="10" | ||
21 | follows="top|left|bottom|right" | ||
22 | font="SansSerifSmall" | ||
23 | left="15" | ||
24 | right="-15" top="-55" start_url="http://secondlife.com/app/help/" /> | ||
19 | </floater> | 25 | </floater> |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_lagmeter.xml b/linden/indra/newview/skins/xui/en-us/floater_lagmeter.xml index 0aa42cb..9e2c410 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_lagmeter.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_lagmeter.xml | |||
@@ -362,7 +362,7 @@ | |||
362 | 600 | 362 | 600 |
363 | </text> | 363 | </text> |
364 | <text hidden="true" name="network_ping_warning_ms"> | 364 | <text hidden="true" name="network_ping_warning_ms"> |
365 | 250 | 365 | 300 |
366 | </text> | 366 | </text> |
367 | <text hidden="true" name="network_ping_critical_msg"> | 367 | <text hidden="true" name="network_ping_critical_msg"> |
368 | Connection ping time is over [NETWORK_PING_CRITICAL] ms | 368 | Connection ping time is over [NETWORK_PING_CRITICAL] ms |
@@ -423,4 +423,4 @@ | |||
423 | <text hidden="true" name="bigger_label"> | 423 | <text hidden="true" name="bigger_label"> |
424 | << | 424 | << |
425 | </text> | 425 | </text> |
426 | </floater> \ No newline at end of file | 426 | </floater> |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_landmark_ctrl.xml b/linden/indra/newview/skins/xui/en-us/floater_landmark_ctrl.xml new file mode 100644 index 0000000..07a709a --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/floater_landmark_ctrl.xml | |||
@@ -0,0 +1,40 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater bottom="-516" can_close="true" can_drag_on_left="false" can_minimize="false" | ||
3 | can_resize="true" can_tear_off="true" enabled="true" height="320" | ||
4 | hidden="false" left="478" min_height="310" min_width="241" rect_control="FloaterLandmarkRect" | ||
5 | mouse_opaque="true" name="landmarkpicker" title="Organize: Landmarks" width="310"> | ||
6 | <check_box bottom="-44" enabled="true" follows="left|top" font="SansSerifSmall" | ||
7 | height="24" hidden="false" initial_value="true" label="Show Folders" | ||
8 | left="175" mouse_opaque="true" name="show_folders_check" | ||
9 | radio_style="false" width="201" /> | ||
10 | <search_editor bottom="-36" enabled="true" follows="left|top" height="16" hidden="false" | ||
11 | left="20" mouse_opaque="true" name="inventory search editor" width="231" /> | ||
12 | <inventory_panel allow_multi_select="false" border="true" bottom="-256" enabled="true" | ||
13 | follows="left|top|right|bottom" height="216" hidden="false" left="20" | ||
14 | mouse_opaque="true" name="inventory panel" | ||
15 | sort_order="TexturePickerSortOrder" width="231" /> | ||
16 | <button bottom="-282" enabled="true" follows="bottom" font="SansSerif" | ||
17 | halign="center" height="20" hidden="false" label="New" | ||
18 | label_selected="New" left="20" mouse_opaque="true" name="New" | ||
19 | scale_image="true" width="100" /> | ||
20 | <button bottom="-282" enabled="true" follows="bottom" font="SansSerif" | ||
21 | halign="center" height="20" hidden="false" label="Rename" | ||
22 | label_selected="Rename" left="125" mouse_opaque="true" name="Rename" | ||
23 | scale_image="true" width="100" /> | ||
24 | <button bottom="-282" enabled="true" follows="bottom" font="SansSerif" | ||
25 | halign="center" height="20" hidden="false" label="New Folder" | ||
26 | label_selected="New Folder" left="230" mouse_opaque="true" name="NewFolder" | ||
27 | scale_image="true" width="100" /> | ||
28 | <button bottom="-307" enabled="true" follows="bottom" font="SansSerif" | ||
29 | halign="center" height="20" hidden="false" label="Edit" | ||
30 | label_selected="Edit" left="20" mouse_opaque="true" name="Edit" | ||
31 | scale_image="true" width="100" /> | ||
32 | <button bottom="-307" enabled="true" follows="bottom" font="SansSerif" | ||
33 | halign="center" height="20" hidden="false" label="Delete" | ||
34 | label_selected="Delete" left="125" mouse_opaque="true" name="Delete" | ||
35 | scale_image="true" width="100" /> | ||
36 | <button bottom="-307" enabled="true" follows="bottom" font="SansSerif" | ||
37 | halign="center" height="20" hidden="false" label="Close" | ||
38 | label_selected="Close" left="230" mouse_opaque="true" name="Close" | ||
39 | scale_image="true" width="100" /> | ||
40 | </floater> | ||
diff --git a/linden/indra/newview/skins/xui/en-us/floater_preview_classified.xml b/linden/indra/newview/skins/xui/en-us/floater_preview_classified.xml new file mode 100644 index 0000000..5a6e739 --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/floater_preview_classified.xml | |||
@@ -0,0 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater bottom="-311" can_close="true" can_drag_on_left="false" can_minimize="true" | ||
3 | can_resize="false" enabled="true" height="510" hidden="false" left="242" | ||
4 | min_height="480" min_width="450" mouse_opaque="true" | ||
5 | name="classified_preview" width="440" title="Classified Information" rect_control="PreviewClassifiedRect"> | ||
6 | <panel follows="bottom|left" bottom="20" height="470" left="0" name="classified_details_panel" width="440" /> | ||
7 | |||
8 | </floater> | ||
diff --git a/linden/indra/newview/skins/xui/en-us/floater_preview_event.xml b/linden/indra/newview/skins/xui/en-us/floater_preview_event.xml new file mode 100644 index 0000000..2eaebfe --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/floater_preview_event.xml | |||
@@ -0,0 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater bottom="-311" can_close="true" can_drag_on_left="false" can_minimize="true" | ||
3 | can_resize="false" enabled="true" height="510" hidden="false" left="242" | ||
4 | min_height="480" min_width="450" mouse_opaque="true" | ||
5 | name="event_preview" width="440" title="Event Information" rect_control="PreviewEventRect"> | ||
6 | <panel follows="bottom|left" bottom="20" height="470" left="0" name="event_details_panel" width="440" /> | ||
7 | |||
8 | </floater> | ||
diff --git a/linden/indra/newview/skins/xui/en-us/floater_preview_existing_landmark.xml b/linden/indra/newview/skins/xui/en-us/floater_preview_existing_landmark.xml index 7d7d435..cbf5da4 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_preview_existing_landmark.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_preview_existing_landmark.xml | |||
@@ -1,28 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <floater bottom="-311" can_close="true" can_drag_on_left="false" can_minimize="true" | 2 | <floater bottom="-311" can_close="true" can_drag_on_left="false" can_minimize="true" |
3 | can_resize="false" enabled="true" height="90" hidden="false" left="242" | 3 | can_resize="false" enabled="true" height="495" hidden="false" left="242" |
4 | min_height="90" min_width="300" mouse_opaque="true" | 4 | min_height="510" min_width="460" mouse_opaque="true" |
5 | name="existing_landmark_preview" width="300"> | 5 | name="existing_landmark_preview" width="440"> |
6 | <line_editor bevel_style="in" border_style="line" border_thickness="1" bottom="-43" | 6 | <panel follows="bottom|left" bottom="0" height="475" left="0" name="place_details_panel" width="440" /> |
7 | enabled="true" follows="left|top|right" font="SansSerif" | 7 | |
8 | handle_edit_keys_directly="false" height="19" hidden="false" left="13" | ||
9 | max_length="127" mouse_opaque="true" name="desc" | ||
10 | select_all_on_focus_received="false" select_on_focus="false" width="274" /> | ||
11 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
12 | bottom="-38" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
13 | font="SansSerif" h_pad="0" halign="left" height="19" hidden="false" | ||
14 | left="13" mouse_opaque="true" name="desc txt" v_pad="0" width="80"> | ||
15 | Description: | ||
16 | </text> | ||
17 | <icon bottom="-21" color="1 1 1 1" enabled="true" follows="left|top" height="16" | ||
18 | hidden="false" image_name="inv_item_landmark_visited.tga" left="5" | ||
19 | mouse_opaque="true" name="icon_landmark" width="16" /> | ||
20 | <button bottom="-77" enabled="true" follows="left|bottom" font="SansSerif" | ||
21 | halign="center" height="20" hidden="false" label="Teleport" | ||
22 | label_selected="" left="13" mouse_opaque="true" name="Teleport btn" | ||
23 | width="100" /> | ||
24 | <button bottom="-77" enabled="true" follows="left|bottom" font="SansSerif" | ||
25 | halign="center" height="20" hidden="false" label="Show on Map" | ||
26 | label_selected="" left="126" mouse_opaque="true" name="Show on Map btn" | ||
27 | width="100" /> | ||
28 | </floater> | 8 | </floater> |
diff --git a/linden/indra/newview/skins/xui/en-us/floater_preview_url.xml b/linden/indra/newview/skins/xui/en-us/floater_preview_url.xml new file mode 100644 index 0000000..fcc04c5 --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/floater_preview_url.xml | |||
@@ -0,0 +1,8 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater bottom="-311" can_close="true" can_drag_on_left="false" can_minimize="true" | ||
3 | can_resize="false" enabled="true" height="495" hidden="false" left="242" | ||
4 | mouse_opaque="true" | ||
5 | name="url_preview" width="440" title="Place Information" rect_control="PreviewURLRect"> | ||
6 | <panel follows="bottom|left" bottom="0" height="475" left="0" name="place_details_panel" width="440" /> | ||
7 | |||
8 | </floater> | ||
diff --git a/linden/indra/newview/skins/xui/en-us/floater_tools.xml b/linden/indra/newview/skins/xui/en-us/floater_tools.xml index a2ad5f1..cb237fa 100644 --- a/linden/indra/newview/skins/xui/en-us/floater_tools.xml +++ b/linden/indra/newview/skins/xui/en-us/floater_tools.xml | |||
@@ -426,7 +426,7 @@ | |||
426 | hidden="false" initial_value="false" label="Allow anyone to copy" left="10" | 426 | hidden="false" initial_value="false" label="Allow anyone to copy" left="10" |
427 | mouse_opaque="true" name="checkbox allow everyone copy" width="141" /> | 427 | mouse_opaque="true" name="checkbox allow everyone copy" width="141" /> |
428 | <check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" | 428 | <check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" |
429 | initial_value="false" label="Show in Search" left="10" | 429 | initial_value="false" label="Show in search" left="10" |
430 | name="search_check" tool_tip="Let people see this object in search results" width="78" /> | 430 | name="search_check" tool_tip="Let people see this object in search results" width="78" /> |
431 | <check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" | 431 | <check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" |
432 | hidden="false" initial_value="false" label="For Sale" left="10" | 432 | hidden="false" initial_value="false" label="For Sale" left="10" |
diff --git a/linden/indra/newview/skins/xui/en-us/menu_inventory.xml b/linden/indra/newview/skins/xui/en-us/menu_inventory.xml index a57a8b6..c13b81e 100644 --- a/linden/indra/newview/skins/xui/en-us/menu_inventory.xml +++ b/linden/indra/newview/skins/xui/en-us/menu_inventory.xml | |||
@@ -184,9 +184,9 @@ | |||
184 | <on_click filter="" function="Inventory.DoToSelected" userdata="open" /> | 184 | <on_click filter="" function="Inventory.DoToSelected" userdata="open" /> |
185 | </menu_item_call> | 185 | </menu_item_call> |
186 | <menu_item_separator name="Landmark Separator" /> | 186 | <menu_item_separator name="Landmark Separator" /> |
187 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Teleport To Landmark" | 187 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="About Landmark" |
188 | left="0" mouse_opaque="true" name="Teleport To Landmark" width="128"> | 188 | left="0" mouse_opaque="true" name="Teleport To Landmark" width="128"> |
189 | <on_click filter="" function="Inventory.DoToSelected" userdata="teleport" /> | 189 | <on_click filter="" function="Inventory.DoToSelected" userdata="about" /> |
190 | </menu_item_call> | 190 | </menu_item_call> |
191 | <menu_item_separator name="Animation Separator" /> | 191 | <menu_item_separator name="Animation Separator" /> |
192 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Play in World" left="0" | 192 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Play in World" left="0" |
diff --git a/linden/indra/newview/skins/xui/en-us/menu_slurl.xml b/linden/indra/newview/skins/xui/en-us/menu_slurl.xml new file mode 100644 index 0000000..0682334 --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/menu_slurl.xml | |||
@@ -0,0 +1,17 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <menu bottom="100" color="0, 0, 0, 1" drop_shadow="true" height="101" hidden="false" | ||
3 | left="100" mouse_opaque="false" name="Popup" opaque="true" width="128"> | ||
4 | <menu_item_separator name="Landmark Separator" /> | ||
5 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="About URL" | ||
6 | left="0" mouse_opaque="true" name="about_url" width="128"> | ||
7 | <on_click filter="" function="Inventory.DoToSelected" userdata="about" /> | ||
8 | </menu_item_call> | ||
9 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Teleport to URL" | ||
10 | left="0" mouse_opaque="true" name="teleport_to_url" width="128"> | ||
11 | <on_click filter="" function="Inventory.DoToSelected" userdata="about" /> | ||
12 | </menu_item_call> | ||
13 | <menu_item_call bottom_delta="-18" height="18" hidden="false" label="Show on Map" | ||
14 | left="0" mouse_opaque="true" name="show_on_map" width="128"> | ||
15 | <on_click filter="" function="Inventory.DoToSelected" userdata="about" /> | ||
16 | </menu_item_call> | ||
17 | </menu> | ||
diff --git a/linden/indra/newview/skins/xui/en-us/menu_viewer.xml b/linden/indra/newview/skins/xui/en-us/menu_viewer.xml index cb6835c..3b289d4 100644 --- a/linden/indra/newview/skins/xui/en-us/menu_viewer.xml +++ b/linden/indra/newview/skins/xui/en-us/menu_viewer.xml | |||
@@ -810,7 +810,7 @@ | |||
810 | left="0" mouse_opaque="true" name="separator7" width="250" /> | 810 | left="0" mouse_opaque="true" name="separator7" width="250" /> |
811 | <menu bottom="-554" drop_shadow="true" enabled="true" height="109" | 811 | <menu bottom="-554" drop_shadow="true" enabled="true" height="109" |
812 | hidden="false" label="Bug Reporting" left="0" mouse_opaque="false" | 812 | hidden="false" label="Bug Reporting" left="0" mouse_opaque="false" |
813 | name="Select Tool" opaque="true" tear_off="true" create_jump_keys="true" | 813 | name="Bug Reporting" opaque="true" tear_off="true" create_jump_keys="true" |
814 | width="118"> | 814 | width="118"> |
815 | <menu_item_call bottom="-94" enabled="true" height="19" hidden="false" | 815 | <menu_item_call bottom="-94" enabled="true" height="19" hidden="false" |
816 | label="Public Issue Tracker..." left="0" mouse_opaque="true" | 816 | label="Public Issue Tracker..." left="0" mouse_opaque="true" |
diff --git a/linden/indra/newview/skins/xui/en-us/notify.xml b/linden/indra/newview/skins/xui/en-us/notify.xml index 5bf5c78..ad9e049 100644 --- a/linden/indra/newview/skins/xui/en-us/notify.xml +++ b/linden/indra/newview/skins/xui/en-us/notify.xml | |||
@@ -960,6 +960,11 @@ Click Accept to join the call or Decline to decline the invitation. Click Mute t | |||
960 | [VOICE_CHANNEL_NAME] is not available to take your call. You will now be reconnected to spatial voice chat. | 960 | [VOICE_CHANNEL_NAME] is not available to take your call. You will now be reconnected to spatial voice chat. |
961 | </message> | 961 | </message> |
962 | </notify> | 962 | </notify> |
963 | <notify name="VoiceChannelJoinFailed" tip="true" unique="true"> | ||
964 | <message name="message"> | ||
965 | Failed to connect to [VOICE_CHANNEL_NAME], please try again later. You will now be reconnected to spatial voice chat. | ||
966 | </message> | ||
967 | </notify> | ||
963 | <notify name="VoiceLoginRetry" tip="true" unique="true" duration="10"> | 968 | <notify name="VoiceLoginRetry" tip="true" unique="true" duration="10"> |
964 | <message name="message"> | 969 | <message name="message"> |
965 | We are creating a voice channel for you. This may take up to one minute. | 970 | We are creating a voice channel for you. This may take up to one minute. |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_avatar.xml b/linden/indra/newview/skins/xui/en-us/panel_avatar.xml index 2e16380..fa64706 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_avatar.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_avatar.xml | |||
@@ -62,7 +62,7 @@ | |||
62 | mouse_opaque="true" name="label2" v_pad="0" width="121"> | 62 | mouse_opaque="true" name="label2" v_pad="0" width="121"> |
63 | Account: | 63 | Account: |
64 | </text> | 64 | </text> |
65 | <view_border blevel_style="in" bottom_delta="-32" follows="left|top" height="32" left="279" | 65 | <view_border bevel_style="in" bottom_delta="-32" follows="left|top" height="32" left="279" |
66 | mouse_opaque="false" name="acct_border" width="121" /> | 66 | mouse_opaque="false" name="acct_border" width="121" /> |
67 | <text bg_color="0, 0, 0, 0" bg_visible="false" border_drop_shadow_visible="false" | 67 | <text bg_color="0, 0, 0, 0" bg_visible="false" border_drop_shadow_visible="false" |
68 | border_visible="true" bottom_delta="0" drop_shadow_visible="true" | 68 | border_visible="true" bottom_delta="0" drop_shadow_visible="true" |
@@ -144,7 +144,7 @@ | |||
144 | Drop inventory item here. | 144 | Drop inventory item here. |
145 | </text> | 145 | </text> |
146 | <check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" | 146 | <check_box bottom_delta="-20" follows="left|top" font="SansSerifSmall" height="16" |
147 | initial_value="false" label="Show In Search" left="75" | 147 | initial_value="false" label="Show in search" left="75" |
148 | mouse_opaque="true" name="allow_publish" | 148 | mouse_opaque="true" name="allow_publish" |
149 | tool_tip="Publish extra profile information such as description and image in Search." width="130" /> | 149 | tool_tip="Publish extra profile information such as description and image in Search." width="130" /> |
150 | <button bottom="-423" follows="left|top" font="SansSerif" halign="center" height="16" | 150 | <button bottom="-423" follows="left|top" font="SansSerif" halign="center" height="16" |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_group_general.xml b/linden/indra/newview/skins/xui/en-us/panel_group_general.xml index 05252ab..fb1e082 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_group_general.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_group_general.xml | |||
@@ -79,25 +79,25 @@ Hover your mouse over the options for more help. | |||
79 | bottom_delta="-104" follows="left|top" height="96" left_delta="0" | 79 | bottom_delta="-104" follows="left|top" height="96" left_delta="0" |
80 | mouse_opaque="true" name="preferences_container" width="404"> | 80 | mouse_opaque="true" name="preferences_container" width="404"> |
81 | <check_box bottom="-20" follows="left|top" font="SansSerifSmall" height="16" | 81 | <check_box bottom="-20" follows="left|top" font="SansSerifSmall" height="16" |
82 | initial_value="true" label="Show In Search" left="4" | 82 | initial_value="true" label="Show in search" left="4" |
83 | mouse_opaque="true" name="show_in_group_list" radio_style="false" | 83 | mouse_opaque="true" name="show_in_group_list" radio_style="false" |
84 | text_disabled_color="0.67647, 0.76275, 0.93529, 0.45" | 84 | text_disabled_color="0.67647, 0.76275, 0.93529, 0.45" |
85 | tool_tip="Let people see this group in search results." | 85 | tool_tip="Let people see this group in search results." |
86 | width="95" /> | 86 | width="95" /> |
87 | <check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" | 87 | <check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" |
88 | initial_value="false" label="Mature Group" left_delta="0" mouse_opaque="true" | 88 | initial_value="false" label="Mature group" left_delta="0" mouse_opaque="true" |
89 | name="mature" radio_style="false" | 89 | name="mature" radio_style="false" |
90 | text_disabled_color="0.67647, 0.76275, 0.93529, 0.45" | 90 | text_disabled_color="0.67647, 0.76275, 0.93529, 0.45" |
91 | tool_tip="Sets whether your group information is considered mature." | 91 | tool_tip="Sets whether your group information is considered mature." |
92 | visible="true" width="95" /> | 92 | visible="true" width="95" /> |
93 | <check_box bottom_delta="-18" follows="right|top" font="SansSerifSmall" height="16" | 93 | <check_box bottom_delta="-18" follows="right|top" font="SansSerifSmall" height="16" |
94 | initial_value="false" label="Open Enrollment" left="4" | 94 | initial_value="false" label="Open enrollment" left="4" |
95 | mouse_opaque="true" name="open_enrollement" radio_style="false" | 95 | mouse_opaque="true" name="open_enrollement" radio_style="false" |
96 | text_disabled_color="0.67647, 0.76275, 0.93529, 0.45" | 96 | text_disabled_color="0.67647, 0.76275, 0.93529, 0.45" |
97 | tool_tip="Sets whether this group allows new members to join without being invited." | 97 | tool_tip="Sets whether this group allows new members to join without being invited." |
98 | width="95" /> | 98 | width="95" /> |
99 | <check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" | 99 | <check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" |
100 | initial_value="false" label="Enrollment Fee: L$" left_delta="16" | 100 | initial_value="false" label="Enrollment fee: L$" left_delta="16" |
101 | max_length="5" mouse_opaque="true" name="check_enrollment_fee" | 101 | max_length="5" mouse_opaque="true" name="check_enrollment_fee" |
102 | radio_style="false" text_disabled_color="0.67647, 0.76275, 0.93529, 0.45" | 102 | radio_style="false" text_disabled_color="0.67647, 0.76275, 0.93529, 0.45" |
103 | tool_tip="Sets whether to require an enrollment fee to join the group." | 103 | tool_tip="Sets whether to require an enrollment fee to join the group." |
@@ -121,12 +121,12 @@ Hover your mouse over the options for more help. | |||
121 | tool_tip="Sets the title that appears in your avatar's name tag when this group is active." /> | 121 | tool_tip="Sets the title that appears in your avatar's name tag when this group is active." /> |
122 | </panel> | 122 | </panel> |
123 | <check_box follows="left|top" font="SansSerifSmall" height="16" bottom_delta="-25" | 123 | <check_box follows="left|top" font="SansSerifSmall" height="16" bottom_delta="-25" |
124 | initial_value="false" label="Receive Group Notices" left_delta="0" | 124 | initial_value="false" label="Receive group notices" left_delta="0" |
125 | mouse_opaque="true" name="receive_notices" radio_style="false" | 125 | mouse_opaque="true" name="receive_notices" radio_style="false" |
126 | tool_tip="Sets whether you want to receive Notices from this group. Uncheck this box if this group is spamming you." | 126 | tool_tip="Sets whether you want to receive Notices from this group. Uncheck this box if this group is spamming you." |
127 | width="95" /> | 127 | width="95" /> |
128 | <check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" | 128 | <check_box bottom_delta="-18" follows="left|top" font="SansSerifSmall" height="16" |
129 | initial_value="false" label="List Group in Profile" left_delta="0" | 129 | initial_value="false" label="List group in my profile" left_delta="0" |
130 | mouse_opaque="true" name="list_groups_in_profile" radio_style="false" | 130 | mouse_opaque="true" name="list_groups_in_profile" radio_style="false" |
131 | tool_tip="Sets whether you want to list this group in your Profile" | 131 | tool_tip="Sets whether you want to list this group in your Profile" |
132 | width="95" /> | 132 | width="95" /> |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_place.xml b/linden/indra/newview/skins/xui/en-us/panel_place.xml index 06efe6c..479e8be 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_place.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_place.xml | |||
@@ -1,29 +1,53 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <panel border="false" bottom="20" can_close="true" can_minimize="true" | 2 | <panel border="false" bottom="20" can_close="true" can_minimize="true" |
3 | can_resize="false" follows="bottom|left" height="470" left="330" | 3 | can_resize="false" follows="bottom|left" height="400" left="330" |
4 | name="Place" title="Place" width="450"> | 4 | name="Place" title="Place" width="450"> |
5 | <texture_picker bottom="-315" follows="left|top" height="300" left="20" name="snapshot_ctrl" | 5 | <texture_picker bottom="95" follows="left|top" height="300" left="20" name="snapshot_ctrl" |
6 | width="400" /> | 6 | width="400" /> |
7 | <line_editor bg_readonly_color="clear" bottom_delta="-8" enabled="false" follows="left|top" | 7 | <text bottom_delta="-10" follows="left|top" |
8 | font="SansSerif" height="20" left="20" name="name_editor" | 8 | font="SansSerif" height="20" left="20"> |
9 | text_readonly_color="white" width="400" /> | 9 | Name: |
10 | <text_editor bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerif" | 10 | </text> |
11 | <text bottom_delta="0" follows="left|top" | ||
12 | font="SansSerif" height="20" left="60" name="name_editor" | ||
13 | text_color="white" | ||
14 | width="361" /> | ||
15 | |||
16 | <text bottom_delta="-20" follows="left|top" | ||
17 | font="SansSerif" height="20" left="20"> | ||
18 | Description: | ||
19 | </text> | ||
20 | <text_editor bottom_delta="-68" bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerif" | ||
11 | height="70" left="20" max_length="1023" name="desc_editor" | 21 | height="70" left="20" max_length="1023" name="desc_editor" |
12 | text_readonly_color="white" width="400" word_wrap="true" /> | 22 | text_readonly_color="white" width="400" word_wrap="true"></text_editor> |
13 | <line_editor bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerif" | 23 | |
14 | height="20" left="20" name="info_editor" text_readonly_color="white" | 24 | <text bottom_delta="-25" follows="left|top" |
15 | width="400" /> | 25 | font="SansSerif" height="20" left="20"> |
16 | <line_editor bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerif" | 26 | Information: |
17 | height="20" left="20" name="location_editor" text_readonly_color="white" | 27 | </text> |
18 | width="400" /> | 28 | <text bottom_delta="0" follows="left|top" font="SansSerif" |
19 | <button bottom_delta="-30" follows="left|top" height="20" label="Teleport" left="20" | 29 | text_color="white" |
20 | name="teleport_btn" width="120" /> | 30 | height="20" left="95" name="info_editor" width="328" /> |
21 | <button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="150" | 31 | |
32 | <text bottom_delta="-20" follows="left|top" | ||
33 | font="SansSerif" height="20" left="20"> | ||
34 | Location: | ||
35 | </text> | ||
36 | <text bottom_delta="0" follows="left|top" font="SansSerif" | ||
37 | height="20" left="95" name="location_editor" | ||
38 | width="342" text_color="white" /> | ||
39 | |||
40 | <button bottom_delta="-20" follows="left|top" height="20" label="Teleport" left="20" | ||
41 | name="teleport_btn" width="100" /> | ||
42 | <button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="130" | ||
22 | name="map_btn" width="100" /> | 43 | name="map_btn" width="100" /> |
23 | <button bottom_delta="0" follows="left|top" height="20" label="Bids..." left="275" | 44 | <button bottom_delta="0" follows="left|top" height="20" label="Bids..." left="275" |
24 | name="auction_btn" width="80" /> | 45 | name="auction_btn" width="80" /> |
25 | <string name="traffic_text">Traffic: [TRAFFIC]</string> | 46 | <string name="traffic_text">Traffic: [TRAFFIC] </string> |
26 | <string name="area_text">, Area: [AREA] sq. m.</string> | 47 | <string name="area_text"> Area: [AREA] sq. m. </string> |
27 | <string name="forsale_text">, For Sale for L$ [PRICE]</string> | 48 | <string name="forsale_text"> For Sale for L$ [PRICE] </string> |
28 | <string name="auction_text">, Auction ID [ID].</string> | 49 | <string name="auction_text"> Auction ID [ID]. </string> |
50 | <text hidden="true" name="server_update_text">Place information not available without server update.</text> | ||
51 | <text hidden="true" name="server_error_text">Information about this location is unavailable at this time, please try again later.</text> | ||
52 | <text hidden="true" name="server_forbidden_text">Information about this location is unavailable due to access restrictions. Please check your permissions with the parcel owner.</text> | ||
29 | </panel> | 53 | </panel> |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_place_small.xml b/linden/indra/newview/skins/xui/en-us/panel_place_small.xml index f7523df..0b846f1 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_place_small.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_place_small.xml | |||
@@ -1,29 +1,53 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <panel border="false" bottom="20" can_close="true" can_minimize="true" | 2 | <panel border="false" bottom="20" can_close="true" can_minimize="true" |
3 | can_resize="false" follows="bottom|left" height="470" left="380" | 3 | can_resize="false" follows="bottom|left" height="400" left="380" |
4 | name="Place" title="Place" width="450"> | 4 | name="Place" title="Place" width="450"> |
5 | <texture_picker bottom="-285" follows="left|top" height="270" left="20" name="snapshot_ctrl" | 5 | <texture_picker bottom="-274" follows="left|top" height="270" left="20" name="snapshot_ctrl" |
6 | width="360" /> | 6 | width="360" /> |
7 | <line_editor bg_readonly_color="clear" bottom_delta="-8" enabled="false" follows="left|top" | 7 | <text bottom_delta="-12" follows="left|top" |
8 | font="SansSerif" height="20" left="20" name="name_editor" | 8 | font="SansSerif" height="20" left="20"> |
9 | text_readonly_color="white" width="360" /> | 9 | Name: |
10 | <text_editor bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerif" | 10 | </text> |
11 | <text bottom_delta="0" follows="left|top" | ||
12 | font="SansSerif" height="20" left="60" name="name_editor" | ||
13 | text_color="white" | ||
14 | width="320" /> | ||
15 | |||
16 | <text bottom_delta="-24" follows="left|top" | ||
17 | font="SansSerif" height="20" left="20"> | ||
18 | Description: | ||
19 | </text> | ||
20 | <text_editor bottom_delta="-68" bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerif" | ||
11 | height="70" left="20" max_length="1023" name="desc_editor" | 21 | height="70" left="20" max_length="1023" name="desc_editor" |
12 | text_readonly_color="white" width="360" word_wrap="true" /> | 22 | text_readonly_color="white" width="360" word_wrap="true"></text_editor> |
13 | <line_editor bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerif" | 23 | |
14 | height="20" left="20" name="info_editor" text_readonly_color="white" | 24 | <text bottom_delta="-30" follows="left|top" |
15 | width="360" /> | 25 | font="SansSerif" height="20" left="20"> |
16 | <line_editor bg_readonly_color="clear" enabled="false" follows="left|top" font="SansSerif" | 26 | Information: |
17 | height="20" left="20" name="location_editor" text_readonly_color="white" | 27 | </text> |
18 | width="360" /> | 28 | <text bottom_delta="0" follows="left|top" font="SansSerif" |
19 | <button bottom_delta="-30" follows="left|top" height="20" label="Teleport" left="20" | 29 | text_color="white" |
30 | height="20" left="95" name="info_editor" width="328" /> | ||
31 | |||
32 | <text bottom_delta="-30" follows="left|top" | ||
33 | font="SansSerif" height="20" left="20"> | ||
34 | Location: | ||
35 | </text> | ||
36 | <text bottom_delta="0" follows="left|top" font="SansSerif" | ||
37 | height="20" left="95" name="location_editor" | ||
38 | width="342" text_color="white" /> | ||
39 | |||
40 | <button bottom_delta="-25" follows="left|top" height="20" label="Teleport" left="20" | ||
20 | name="teleport_btn" width="100" /> | 41 | name="teleport_btn" width="100" /> |
21 | <button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="125" | 42 | <button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="130" |
22 | name="map_btn" width="100" /> | 43 | name="map_btn" width="100" /> |
23 | <button bottom_delta="0" follows="left|top" height="20" label="Bids..." left="275" | 44 | <button bottom_delta="0" follows="left|top" height="20" label="Bids..." left="275" |
24 | name="auction_btn" width="80" /> | 45 | name="auction_btn" width="80" /> |
25 | <string name="traffic_text">Traffic: [TRAFFIC]</string> | 46 | <string name="traffic_text">Traffic: [TRAFFIC] </string> |
26 | <string name="area_text">, Area: [AREA] sq. m.</string> | 47 | <string name="area_text"> Area: [AREA] sq. m. </string> |
27 | <string name="forsale_text">, For Sale for L$ [PRICE]</string> | 48 | <string name="forsale_text"> For Sale for L$ [PRICE] </string> |
28 | <string name="auction_text">, Auction ID [ID].</string> | 49 | <string name="auction_text"> Auction ID [ID]. </string> |
50 | <text hidden="true" name="server_update_text">Place information not available without server update.</text> | ||
51 | <text hidden="true" name="server_error_text">Information about this location is unavailable at this time, please try again later.</text> | ||
52 | <text hidden="true" name="server_forbidden_text">Information about this location is unavailable due to access restrictions. Please check your permissions with the parcel owner.</text> | ||
29 | </panel> | 53 | </panel> |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_preferences_LCD.xml b/linden/indra/newview/skins/xui/en-us/panel_preferences_LCD.xml new file mode 100644 index 0000000..bd2eeba --- /dev/null +++ b/linden/indra/newview/skins/xui/en-us/panel_preferences_LCD.xml | |||
@@ -0,0 +1,70 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" | ||
3 | height="408" hidden="false" label="Logitech LCD" left="102" | ||
4 | mouse_opaque="true" name="LCD Options" width="517"> | ||
5 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
6 | bottom="-20" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
7 | font="SansSerifSmall" h_pad="0" halign="left" height="10" hidden="false" | ||
8 | left="10" mouse_opaque="true" name="LCD Destination:" v_pad="0" | ||
9 | width="266"> | ||
10 | LCD Destination: | ||
11 | </text> | ||
12 | |||
13 | <radio_group bottom="-45" control_name="LCDDestination" draw_border="true" enabled="true" | ||
14 | follows="left|top" height="36" hidden="false" left="148" | ||
15 | mouse_opaque="true" name="LCDDestination" width="193"> | ||
16 | <radio_item type="string" length="1" bottom="-19" enabled="true" follows="left|top" height="16" hidden="false" | ||
17 | tool_tip="Display forms selected appear on Logitech G15 Keyboard LCD" | ||
18 | left="3" mouse_opaque="true" name="DestinationG15" width="463"> | ||
19 | Logitech G15 Gaming Keyboard | ||
20 | </radio_item> | ||
21 | <radio_item type="string" length="1" bottom="-35" enabled="true" follows="left|top" height="16" hidden="false" | ||
22 | tool_tip="Display forms selected appear on Logitech Z10 Speaker LCD" | ||
23 | left="3" mouse_opaque="true" name="DestinationZ10" width="463"> | ||
24 | Logitech Z10 Speakers | ||
25 | </radio_item> | ||
26 | </radio_group> | ||
27 | |||
28 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
29 | bottom="-68" drop_shadow_visible="true" enabled="true" follows="left|top" | ||
30 | font="SansSerifSmall" h_pad="0" halign="left" height="10" hidden="false" | ||
31 | left="10" mouse_opaque="true" name="LCD Display Options" v_pad="0" | ||
32 | width="266"> | ||
33 | LCD Display Options: | ||
34 | </text> | ||
35 | <check_box bottom="-72" control_name="DisplayChat" enabled="true" follows="left|top" | ||
36 | font="SansSerifSmall" height="16" hidden="false" label="Display Chat" | ||
37 | left="148" mouse_opaque="true" name="DisplayChat" radio_style="false" | ||
38 | tool_tip="Display Last Chat line in LCD Window" | ||
39 | width="128" /> | ||
40 | <check_box bottom="-90" control_name="DisplayIM" enabled="true" | ||
41 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | ||
42 | initial_value="false" label="Display IM's" | ||
43 | left="148" mouse_opaque="true" name="DisplayIM" | ||
44 | radio_style="false" | ||
45 | tool_tip="Display Last IM in LCD Window" width="242" /> | ||
46 | <check_box bottom="-108" control_name="DisplayRegion" enabled="true" | ||
47 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | ||
48 | initial_value="false" label="Show Location Information" left="148" | ||
49 | mouse_opaque="true" name="DisplayRegion" radio_style="false" | ||
50 | tool_tip="Display current location information in LCD Window" | ||
51 | width="201" /> | ||
52 | <check_box bottom="-126" control_name="DisplayLinden" enabled="true" | ||
53 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | ||
54 | initial_value="false" label="Show Account Information" left="148" | ||
55 | mouse_opaque="true" name="DisplayLinden" radio_style="false" | ||
56 | tool_tip="Display current account information in LCD Window" | ||
57 | width="201" /> | ||
58 | <check_box bottom="-144" control_name="DisplayDebug" enabled="true" | ||
59 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | ||
60 | initial_value="false" label="Display Network Comms Info" | ||
61 | left="148" mouse_opaque="true" name="DisplayDebug" | ||
62 | radio_style="false" | ||
63 | tool_tip="Display debug information in LCD Window" width="242" /> | ||
64 | <check_box bottom="-162" control_name="DisplayDebugConsole" enabled="true" | ||
65 | follows="left|top" font="SansSerifSmall" height="16" hidden="false" | ||
66 | initial_value="false" label="Display Debug Info from Console" | ||
67 | left="148" mouse_opaque="true" name="DisplayDebugConsole" | ||
68 | radio_style="false" | ||
69 | tool_tip="Display console debug information in LCD Window" width="242" /> | ||
70 | </panel> | ||
diff --git a/linden/indra/newview/skins/xui/en-us/panel_region_general.xml b/linden/indra/newview/skins/xui/en-us/panel_region_general.xml index 045be99..e02f1f6 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_region_general.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_region_general.xml | |||
@@ -35,7 +35,7 @@ | |||
35 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 35 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
36 | left="205" name="parcel_changes_help" width="18" /> | 36 | left="205" name="parcel_changes_help" width="18" /> |
37 | <check_box bottom_delta="-20" follows="left|top" height="20" | 37 | <check_box bottom_delta="-20" follows="left|top" height="20" |
38 | label="Block Parcel Search" left="10" tool_tip="Let people see this region and its parcels in | 38 | label="Block Land Show in Search" left="10" tool_tip="Let people see this region and its parcels in |
39 | search results" name="block_parcel_search_check" width="80" /> | 39 | search results" name="block_parcel_search_check" width="80" /> |
40 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" | 40 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" height="18" label="?" |
41 | left="205" name="parcel_search_help" width="18" /> | 41 | left="205" name="parcel_search_help" width="18" /> |
diff --git a/linden/indra/newview/skins/xui/en-us/panel_status_bar.xml b/linden/indra/newview/skins/xui/en-us/panel_status_bar.xml index 51338f1..30bb347 100644 --- a/linden/indra/newview/skins/xui/en-us/panel_status_bar.xml +++ b/linden/indra/newview/skins/xui/en-us/panel_status_bar.xml | |||
@@ -15,7 +15,7 @@ | |||
15 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 15 | <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
16 | bottom="-20" disabled_color="0 1 0 1" drop_shadow_visible="true" | 16 | bottom="-20" disabled_color="0 1 0 1" drop_shadow_visible="true" |
17 | enabled="true" follows="right|bottom" font="SansSerifSmall" h_pad="0" | 17 | enabled="true" follows="right|bottom" font="SansSerifSmall" h_pad="0" |
18 | halign="right" height="18" hidden="false" left="-120" mouse_opaque="true" | 18 | halign="right" height="18" hidden="false" left="-210" mouse_opaque="true" |
19 | name="BalanceText" text_color="0 1 0 1" tool_tip="Account Balance" | 19 | name="BalanceText" text_color="0 1 0 1" tool_tip="Account Balance" |
20 | v_pad="2" width="76"> | 20 | v_pad="2" width="76"> |
21 | Loading... | 21 | Loading... |
@@ -26,13 +26,13 @@ | |||
26 | image_disabled_selected="status_buy_currency_pressed.tga" | 26 | image_disabled_selected="status_buy_currency_pressed.tga" |
27 | image_selected="status_buy_currency_pressed.tga" | 27 | image_selected="status_buy_currency_pressed.tga" |
28 | image_unselected="status_buy_currency.tga" label="" label_selected="" | 28 | image_unselected="status_buy_currency.tga" label="" label_selected="" |
29 | left="-120" mouse_opaque="true" name="buycurrency" scale_image="true" | 29 | left="-210" mouse_opaque="true" name="buycurrency" scale_image="true" |
30 | tool_tip="Buy currency" width="16" /> | 30 | tool_tip="Buy currency" width="16" /> |
31 | <text type="string" length="12" bg_visible="false" border_drop_shadow_visible="false" | 31 | <text type="string" length="12" bg_visible="false" border_drop_shadow_visible="false" |
32 | border_visible="false" | 32 | border_visible="false" |
33 | bottom="-20" disabled_color="1 1 1 1" drop_shadow_visible="true" | 33 | bottom="-20" disabled_color="1 1 1 1" drop_shadow_visible="true" |
34 | enabled="true" follows="right|bottom" font="SansSerifSmall" h_pad="0" | 34 | enabled="true" follows="right|bottom" font="SansSerifSmall" h_pad="0" |
35 | halign="right" height="18" hidden="false" left="-210" mouse_opaque="true" | 35 | halign="right" height="18" hidden="false" left="-300" mouse_opaque="true" |
36 | name="TimeText" text_color="1 1 1 1" tool_tip="Current Time (Pacific)" | 36 | name="TimeText" text_color="1 1 1 1" tool_tip="Current Time (Pacific)" |
37 | v_pad="2" width="80"> | 37 | v_pad="2" width="80"> |
38 | 12:00 AM | 38 | 12:00 AM |
@@ -108,10 +108,49 @@ | |||
108 | image_unselected="status_buy_land.tga" label="" label_selected="" | 108 | image_unselected="status_buy_land.tga" label="" label_selected="" |
109 | left="569" mouse_opaque="true" name="buyland" scale_image="true" | 109 | left="569" mouse_opaque="true" name="buyland" scale_image="true" |
110 | tool_tip="Buy this parcel" width="16" /> | 110 | tool_tip="Buy this parcel" width="16" /> |
111 | <text hidden="true" name="packet_loss_tooltip"> | 111 | |
112 | Packet Loss | 112 | <!-- When the user hits return we spawn the search directory, |
113 | </text> | 113 | which makes this lose focus. We don't want to commit twice. |
114 | <text hidden="true" name="bandwidth_tooltip"> | 114 | commit_on_focus_lost must be false. JC --> |
115 | Bandwidth | 115 | <line_editor bevel_style="in" |
116 | </text> | 116 | border_style="line" |
117 | border_thickness="1" | ||
118 | bottom="-18" | ||
119 | enabled="true" | ||
120 | follows="right|bottom" | ||
121 | font="SansSerif" | ||
122 | handle_edit_keys_directly="false" | ||
123 | commit_on_focus_lost="false" | ||
124 | height="20" | ||
125 | hidden="false" | ||
126 | label="Search" | ||
127 | left="-125" | ||
128 | max_length="254" | ||
129 | mouse_opaque="true" | ||
130 | name="search_editor" | ||
131 | select_all_on_focus_received="false" | ||
132 | select_on_focus="false" | ||
133 | tab_group="1" | ||
134 | tool_tip="Search Second Life" | ||
135 | width="104" /> | ||
136 | <!-- *TODO: pressed state --> | ||
137 | <button bottom="-17" | ||
138 | enabled="true" | ||
139 | follows="right|bottom" | ||
140 | font="SansSerifSmall" | ||
141 | halign="center" | ||
142 | height="20" | ||
143 | hidden="false" | ||
144 | image_disabled="status_search.tga" | ||
145 | image_disabled_selected="status_search.tga" | ||
146 | image_selected="status_search.tga" | ||
147 | image_unselected="status_search.tga" | ||
148 | label="" | ||
149 | label_selected="" | ||
150 | left="-20" | ||
151 | mouse_opaque="true" | ||
152 | name="search_btn" | ||
153 | tool_tip="Search Second Life" | ||
154 | width="20" /> | ||
155 | |||
117 | </panel> | 156 | </panel> |