DEV-39997: merging all of the recent xui file updates from the

viewer2help-1 branch into viewer-2.0.0-3, to avoid divergence.

This involves giving all floaters and side panels a help_topic
attribute, to specify a logical name for that UI element's page in the
help viewer. If you are creating/updating a floater or panel, please
consider adding a help_topic field. For details, see the wiki page on
XUI Documentation:

  https://wiki.lindenlab.com/wiki/XUI_Documentation#help_topic

I'm also merging in some updates to the lastest floater button
artwork to ensure these are 16x16 pixels.

(Note, the new help code is still being developed in viewer2help-1 and
is NOT being merged into 2.0 with this checkin. This is just data files.)
meow-7.2.2
Martin Reddy 2009-09-21 10:42:22 +00:00
parent f9b7291784
commit 6fc22cf35c
121 changed files with 347 additions and 21 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 263 B

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 363 B

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 B

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 B

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -3,6 +3,7 @@
height="440"
layout="topleft"
name="floater_aaa"
help_topic="floater_aaa"
save_rect="true"
can_resize="true"
title="About [APP_NAME]"

View File

@ -3,6 +3,7 @@
height="440"
layout="topleft"
name="floater_about"
help_topic="floater_about"
save_rect="true"
title="About [APP_NAME]"
width="470">

View File

@ -4,6 +4,7 @@
height="420"
layout="topleft"
name="floaterland"
help_topic="floaterland"
save_rect="true"
title="About Land"
width="460">

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
name="floater_activeim"
help_topic="floater_activeim"
title="ACTIVE IM"
top="26"
left="0"

View File

@ -4,6 +4,7 @@
height="556"
layout="topleft"
name="Animation Preview"
help_topic="animation_preview"
width="280">
<floater.string
name="failed_to_initialize">

View File

@ -6,6 +6,7 @@
min_height="368"
min_width="420"
name="floater_auction"
help_topic="floater_auction"
title="Start Linden Land Sale"
width="420">
<floater.string

View File

@ -6,6 +6,7 @@
min_height="200"
min_width="265"
name="avatarpicker"
help_topic="avatarpicker"
title="Choose Resident"
width="265">
<floater.string

View File

@ -3,6 +3,7 @@
height="950"
layout="topleft"
name="avatar_texture_debug"
help_topic="avatar_texture_debug"
title="Avatar Textures"
width="960">
<floater.string

View File

@ -3,6 +3,7 @@
height="225"
layout="topleft"
name="beacons"
help_topic="beacons"
save_rect="true"
save_visibility="true"
single_instance="true"

View File

@ -4,6 +4,7 @@
height="140"
layout="topleft"
name="build options floater"
help_topic="build_options_floater"
save_rect="true"
title="Grid Options"
width="245">

View File

@ -4,6 +4,7 @@
height="310"
layout="topleft"
name="floaterbulkperms"
help_topic="floaterbulkperms"
title="Edit Content Permissions"
width="270">
<floater.string

View File

@ -3,6 +3,7 @@
height="180"
layout="topleft"
name="floater_bumps"
help_topic="floater_bumps"
save_rect="true"
title="Bumps, Pushes &amp; Hits"
width="400">

View File

@ -6,6 +6,7 @@
min_height="150"
min_width="200"
name="floater_buy_contents"
help_topic="floater_buy_contents"
save_rect="true"
title="Buy Contents"
width="280">

View File

@ -4,6 +4,7 @@
height="270"
layout="topleft"
name="buy currency"
help_topic="buy_currency"
single_instance="true"
title="Buy Currency"
width="350">

View File

@ -4,6 +4,7 @@
height="484"
layout="topleft"
name="buy land"
help_topic="buy_land"
single_instance="true"
title="Buy Land"
width="740">

View File

@ -6,6 +6,7 @@
min_height="175"
min_width="154"
name="contents"
help_topic="contents"
save_rect="true"
single_instance="true"
title="Buy Copy of Object"

View File

@ -7,6 +7,7 @@
height="95"
layout="topleft"
name="camera_floater"
help_topic="camera_floater"
save_rect="true"
save_visibility="true"
width="105">

View File

@ -3,6 +3,7 @@
height="258"
layout="topleft"
name="groups"
help_topic="groups"
title="Groups"
width="280">
<text

View File

@ -5,6 +5,7 @@
height="380"
layout="topleft"
name="ColorPicker"
help_topic="colorpicker"
title="Color Picker"
width="440">
<text

View File

@ -5,6 +5,7 @@
height="500"
layout="topleft"
name="modal container"
help_topic="modal_container"
width="600">
<button
height="20"

