diff options
| author | Richard Linden <none@none> | 2011-03-03 21:11:59 -0800 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2011-03-03 21:11:59 -0800 | 
| commit | 10a572da887ee599d6c4207cda3a106c7fc3aa65 (patch) | |
| tree | 7d848d2994dacd8cda92c966ae8ca52c5fe78467 /indra | |
| parent | 2740879205f1db5f29f228a96c80e1961e4b9226 (diff) | |
removed items from inspector menus that don't apply in minimal skin
Diffstat (limited to 'indra')
3 files changed, 231 insertions, 15 deletions
| diff --git a/indra/newview/skins/minimal/xui/en/inspect_object.xml b/indra/newview/skins/minimal/xui/en/inspect_object.xml index 8d14c974b4..a5b03a2f58 100644 --- a/indra/newview/skins/minimal/xui/en/inspect_object.xml +++ b/indra/newview/skins/minimal/xui/en/inspect_object.xml @@ -148,17 +148,7 @@ L$30,000     width="80" />   <!--  non-overlapping buttons here --> -     <button -     follows="top|left" -     height="20" -     label="More" -     layout="topleft" -     name="more_info_btn" -     left_pad="10" -     top_delta="0" -     tab_stop="false" -     width="80" /> -         <menu_button +  <menu_button       follows="top|left"       height="20"       image_overlay="OptionsMenu_Off" diff --git a/indra/newview/skins/minimal/xui/en/menu_inspect_avatar_gear.xml b/indra/newview/skins/minimal/xui/en/menu_inspect_avatar_gear.xml index 28c4762eaa..5a4a059781 100644 --- a/indra/newview/skins/minimal/xui/en/menu_inspect_avatar_gear.xml +++ b/indra/newview/skins/minimal/xui/en/menu_inspect_avatar_gear.xml @@ -1,2 +1,116 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<toggleable_menu/> +<?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> diff --git a/indra/newview/skins/minimal/xui/en/menu_inspect_object_gear.xml b/indra/newview/skins/minimal/xui/en/menu_inspect_object_gear.xml index 28c4762eaa..6a1b1d8fc7 100644 --- a/indra/newview/skins/minimal/xui/en/menu_inspect_object_gear.xml +++ b/indra/newview/skins/minimal/xui/en/menu_inspect_object_gear.xml @@ -1,2 +1,114 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes" ?> -<toggleable_menu/> +<?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="Touch" +   layout="topleft" +   enabled="true" +   name="touch">     +    <menu_item_call.on_click +     function="InspectObject.Touch"/> +    <menu_item_call.on_visible +     function="Object.EnableTouch" /> +  </menu_item_call> +  <menu_item_call +  label="Sit" +  layout="topleft" +  name="sit"> +    <menu_item_call.on_click +     function="InspectObject.Sit"/> +    <menu_item_call.on_visible +     function="Object.EnableSit"/> +  </menu_item_call> +  <menu_item_call +   label="Pay" +   layout="topleft" +   name="pay"> +    <menu_item_call.on_click +     function="InspectObject.Pay"/> +    <menu_item_call.on_visible +     function="EnablePayObject" /> +  </menu_item_call> +  <menu_item_call +   label="Buy" +   layout="topleft" +   enabled="true"  +   name="buy"> +    <menu_item_call.on_click +     function="InspectObject.Buy"/> +    <menu_item_call.on_visible +     function="Object.VisibleBuy" /> +  </menu_item_call> +  <menu_item_call +   label="Take Copy" +   layout="topleft" +   name="take_copy"> +    <menu_item_call.on_click +     function="InspectObject.TakeFreeCopy"/> +    <menu_item_call.on_visible +      function="Tools.EnableTakeCopy"/> +  </menu_item_call> +  <menu_item_call +   label="Open" +   layout="topleft" +   name="open"> +    <menu_item_call.on_click +     function="InspectObject.Open"/> +    <menu_item_call.on_visible +     function="Object.EnableOpen" /> +  </menu_item_call> +  <menu_item_call +   label="Wear" +   layout="topleft" +   name="wear"> +    <menu_item_call.on_click +     function="Object.AttachToAvatar" /> +    <menu_item_call.on_visible +     function="Object.EnableWear" /> +  </menu_item_call>   +  <menu_item_call +   label="Add" +   layout="topleft" +   name="add"> +    <menu_item_call.on_click +     function="Object.AttachAddToAvatar" /> +    <menu_item_call.on_visible +     function="Object.EnableWear" /> +  </menu_item_call> +  <menu_item_call +   label="Report" +   layout="topleft" +   name="report"> +    <menu_item_call.on_click +     function="Object.ReportAbuse" /> +  </menu_item_call> +  <menu_item_call +   label="Block" +   layout="topleft" +   name="block"> +    <menu_item_call.on_click +     function="Object.Mute" /> +    <menu_item_call.on_visible +     function="Object.EnableMute" /> +  </menu_item_call> +  <menu_item_call +    label="Zoom In" +    layout="topleft" +   name="zoom_in"> +    <menu_item_call.on_click +     function="InspectObject.ZoomIn" /> +  </menu_item_call>     +  <menu_item_call +   label="Remove" +   layout="topleft" +   name="remove"> +      <menu_item_call.on_click +       function="Object.Delete" /> +      <menu_item_call.on_visible +       function="Object.EnableDelete" /> +  </menu_item_call> +</toggleable_menu> | 
