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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 256 lines | 255 code | 1 blank | 0 comment | 0 complexity | 488ce9db74605dbad42b79fa00dad5be MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. can_resize="true"
  5. height="350"
  6. layout="topleft"
  7. min_height="300"
  8. min_width="450"
  9. name="top_objects"
  10. help_topic="top_objects"
  11. title="Top Objects"
  12. width="800">
  13. <floater.string
  14. name="top_scripts_title">
  15. Top Scripts
  16. </floater.string>
  17. <floater.string
  18. name="top_scripts_text">
  19. [COUNT] scripts taking a total of [TIME] ms
  20. </floater.string>
  21. <floater.string
  22. name="scripts_score_label">
  23. Time
  24. </floater.string>
  25. <floater.string
  26. name="scripts_mono_time_label">
  27. Mono Time
  28. </floater.string>
  29. <floater.string
  30. name="top_colliders_title">
  31. Top Colliders
  32. </floater.string>
  33. <floater.string
  34. name="top_colliders_text">
  35. Top [COUNT] objects experiencing many potential collisions
  36. </floater.string>
  37. <floater.string
  38. name="colliders_score_label">
  39. Score
  40. </floater.string>
  41. <floater.string
  42. name="none_descriptor">
  43. None found.
  44. </floater.string>
  45. <text
  46. type="string"
  47. length="1"
  48. follows="left|top"
  49. height="20"
  50. layout="topleft"
  51. left="10"
  52. name="title_text"
  53. top="20"
  54. text_color="EmphasisColor"
  55. width="400">
  56. Loading...
  57. </text>
  58. <scroll_list
  59. draw_heading="true"
  60. follows="all"
  61. height="170"
  62. layout="topleft"
  63. left_delta="0"
  64. multi_select="true"
  65. name="objects_list"
  66. top_delta="17"
  67. width="780">
  68. <scroll_list.columns
  69. label="Score"
  70. name="score"
  71. width="55" />
  72. <scroll_list.columns
  73. label="Name"
  74. name="name"
  75. width="140" />
  76. <scroll_list.columns
  77. label="Owner"
  78. name="owner"
  79. width="105" />
  80. <scroll_list.columns
  81. label="Location"
  82. name="location"
  83. width="130" />
  84. <scroll_list.columns
  85. label="Time"
  86. name="time"
  87. width="150" />
  88. <scroll_list.columns
  89. label="Mono Time"
  90. name="mono_time"
  91. width="100" />
  92. <scroll_list.columns
  93. label="URLs"
  94. name="URLs"
  95. width="100" />
  96. <scroll_list.commit_callback
  97. function="TopObjects.CommitObjectsList" />
  98. </scroll_list>
  99. <text
  100. type="string"
  101. length="1"
  102. follows="left|bottom"
  103. height="20"
  104. layout="topleft"
  105. left_delta="0"
  106. name="id_text"
  107. top_pad="10"
  108. width="107">
  109. Object ID:
  110. </text>
  111. <line_editor
  112. enabled="false"
  113. follows="left|bottom|right"
  114. height="20"
  115. layout="topleft"
  116. left_pad="3"
  117. name="id_editor"
  118. top_delta="-3"
  119. width="568" />
  120. <button
  121. follows="bottom|right"
  122. height="23"
  123. label="Show Beacon"
  124. layout="topleft"
  125. left_pad="5"
  126. name="show_beacon_btn"
  127. top_delta="0"
  128. width="100">
  129. <button.commit_callback
  130. function="TopObjects.ShowBeacon" />
  131. </button>
  132. <text
  133. type="string"
  134. length="1"
  135. follows="left|bottom"
  136. height="20"
  137. layout="topleft"
  138. left="10"
  139. top_pad="5"
  140. name="obj_name_text"
  141. width="107">
  142. Object name:
  143. </text>
  144. <line_editor
  145. follows="left|bottom|right"
  146. height="20"
  147. layout="topleft"
  148. left_pad="3"
  149. name="object_name_editor"
  150. top_delta="-3"
  151. width="568" />
  152. <button
  153. follows="bottom|right"
  154. height="23"
  155. label="Filter"
  156. layout="topleft"
  157. left_pad="5"
  158. name="filter_object_btn"
  159. top_delta="0"
  160. width="100">
  161. <button.commit_callback
  162. function="TopObjects.GetByObjectName" />
  163. </button>
  164. <text
  165. type="string"
  166. length="1"
  167. follows="left|bottom"
  168. height="20"
  169. layout="topleft"
  170. left="10"
  171. top_pad="5"
  172. name="owner_name_text"
  173. width="107">
  174. Owner:
  175. </text>
  176. <line_editor
  177. follows="left|bottom|right"
  178. height="20"
  179. layout="topleft"
  180. left_pad="3"
  181. name="owner_name_editor"
  182. top_delta="-3"
  183. width="568" />
  184. <button
  185. follows="bottom|right"
  186. height="23"
  187. label="Filter"
  188. layout="topleft"
  189. left_pad="5"
  190. name="filter_owner_btn"
  191. top_delta="0"
  192. width="100">
  193. <button.commit_callback
  194. function="TopObjects.GetByOwnerName" />
  195. </button>
  196. <button
  197. follows="bottom|right"
  198. height="22"
  199. image_overlay="Refresh_Off"
  200. layout="topleft"
  201. name="refresh_btn"
  202. right="-8"
  203. top_pad="5"
  204. width="23">
  205. <button.commit_callback
  206. function="TopObjects.Refresh" />
  207. </button>
  208. <button
  209. follows="bottom|left"
  210. height="23"
  211. label="Return Selected"
  212. layout="topleft"
  213. left="112"
  214. top_delta="0"
  215. name="return_selected_btn"
  216. width="130">
  217. <button.commit_callback
  218. function="TopObjects.ReturnSelected" />
  219. </button>
  220. <button
  221. follows="bottom|left"
  222. height="23"
  223. label="Return All"
  224. layout="topleft"
  225. left_pad="10"
  226. name="return_all_btn"
  227. top_delta="0"
  228. width="130">
  229. <button.commit_callback
  230. function="TopObjects.ReturnAll" />
  231. </button>
  232. <button
  233. follows="bottom|left"
  234. height="23"
  235. label="Disable Selected"
  236. layout="topleft"
  237. left="112"
  238. name="disable_selected_btn"
  239. width="130">
  240. <button.commit_callback
  241. function="TopObjects.DisableSelected" />
  242. </button>
  243. <button
  244. follows="bottom|left"
  245. height="23"
  246. label="Disable All"
  247. layout="topleft"
  248. left_pad="10"
  249. name="disable_all_btn"
  250. top_delta="0"
  251. width="130">
  252. <button.commit_callback
  253. function="TopObjects.DisableAll" />
  254. </button>
  255. </floater>