View File

@ -6,6 +6,7 @@
layout="topleft"
left_delta="-3"
name="floater customize"
help_topic="floater_customize"
save_rect="true"
title="Appearance"
top_delta="-185"

View File

@ -3,6 +3,7 @@
height="275"
layout="topleft"
name="Day Cycle Floater"
help_topic="day_cycle_floater"
save_rect="true"
title="Day Cycle Editor"
width="646">

View File

@ -3,6 +3,7 @@
height="260"
layout="topleft"
name="floater_device_settings"
help_topic="floater_device_settings"
title="Voice Chat Device Settings"
width="405">
<panel

View File

@ -3,6 +3,7 @@
height="150"
layout="topleft"
name="Environment Editor Floater"
help_topic="environment_editor_floater"
save_rect="true"
title="Environment Editor"
width="600">

View File

@ -5,6 +5,7 @@
height="250"
layout="topleft"
name="set_name_in_the_cladd"
help_topic="set_name_in_the_cladd"
save_rect="true"
width="300">
<check_box

View File

@ -6,6 +6,7 @@
min_height="175"
min_width="154"
name="contents"
help_topic="contents"
title="Font Test"
width="500">
<text

View File

@ -6,6 +6,7 @@
min_height="200"
min_width="280"
name="gestures"
help_topic="gestures"
title="Active Gestures"
width="280">
<floater.string

View File

@ -3,6 +3,7 @@
height="384"
layout="topleft"
name="godtools floater"
help_topic="godtools_floater"
title="God Tools"
width="400">
<tab_container

View File

@ -3,6 +3,7 @@
height="224"
layout="topleft"
name="Hardware Settings Floater"
help_topic="hardware_settings_floater"
title="Hardware Settings"
width="500">
<text

View File

@ -0,0 +1,213 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
can_resize="true"
height="440"
layout="topleft"
min_height="140"
min_width="467"
name="floater_help_browser"
help_topic="floater_help_browser"
save_rect="true"
single_instance="true"
title="Holy Bananas, it's the Help Browser"
width="820">
<floater.string
name="home_page_url">
http://www.secondlife.com
</floater.string>
<floater.string
name="support_page_url">
http://support.secondlife.com
</floater.string>
<layout_stack
bottom="440"
follows="left|right|top|bottom"
layout="topleft"
left="10"
name="stack1"
top="20"
width="800">
<layout_panel
auto_resize="false"
height="20"
layout="topleft"
left="0"
name="nav_controls"
top="400"
user_resize="false"
width="800">
<button
follows="left|top"
height="20"
label="Back"
layout="topleft"
left="0"
name="back"
top="0"
width="55" />
<button
follows="left|top"
height="20"
label="Forward"
layout="topleft"
left_pad="3"
name="forward"
top_delta="0"
width="68" />
<button
enabled="false"
follows="left|top"
height="20"
label="Reload"
layout="topleft"
left_pad="2"
name="reload"
top_delta="0"
width="70"/>
<combo_box
allow_text_entry="true"
follows="left|top|right"
height="20"
layout="topleft"
left_pad="5"
max_chars="255"
name="address"
top_delta="0"
width="540" />
<button
enabled="false"
follows="right|top"
height="20"
label="Go"
layout="topleft"
left_pad="5"
name="go"
top_delta="0"
width="55" />
</layout_panel>
<layout_panel
auto_resize="false"
height="20"
layout="topleft"
left_delta="0"
name="time_controls"
top_delta="0"
user_resize="false"
width="800">
<button
follows="left|top"
height="20"
label="rewind"
layout="topleft"
left="0"
name="rewind"
top="0"
width="55" />
<button
follows="left|top"
height="20"
image_selected="button_anim_play_selected.tga"
image_unselected="button_anim_play.tga"
layout="topleft"
left_delta="55"
name="play"
picture_style="true"
top_delta="0"
width="55" />
<button
follows="left|top"
height="20"
image_selected="button_anim_pause_selected.tga"
image_unselected="button_anim_pause.tga"
layout="topleft"
left_delta="0"
name="pause"
picture_style="true"
top_delta="0"
width="55" />
<button
follows="left|top"
height="20"
label="stop"
layout="topleft"
left_pad="10"
name="stop"
top_delta="0"
width="55" />
<button
follows="left|top"
height="20"
label="forward"
layout="topleft"
left_pad="20"
name="seek"
top_delta="0"
width="55" />
</layout_panel>
<layout_panel
auto_resize="false"
height="20"
layout="topleft"
left_delta="0"
name="parcel_owner_controls"
top_delta="0"
user_resize="false"
width="540">
<button
enabled="false"
follows="left|top"
height="20"
label="Send Current URL to Parcel"
layout="topleft"
left="0"
name="assign"
top="0"
width="200" />
</layout_panel>
<layout_panel
height="20"
layout="topleft"
left_delta="0"
name="external_controls"
top_delta="0"
user_resize="false"
width="540">
<web_browser
bottom="-10"
follows="left|right|top|bottom"
layout="topleft"
left="0"
name="browser"
top="0"
width="540" />
<button
follows="bottom|left"
height="20"
label="Open in My Web Browser"
layout="topleft"
left_delta="0"
name="open_browser"
top_pad="5"
width="185" />
<check_box
control_name="UseExternalBrowser"
follows="bottom|left"
height="20"
label="Always open in my web browser"
layout="topleft"
left_pad="5"
name="open_always"
top_delta="0"
width="200" />
<button
follows="bottom|right"
height="20"
label="Close"
layout="topleft"
left_pad="80"
name="close"
top_delta="0"
width="70" />
</layout_panel>
</layout_stack>
</floater>

