summaryrefslogtreecommitdiff
path: root/indra/newview/skins/minimal/xui/en/menu_inspect_avatar_gear.xml
blob: 5a4a0597810bd6a2c03eb725ccb9bea82cdf5074 (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
<?xml version="1.0" encoding="utf-8"?>
<toggleable_menu
         create_jump_keys="true"
         layout="topleft"
         mouse_opaque="false"
         visible="false"
         name="Gear Menu">
  <menu_item_call
   label="View Profile"
   enabled="true" 
   name="view_profile">
    <menu_item_call.on_click
     function="InspectAvatar.ViewProfile"/>
  </menu_item_call>
  <menu_item_call
   label="Add Friend"
   name="add_friend">
    <menu_item_call.on_click
     function="InspectAvatar.AddFriend"/>
    <menu_item_call.on_enable
     function="InspectAvatar.Gear.Enable"/>
  </menu_item_call>
  <menu_item_call
   label="IM"
   name="im">
    <menu_item_call.on_click
     function="InspectAvatar.IM"/>
  </menu_item_call>
  <menu_item_call
   label="Teleport"
   name="teleport">
    <menu_item_call.on_click
     function="InspectAvatar.Teleport"/>
    <menu_item_call.on_enable
     function="InspectAvatar.Gear.EnableTeleportOffer"/>
  </menu_item_call>
  <menu_item_separator />
  <menu_item_call
   label="Block"
   name="block">
    <menu_item_call.on_click
     function="InspectAvatar.ToggleMute"/>
    <menu_item_call.on_visible
     function="InspectAvatar.EnableMute" />
  </menu_item_call>
  <menu_item_call
   label="Unblock"
   name="unblock">
    <menu_item_call.on_click
     function="InspectAvatar.ToggleMute"/>
    <menu_item_call.on_visible
     function="InspectAvatar.EnableUnmute" />
  </menu_item_call>
  <menu_item_call
   label="Report"
   name="report">
    <menu_item_call.on_click
     function="InspectAvatar.Report"/>
  </menu_item_call>  
  <menu_item_call
   label="Freeze"
   name="freeze">
    <menu_item_call.on_click
     function="InspectAvatar.Freeze"/>
    <menu_item_call.on_visible
     function="InspectAvatar.VisibleFreeze"/>
  </menu_item_call>
  <menu_item_call
   label="Eject"
   name="eject">
    <menu_item_call.on_click
     function="InspectAvatar.Eject"/>
    <menu_item_call.on_visible
     function="InspectAvatar.VisibleEject"/>
  </menu_item_call>
  <menu_item_call
   label="Kick"
   name="kick">
    <menu_item_call.on_click
     function="InspectAvatar.Kick"/>
    <menu_item_call.on_visible
     function="InspectAvatar.EnableGod"/>
  </menu_item_call>
  <menu_item_call
  label="CSR"
  name="csr">
    <menu_item_call.on_click
     function="InspectAvatar.CSR" />
    <menu_item_call.on_visible
     function="InspectAvatar.EnableGod" />
  </menu_item_call>
  <menu_item_call
   label="Debug Textures"
   name="debug">
    <menu_item_call.on_click
     function="Avatar.Debug"/>
    <menu_item_call.on_visible
     function="IsGodCustomerService"/>
  </menu_item_call>
  <menu_item_call
   label="Find On Map"
   name="find_on_map">
    <menu_item_call.on_click
     function="InspectAvatar.FindOnMap"/>
    <menu_item_call.on_visible
     function="InspectAvatar.VisibleFindOnMap"/>
  </menu_item_call>
  <menu_item_call
   label="Zoom In"
   name="zoom_in">
    <menu_item_call.on_click
     function="InspectAvatar.ZoomIn"/>
    <menu_item_call.on_visible
     function="InspectAvatar.VisibleZoomIn"/>
  </menu_item_call>  
</toggleable_menu>