summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_nearby_media.xml
blob: de372cb1475c29a16face1c048b0509980f68585 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
	can_resize="true"
	can_close="false"
  	background_opaque="true"
  	background_visible="true"
	layout="topleft"
	width="270"
	height="290"
	name="nearby_media"
	help_topic="nearby_media">
  <string name="media_item_count_format">(%ld media items)</string>
  <string name="empty_item_text">&lt;empty&gt;</string>
  <string name="parcel_media_name">Parcel Streaming Media</string>
  <string name="parcel_audio_name">Parcel Streaming Audio</string>
  <string name="playing_suffix">(playing)</string>
	<panel
		bevel_style="in"
		bg_alpha_color="0 0 0 0"
		bg_opaque_color="0 0 0 0.3"
		follows="left|right|top"
		top="0"
		height="45"
		left="0">
	  <button
		  name="all_nearby_media_disable_btn"
		  follows="left"
		  tool_tip="Turn all nearby media off"
		left="15"
		width="60"
		  height="22"
		label="Stop All">
		<button.commit_callback
			function="MediaListCtrl.DisableAll" />
	  </button>
	  <button
		name="all_nearby_media_enable_btn"
		  follows="left"
		tool_tip="Turn all nearby media on"
		  left_pad="4"
		width="60"
		  height="22"
		label="Start All">
		<button.commit_callback
		  function="MediaListCtrl.EnableAll" />
	  </button>
	  <button
		name="open_prefs_btn"
		image_overlay="Icon_Gear_Foreground"
		  image_disabled="PushButton_Disabled"
		  image_disabled_selected="PushButton_Disabled"
		  image_selected="PushButton_Selected"
		  image_unselected="PushButton_Off"
		  hover_glow_amount="0.15"
		tool_tip = "Bring up media prefs"
		top_delta="0"
		left_pad="4"
		  height="22"
		min_width="28"
		width="28">
		<button.commit_callback
		  function="MediaListCtrl.GoMediaPrefs" />
	  </button>
	  <button
		name="more_less_btn"
		follows="right"
		tool_tip="Advanced Controls"
		top_delta="0"
		right="-10"
		width="60"
		  height="22"
		toggle="true"
		label="More &gt;&gt;"
		label_selected="Less &lt;&lt;">
		<button.commit_callback
		  function="MediaListCtrl.MoreLess" />
	  </button>
	</panel>
	<panel
	  name="nearby_media_panel"
		bevel_style="in"
		border_style="line"
		bg_alpha_color="0 0 0 0"
		bg_opaque_color="0 0 0 0.3"
		follows="left|right|top|bottom"
	  top_delta="30"
		right="-1"
		left="0"
	  height="230">
	  <text
		  type="string"
		  length="1"
		follows="top|left"
		font="SansSerif"
		left="10"
		width="100">
		Nearby Media
	  </text>
<!-- nix for now
	  <text
		bottom_delta="1"
		  type="string"
		  follows="top|left|right"
		  font="SansSerif"
		font.style="ITALIC"
		  font.size="Small"
		name="media_item_count"
		left="115"
		right="-10">
	  (?? media items)
	  </text>
-->
	  <text
		  type="string"
		  length="1"
		follows="top|left"
		  font="SansSerif"
		  top_pad="15"
		left="10"
		width="40">
		Show:
	  </text>
	  <combo_box
		  height="23"
		  left="50"
		width="140"
		  top_delta="-5"
		follows="left|top"
		  name="show_combo">
		<combo_box.item
			label="All"
			value="0"
			name="All" />
		<combo_box.item
			label="In this Parcel"
			value="2"
			name="WithinParcel" />
		<combo_box.item
			label="Outside this Parcel"
			value="3"
			name="OutsideParcel" />
		<combo_box.item
			label="On other Avatars"
			value="4"
			ame="OnOthers" />
	  </combo_box>
	  <scroll_list
		  follows="left|top|bottom|right"
		  column_padding="0"
		height="100"
		  draw_heading="false"
		  draw_stripes="true"
		  bg_stripe_color="0.25 0.25 0.25 0.25"
		  top_pad="8"
		  left="10"
		  right="-10"
		  name="media_list">
		<scroll_list.columns
			type="checkbox"
			width="20"
			label=""
			name="media_checkbox_ctrl" />
		<scroll_list.columns
			sort_column="media_proximity"
			width="-1"
			label="Proximity"
			name="media_proximity" />
		<scroll_list.columns
			sort_column="media_visibility"
			width="-1"
			label="Visible"
			name="media_visibility" />
		<scroll_list.columns
			sort_column="media_class"
			width="-1"
			label="Class"
			name="media_class" />
		<scroll_list.columns
			label="Name"
			name="media_name" />
		<scroll_list.columns
			sort_column="media_debug"
			width="-1"
			label="Debug"
			name="media_debug" />
	  </scroll_list>
	  <panel
		  bevel_style="in"
		  background_visible="true" 
		  bg_alpha_color="0.0 0.0 0.0 1.0"
		  bg_opaque_color="0 0 0 0.3"
		  follows="left|right|bottom"
		  top_pad="5"
		  height="90"
		  left="10"
		  right="-10">
		<check_box
			name="media_enabled_btn"
			control_name="AudioStreamingMedia"
			value="true"
			follows="left|bottom|right"
			height="15"
			tool_tip="Check this to enable all media"
			label="All Media Enabled"
			top="10"
			left="10"/>
		<check_box
			name="media_auto_play_btn"
			control_name="ParcelMediaAutoPlayEnable"
			enabled_control="AudioStreamingMedia"
			value="true"
			follows="left|bottom|right"
			height="15"
			tool_tip="Check this to let media auto-play if it wants"
			label="Allow Media to auto-play"
			top_pad="5"
			left="10"/>
<!--
		<check_box
			name="media_show_within_parcel_btn"
			control_name="MediaShowWithinParcel"
			enabled_control="AudioStreamingMedia"
			value="true"
			follows="left|bottom|right"
			height="15"
			tool_tip="Uncheck this to hide media within the parcel you are standing in"
			label="Show media within current parcel"
			left="10"/>
-->
		<check_box
			name="media_show_outside_parcel_btn"
			control_name="MediaShowOutsideParcel"
			enabled_control="AudioStreamingMedia"
			value="true"
			follows="left|bottom|right"
			height="15"
			tool_tip="Uncheck this to hide media outside the parcel you are standing in"
			label="Show media outside current parcel"
			left="10"/>
		<check_box
			name="media_show_on_others_btn"
			control_name="MediaShowOnOthers"
			enabled_control="AudioStreamingMedia"
			value="true"
			follows="left|bottom|right"
			height="15"
			tool_tip="Uncheck this to hide media attached to other avatars nearby"
			label="Show media attached to other avatars"
			left="10"/>
	  </panel>
	</panel>
  </panel>