View File

@ -4,6 +4,7 @@
height="292"
layout="topleft"
name="floater_hud"
help_topic="floater_hud"
save_rect="true"
save_visibility="true"
title="Tutorial"

View File

@ -7,6 +7,7 @@
min_height="130"
min_width="350"
name="im_floater"
help_topic="im_floater"
save_rect="true"
title="Instant Message"
width="419">

View File

@ -6,6 +6,7 @@
layout="topleft"
left="0"
name="panel_im"
help_topic="panel_im"
top="0"
can_dock="true"
can_minimize="false"

View File

@ -4,6 +4,7 @@
height="440"
layout="topleft"
name="Image Preview"
help_topic="image_preview"
width="300">
<text
type="string"

View File

@ -6,6 +6,7 @@
height="200"
layout="topleft"
name="incoming call"
help_topic="incoming_call"
title="Unknown Person is calling"
width="240">
<floater.string

View File

@ -6,6 +6,7 @@
min_height="300"
min_width="400"
name="inspect"
help_topic="inspect"
save_rect="true"
title="Inspect Objects"
width="400">

View File

@ -7,6 +7,7 @@
min_height="150"
min_width="240"
name="Inventory"
help_topic="inventory"
save_rect="true"
save_visibility="true"
single_instance="true"

View File

@ -4,6 +4,7 @@
height="340"
layout="topleft"
name="item properties"
help_topic="item_properties"
save_rect="true"
title="Inventory Item Properties"
width="350">

View File

@ -4,6 +4,7 @@
height="408"
layout="topleft"
name="Inventory Finder"
help_topic="inventory_finder"
title="inventory_recent_items"
width="280">
<icon

View File

@ -3,6 +3,7 @@
height="500"
layout="topleft"
name="Joystick"
help_topic="joystick"
title="Joystick Configuration"
width="550">
<floater.string

View File

@ -3,6 +3,7 @@
height="150"
layout="topleft"
name="floater_lagmeter"
help_topic="floater_lagmeter"
save_rect="true"
title="Lag Meter"
width="350">
@ -325,7 +326,6 @@
bottom="145"
follows="left|top"
height="18"
help_url="https://support.secondlife.com/ics/support/default.asp?deptID=4417&amp;task=knowledge&amp;questionID=4851"
label="?"
layout="topleft"
name="server_help"

View File

@ -3,6 +3,7 @@
height="400"
layout="topleft"
name="land holdings floater"
help_topic="land_holdings_floater"
title="My Land"
width="280">
<floater.string

View File

@ -9,6 +9,7 @@
min_height="271"
min_width="290"
name="script ed float"
help_topic="script_ed_float"
save_rect="true"
title="Script: New Script"
width="500">

View File

@ -7,6 +7,7 @@
min_height="271"
min_width="350"
name="script ed float"
help_topic="script_ed_float"
save_rect="true"
title="LSL Wiki"
width="370">

View File

@ -7,6 +7,7 @@
min_height="60"
min_width="174"
name="Map"
help_topic="map"
save_rect="true"
save_visibility="true"
single_instance="true"

View File

@ -6,6 +6,7 @@
min_height="140"
min_width="467"
name="floater_about"
help_topic="floater_about"
save_rect="true"
single_instance="true"
title="Media Browser"

View File

