blob: 970c6ad2f59ea35f4dacc885bad8893c3eb05d6f (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel
follows="top|right|left"
height="24"
layout="topleft"
left="0"
name="avatar_list_item"
top="0"
width="320">
<!--
Strings used to localize last interaction time.
See last_interaction textbox below.
-->
<string name="FormatSeconds">[COUNT]s</string>
<string name="FormatMinutes">[COUNT]m</string>
<string name="FormatHours">[COUNT]h</string>
<string name="FormatDays">[COUNT]d</string>
<string name="FormatWeeks">[COUNT]w</string>
<string name="FormatMonths">[COUNT]mon</string>
<string name="FormatYears">[COUNT]y</string>
<!--
*NOTE: llavatarlistitem.cpp lays these controls out depending on which
ones are visible. Trying to change their order here will break it
... which kinda sucks.
-->
<icon
follows="top|right|left"
height="24"
image_name="ListItem_Over"
layout="topleft"
left="0"
name="hovered_icon"
top="0"
visible="false"
width="320" />
<icon
height="24"
follows="top|right|left"
image_name="ListItem_Select"
layout="topleft"
left="0"
name="selected_icon"
top="0"
visible="false"
width="320" />
<avatar_icon
follows="top|left"
height="20"
default_icon_name="Generic_Person"
layout="topleft"
left="5"
mouse_opaque="true"
top="2"
width="20" />
<text
follows="left|right"
font="SansSerifSmall"
height="15"
layout="topleft"
left_pad="5"
name="avatar_name"
parse_urls="false"
top="6"
use_ellipses="true"
value="(loading)"
width="0" />
<text
follows="right"
font="SansSerifSmall"
height="15"
layout="topleft"
left_pad="5"
right="-47"
name="avatar_arrival_time"
top="5"
text_color="LtGray_50"
value="0s"
width="200" />
<text
follows="right"
font="SansSerifSmall"
height="15"
layout="topleft"
left_pad="5"
right="-132"
name="avatar_distance"
top="6"
text_color="LtGray_50"
value="0m"
width="60" />
<text
follows="right"
font="SansSerifSmall"
height="15"
layout="topleft"
left_pad="5"
right="-164"
name="last_interaction"
text_color="LtGray_50"
value="0s"
width="35" />
<icon
height="16"
follows="right"
image_name="Permission_Edit_Objects_Theirs"
layout="topleft"
left_pad="3"
right="-129"
name="permission_edit_theirs_icon"
tool_tip="You can edit this friend's objects"
top="4"
width="16" />
<icon
height="16"
follows="right"
image_name="Permission_Edit_Objects_Mine"
layout="topleft"
left_pad="3"
right="-110"
name="permission_edit_mine_icon"
tool_tip="This friend can edit, delete or take your objects"
top_delta="0"
width="16" />
<icon
height="16"
follows="right"
image_name="Permission_Visible_Map"
layout="topleft"
left_pad="3"
tool_tip="This friend can locate you on the map"
right="-91"
name="permission_map_icon"
top_delta="0"
width="16" />
<icon
height="16"
follows="right"
image_name="Permission_Visible_Online"
layout="topleft"
left_pad="3"
right="-72"
name="permission_online_icon"
tool_tip="This friend can see when you're online"
top_delta="0"
width="16" />
<button
follows="right"
height="16"
image_pressed="Info_Press"
image_unselected="Info_Over"
layout="topleft"
left_pad="3"
right="-53"
name="info_btn"
tool_tip="More info"
tab_stop="false"
top_delta="0"
width="16" />
<button
follows="right"
height="20"
image_overlay="Web_Profile_Off"
layout="topleft"
left_pad="5"
right="-28"
name="profile_btn"
tab_stop="false"
tool_tip="View profile"
top_delta="-2"
width="20" />
<output_monitor
auto_update="true"
follows="right"
draw_border="false"
height="16"
layout="topleft"
left_pad="5"
right="-3"
mouse_opaque="true"
name="speaking_indicator"
tool_tip="Voice volume"
visible="true"
width="20" />
</panel>
|