PageRenderTime 120ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/panel_region_debug.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 204 lines | 201 code | 3 blank | 0 comment | 0 complexity | 28988d50f03425b06a598fe0aab2258d MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. border="true"
  4. follows="top|left"
  5. height="320"
  6. help_topic="panel_region_debug_tab"
  7. label="Debug"
  8. layout="topleft"
  9. left="0"
  10. name="Debug"
  11. top="320"
  12. width="480">
  13. <text
  14. follows="left|top"
  15. font="SansSerif"
  16. height="20"
  17. layout="topleft"
  18. left="10"
  19. name="region_text_lbl"
  20. top="10"
  21. width="100">
  22. Region:
  23. </text>
  24. <text
  25. follows="left|top"
  26. font="SansSerif"
  27. height="20"
  28. layout="topleft"
  29. left_delta="50"
  30. name="region_text"
  31. top_delta="0"
  32. width="400">
  33. unknown
  34. </text>
  35. <check_box
  36. height="20"
  37. label="Disable Scripts"
  38. layout="topleft"
  39. left="10"
  40. name="disable_scripts_check"
  41. tool_tip="Disable all scripts in this region"
  42. top="30"
  43. width="80" />
  44. <check_box
  45. height="20"
  46. label="Disable Collisions"
  47. layout="topleft"
  48. left="10"
  49. name="disable_collisions_check"
  50. tool_tip="Disable non-avatar collisions in this region"
  51. top="50"
  52. width="80" />
  53. <check_box
  54. height="20"
  55. label="Disable Physics"
  56. layout="topleft"
  57. left="10"
  58. name="disable_physics_check"
  59. tool_tip="Disable all physics in this region"
  60. top="70"
  61. width="80" />
  62. <button
  63. enabled="false"
  64. follows="left|top"
  65. height="20"
  66. label="Apply"
  67. layout="topleft"
  68. left="60"
  69. name="apply_btn"
  70. top="100"
  71. width="100" />
  72. <text
  73. follows="left|top"
  74. height="20"
  75. layout="topleft"
  76. left="10"
  77. name="objret_text_lbl"
  78. top="150"
  79. width="90">
  80. Object Return
  81. </text>
  82. <text
  83. follows="left|top"
  84. height="20"
  85. layout="topleft"
  86. left="30"
  87. name="resident_text_lbl"
  88. top="175"
  89. width="60">
  90. Resident:
  91. </text>
  92. <line_editor
  93. border_style="line"
  94. border_thickness="1"
  95. enabled="false"
  96. follows="left|top"
  97. height="20"
  98. layout="topleft"
  99. left_delta="60"
  100. mouse_opaque="false"
  101. name="target_avatar_name"
  102. top_delta="-2"
  103. width="270">
  104. (none)
  105. </line_editor>
  106. <button
  107. follows="left|top"
  108. height="20"
  109. label="Choose"
  110. layout="topleft"
  111. left_pad="5"
  112. name="choose_avatar_btn"
  113. top_delta="0"
  114. width="70" />
  115. <text
  116. follows="left|top"
  117. height="20"
  118. layout="topleft"
  119. left="30"
  120. name="options_text_lbl"
  121. top="198"
  122. width="60">
  123. Options:
  124. </text>
  125. <check_box
  126. height="20"
  127. label="With scripts"
  128. layout="topleft"
  129. left_delta="60"
  130. name="return_scripts"
  131. tool_tip="Return only objects which have scripts"
  132. top_delta="0"
  133. width="80" />
  134. <check_box
  135. height="20"
  136. label="On someone else&apos;s land"
  137. layout="topleft"
  138. left_delta="0"
  139. name="return_other_land"
  140. tool_tip="Return only objects which are on land belonging to someone else"
  141. top_delta="20"
  142. width="80" />
  143. <check_box
  144. height="20"
  145. label="In every region of this estate"
  146. layout="topleft"
  147. left_delta="0"
  148. name="return_estate_wide"
  149. tool_tip="Return objects in all of the regions that make up this estate"
  150. top_delta="20"
  151. width="80" />
  152. <button
  153. follows="left|top"
  154. height="20"
  155. label="Return"
  156. layout="topleft"
  157. left="20"
  158. name="return_btn"
  159. top="263"
  160. width="80" />
  161. <button
  162. follows="left|top"
  163. height="20"
  164. label="Get Top Colliders..."
  165. layout="topleft"
  166. left="10"
  167. name="top_colliders_btn"
  168. tool_tip="List of objects experiencing the most potential collisions"
  169. top="313"
  170. width="150" />
  171. <button
  172. follows="left|top"
  173. height="20"
  174. label="Restart Region"
  175. layout="topleft"
  176. left_pad="155"
  177. name="restart_btn"
  178. tool_tip="Give 2 minute countdown and restart region"
  179. top_delta="0"
  180. width="150" />
  181. <button
  182. follows="left|top"
  183. height="20"
  184. label="Get Top Scripts..."
  185. layout="topleft"
  186. left="10"
  187. name="top_scripts_btn"
  188. tool_tip="List of objects spending the most time running scripts"
  189. top_pad="5"
  190. width="150" />
  191. <button
  192. follows="left|top"
  193. height="20"
  194. label="Delay Restart"
  195. layout="topleft"
  196. left_pad="155"
  197. name="cancel_restart_btn"
  198. tool_tip="Delay region restart by one hour"
  199. top_delta="0"
  200. width="150" />
  201. </panel>