@ -5,6 +5,7 @@
height="175"
layout="topleft"
name="MemLeak"
help_topic="memleak"
title="Memory Leaking Simulation"
width="350">
<spinner

View File

@ -7,6 +7,7 @@
height="95"
layout="topleft"
name="move_floater"
help_topic="move_floater"
save_rect="true"
save_visibility="true"
width="115">

View File

@ -4,6 +4,7 @@
height="140"
layout="topleft"
name="mute by name"
help_topic="mute_by_name"
title="Block object by name"
width="375">
<text

View File

@ -7,6 +7,7 @@
min_height="240"
min_width="365"
name="floater_my_friends"
help_topic="floater_my_friends"
save_rect="true"
single_instance="true"
title="Contacts"

View File

@ -7,6 +7,7 @@
height="300"
layout="topleft"
name="nearby_chat"
help_topic="nearby_chat"
save_rect="true"
title="Nearby Chat"
single_instance="true"

View File

@ -5,6 +5,7 @@
layout="topleft"
min_height="50"
name="notifications_console"
help_topic="notifications_console"
single_instance="true"
title="Notifications Console"
width="500">

View File

@ -7,6 +7,7 @@
min_height="160"
min_width="270"
name="objectcontents"
help_topic="objectcontents"
save_rect="true"
title="Object Contents"
width="300">

View File

@ -4,6 +4,7 @@
height="140"
layout="topleft"
name="Give Money"
help_topic="give_money"
save_rect="true"
width="300">
<button

View File

@ -4,6 +4,7 @@
height="140"
layout="topleft"
name="Give Money"
help_topic="give_money"
save_rect="true"
width="300">
<text

View File

@ -3,6 +3,7 @@
height="180"
layout="topleft"
name="perm prefs"
help_topic="perm_prefs"
save_rect="true"
title="Default Upload Permissions"
width="315">

View File

@ -3,6 +3,7 @@
height="400"
layout="topleft"
name="Post-Process Floater"
help_topic="post_process_floater"
title="Post-Process Settings"
width="400">
<tab_container

View File

@ -8,6 +8,7 @@
min_height="380"
min_width="450"
name="Postcard"
help_topic="postcard"
title="Email Snapshot"
width="450">
<floater.string

View File

@ -6,6 +6,7 @@
height="460"
layout="topleft"
name="Preferences"
help_topic="preferences"
single_instance="true"
title="Preferences"
width="620">

View File

@ -4,6 +4,7 @@
height="85"
layout="topleft"
name="preview_anim"
help_topic="preview_anim"
width="280">
<floater.string
name="Title">

View File

@ -4,6 +4,7 @@
height="510"
layout="topleft"
name="classified_preview"
help_topic="classified_preview"
save_rect="true"
title="Classified Information"
width="440">

View File

@ -4,6 +4,7 @@
height="510"
layout="topleft"
name="event_preview"
help_topic="event_preview"
save_rect="true"
title="Event Information"
width="440">

View File

@ -4,6 +4,7 @@
height="800"
layout="topleft"
name="gesture_preview"
help_topic="gesture_preview"
width="280">
<floater.string
name="step_anim">

View File

@ -5,6 +5,7 @@
height="155"
layout="topleft"
name="Gesture"
help_topic="gesture"
save_rect="true"
title="Gesture Shortcut"
width="260">

View File

@ -5,6 +5,7 @@
height="90"
layout="topleft"
name="Gesture"
help_topic="gesture"
save_rect="true"
title="Gesture Shortcut"
width="260">

View File

@ -5,6 +5,7 @@
height="155"
layout="topleft"
name="Gesture"
help_topic="gesture"
save_rect="true"
title="Gesture Shortcut"
width="260">

View File

@ -9,6 +9,7 @@
min_height="243"
min_width="234"
name="preview notecard"
help_topic="preview_notecard"
title="Note:"
width="400">
<floater.string

View File

@ -4,6 +4,7 @@
height="85"
layout="topleft"
name="preview_sound"
help_topic="preview_sound"
width="280">
<floater.string
name="Title">

View File

@ -8,6 +8,7 @@
min_height="120"
min_width="300"
name="preview_texture"
help_topic="preview_texture"
width="300">
<floater.string
name="Title">

View File

@ -3,6 +3,7 @@
height="512"
layout="topleft"
name="regioninfo"
help_topic="regioninfo"
save_rect="true"
title="Region/Estate"
width="280">

View File

@ -3,6 +3,7 @@
height="580"
layout="topleft"
name="floater_report_abuse"
help_topic="floater_report_abuse"
title="Report Abuse"
width="333">
<floater.string

View File

@ -4,6 +4,7 @@
height="233"
layout="topleft"
name="script debug floater"
help_topic="script_debug_floater"
save_rect="true"
title="Script Warning/Error"
width="450">

View File

@ -5,6 +5,7 @@
height="200"
layout="topleft"
name="script"
help_topic="script"
short_title="[All scripts]"
title="[All scripts]"
width="440">

View File

@ -8,6 +8,7 @@
min_height="271"
min_width="290"
name="preview lsl text"
help_topic="preview_lsl_text"
save_rect="true"
title="Script: Rotation Script"
top_delta="0"

View File

@ -5,6 +5,7 @@
height="400"
layout="topleft"
name="queue"
help_topic="queue"
save_rect="true"
title="Reset Progress"
width="300">

View File

@ -4,6 +4,7 @@
height="120"
layout="topleft"
name="script search"
help_topic="script_search"
title="Script Search"
width="300">
<check_box

View File

@ -6,6 +6,7 @@
height="100"
layout="topleft"
name="modal container"
help_topic="modal_container"
width="240">
<button
height="20"

View File

@ -4,6 +4,7 @@
height="450"
layout="topleft"
name="sell land"
help_topic="sell_land"
single_instance="true"
title="Sell Land"
width="313">

View File

@ -4,6 +4,7 @@
height="215"
layout="topleft"
name="settings_debug"
help_topic="settings_debug"
title="Debug Settings"
width="350">
<combo_box

View File

@ -5,6 +5,7 @@
height="526"
layout="topleft"
name="Snapshot"
help_topic="snapshot"
save_rect="true"
title="Snapshot Preview"
width="215">

View File

@ -3,6 +3,7 @@
height="190"
layout="topleft"
name="Sound Preview"
help_topic="sound_preview"
title="sound.wav"
width="300">
<text

View File

@ -6,5 +6,6 @@
layout="topleft"
mouse_opaque="false"
name="stats floater"
help_topic="stats_floater"
title="Statistics"
width="250" />

View File

@ -5,6 +5,7 @@
height="400"
layout="topleft"
name="Statistics"
help_topic="statistics"
save_rect="true"
save_visibility="true"
title="Statistics"

View File

@ -6,6 +6,7 @@
follows="right|bottom"
layout="topleft"
name="notification_chiclet"
help_topic="notification_chiclet"
save_rect="true"
title="NOTIFICATIONS"
width="320"

View File

@ -3,6 +3,7 @@
height="250"
layout="topleft"
name="telehub"
help_topic="telehub"
title="Telehub"
width="280">
<text

View File

@ -4,6 +4,7 @@
height="500"
layout="topleft"
name="floater_test_button"
help_topic="floater_test_button"
width="500">
<button
height="23"

View File

@ -4,6 +4,7 @@
height="400"
layout="topleft"
name="floater_test_checkbox"
help_topic="floater_test_checkbox"
width="400">
<check_box
control_name="ShowStartLocation"

View File

@ -4,6 +4,7 @@
height="400"
layout="topleft"
name="floater_test_combobox"
help_topic="floater_test_combobox"
width="400">
<text
type="string"

View File

@ -4,6 +4,7 @@
height="400"
layout="topleft"
name="floater_test_inspectors"
help_topic="floater_test_inspectors"
title="Test Inspectors"
width="400">
<text

View File

@ -4,6 +4,7 @@
height="500"
layout="topleft"
name="floater_test_layout"
help_topic="floater_test_layout"
width="500">
<text
type="string"

View File

@ -4,6 +4,7 @@
height="400"
layout="topleft"
name="floater_test_line_editor"
help_topic="floater_test_line_editor"
width="400">
<line_editor
height="20"

View File

@ -4,6 +4,7 @@
height="400"
layout="topleft"
name="floater_test_list_view"
help_topic="floater_test_list_view"
width="400">
<list_view
height="300"

View File

@ -4,6 +4,7 @@
height="200"
layout="topleft"
name="floater_test_navigation_bar"
help_topic="floater_test_navigation_bar"
width="900">
<panel
name="navigation_bar"

View File

@ -4,6 +4,7 @@
height="400"
layout="topleft"
name="floater_test_radiogroup"
help_topic="floater_test_radiogroup"
width="400">
<radio_group
height="54"

View File

@ -4,6 +4,7 @@
height="400"
layout="topleft"
name="floater_test_slider"
help_topic="floater_test_slider"
width="450">
<slider
height="20"

Some files were not shown because too many files have changed in this diff Show More