PageRenderTime 37ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 864 lines | 864 code | 0 blank | 0 comment | 0 complexity | 7b7e9f8a772786bbc056011a37972eb0 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. height="500"
  5. layout="topleft"
  6. name="Joystick"
  7. help_topic="joystick"
  8. title="JOYSTICK CONFIGURATION"
  9. width="569">
  10. <floater.string
  11. name="NoDevice">
  12. no device detected
  13. </floater.string>
  14. <check_box
  15. bottom="38"
  16. control_name="JoystickEnabled"
  17. halign="left"
  18. label="Enable Joystick:"
  19. layout="topleft"
  20. left="14"
  21. name="enable_joystick"
  22. width="60" />
  23. <text
  24. bottom="32"
  25. layout="topleft"
  26. left="120"
  27. name="joystick_type"
  28. width="380" />
  29. <spinner
  30. bottom="48"
  31. control_name="JoystickAxis1"
  32. decimal_digits="0"
  33. increment="1"
  34. label="X Axis Mapping"
  35. label_width="100"
  36. layout="topleft"
  37. left="20"
  38. max_val="5"
  39. min_val="-1"
  40. name="JoystickAxis1"
  41. width="140" />
  42. <spinner
  43. bottom="48"
  44. control_name="JoystickAxis2"
  45. decimal_digits="0"
  46. increment="1"
  47. label="Y Axis Mapping"
  48. label_width="100"
  49. layout="topleft"
  50. left="190"
  51. max_val="5"
  52. min_val="-1"
  53. name="JoystickAxis2"
  54. width="140" />
  55. <spinner
  56. bottom="48"
  57. control_name="JoystickAxis0"
  58. decimal_digits="0"
  59. increment="1"
  60. label="Z Axis Mapping"
  61. label_width="100"
  62. layout="topleft"
  63. left="360"
  64. max_val="5"
  65. min_val="-1"
  66. name="JoystickAxis0"
  67. width="140" />
  68. <spinner
  69. bottom="68"
  70. control_name="JoystickAxis4"
  71. decimal_digits="0"
  72. increment="1"
  73. label="Pitch Mapping"
  74. label_width="100"
  75. layout="topleft"
  76. left="20"
  77. max_val="5"
  78. min_val="-1"
  79. name="JoystickAxis4"
  80. width="140" />
  81. <spinner
  82. bottom="68"
  83. control_name="JoystickAxis5"
  84. decimal_digits="0"
  85. increment="1"
  86. label="Yaw Mapping"
  87. label_width="100"
  88. layout="topleft"
  89. left="190"
  90. max_val="5"
  91. min_val="-1"
  92. name="JoystickAxis5"
  93. width="140" />
  94. <spinner
  95. bottom="68"
  96. control_name="JoystickAxis3"
  97. decimal_digits="0"
  98. increment="1"
  99. label="Roll Mapping"
  100. label_width="100"
  101. layout="topleft"
  102. left="360"
  103. max_val="5"
  104. min_val="-1"
  105. name="JoystickAxis3"
  106. width="140" />
  107. <spinner
  108. bottom="88"
  109. control_name="JoystickAxis6"
  110. decimal_digits="0"
  111. increment="1"
  112. label="Zoom Mapping"
  113. label_width="100"
  114. layout="topleft"
  115. left="20"
  116. max_val="5"
  117. min_val="-1"
  118. name="JoystickAxis6"
  119. width="140" />
  120. <check_box
  121. bottom_delta="18"
  122. control_name="ZoomDirect"
  123. label="Direct Zoom"
  124. layout="topleft"
  125. left="185"
  126. name="ZoomDirect"
  127. width="60" />
  128. <check_box
  129. bottom_delta="0"
  130. control_name="Cursor3D"
  131. label="3D Cursor"
  132. layout="topleft"
  133. left="310"
  134. name="Cursor3D"
  135. width="60" />
  136. <check_box
  137. bottom_delta="0"
  138. control_name="AutoLeveling"
  139. label="Auto Level"
  140. layout="topleft"
  141. left="420"
  142. name="AutoLeveling"
  143. width="60" />
  144. <text
  145. type="string"
  146. length="1"
  147. follows="left|top"
  148. halign="right"
  149. height="10"
  150. layout="topleft"
  151. left="37"
  152. mouse_opaque="false"
  153. name="Control Modes:"
  154. top="110"
  155. width="102">
  156. Control Modes:
  157. </text>
  158. <check_box
  159. bottom="127"
  160. control_name="JoystickAvatarEnabled"
  161. halign="center"
  162. label="Avatar"
  163. layout="topleft"
  164. left="150"
  165. name="JoystickAvatarEnabled"
  166. width="60" />
  167. <check_box
  168. bottom="127"
  169. control_name="JoystickBuildEnabled"
  170. halign="center"
  171. label="Build"
  172. layout="topleft"
  173. left="219"
  174. name="JoystickBuildEnabled"
  175. width="60" />
  176. <check_box
  177. bottom="127"
  178. control_name="JoystickFlycamEnabled"
  179. halign="center"
  180. label="Flycam"
  181. layout="topleft"
  182. left="289"
  183. name="JoystickFlycamEnabled"
  184. width="60" />
  185. <stat_view
  186. height="250"
  187. label="Joystick Monitor"
  188. layout="topleft"
  189. left="359"
  190. name="axis_view"
  191. show_label="true"
  192. top="142"
  193. width="200">
  194. <stat_bar
  195. bar_max="2"
  196. bar_min="-2"
  197. height="0"
  198. label="Axis 0"
  199. label_spacing="1"
  200. layout="topleft"
  201. left="0"
  202. name="axis0"
  203. tick_spacing="0.5"
  204. top="20"
  205. width="0" />
  206. <stat_bar
  207. bar_max="2"
  208. bar_min="-2"
  209. label="Axis 1"
  210. label_spacing="1"
  211. layout="topleft"
  212. name="axis1"
  213. tick_spacing="0.5" />
  214. <stat_bar
  215. bar_max="2"
  216. bar_min="-2"
  217. label="Axis 2"
  218. label_spacing="1"
  219. layout="topleft"
  220. name="axis2"
  221. tick_spacing="0.5" />
  222. <stat_bar
  223. bar_max="2"
  224. bar_min="-2"
  225. label="Axis 3"
  226. label_spacing="1"
  227. layout="topleft"
  228. name="axis3"
  229. tick_spacing="0.5" />
  230. <stat_bar
  231. bar_max="2"
  232. bar_min="-2"
  233. label="Axis 4"
  234. label_spacing="1"
  235. layout="topleft"
  236. name="axis4"
  237. tick_spacing="0.5" />
  238. <stat_bar
  239. bar_max="2"
  240. bar_min="-2"
  241. label="Axis 5"
  242. label_spacing="1"
  243. layout="topleft"
  244. name="axis5"
  245. tick_spacing="0.5" />
  246. </stat_view>
  247. <text
  248. type="string"
  249. length="1"
  250. bottom="144"
  251. halign="right"
  252. layout="topleft"
  253. left="3"
  254. name="XScale"
  255. width="140">
  256. X Scale
  257. </text>
  258. <spinner
  259. bottom="144"
  260. control_name="AvatarAxisScale1"
  261. decimal_digits="2"
  262. label_width="0"
  263. layout="topleft"
  264. left="150"
  265. max_val="50"
  266. min_val="-50"
  267. name="AvatarAxisScale1"
  268. width="56" />
  269. <spinner
  270. bottom="144"
  271. control_name="BuildAxisScale1"
  272. decimal_digits="2"
  273. label_width="0"
  274. layout="topleft"
  275. left="220"
  276. max_val="1024"
  277. min_val="-1024"
  278. name="BuildAxisScale1"
  279. width="56" />
  280. <spinner
  281. bottom="144"
  282. control_name="FlycamAxisScale1"
  283. decimal_digits="2"
  284. label_width="0"
  285. layout="topleft"
  286. left="290"
  287. max_val="1024"
  288. min_val="-1024"
  289. name="FlycamAxisScale1"
  290. width="56" />
  291. <text
  292. type="string"
  293. length="1"
  294. bottom="164"
  295. halign="right"
  296. layout="topleft"
  297. left="3"
  298. name="YScale"
  299. width="140">
  300. Y Scale
  301. </text>
  302. <spinner
  303. bottom="164"
  304. control_name="AvatarAxisScale2"
  305. decimal_digits="2"
  306. label_width="0"
  307. layout="topleft"
  308. left="150"
  309. max_val="50"
  310. min_val="-50"
  311. name="AvatarAxisScale2"
  312. width="56" />
  313. <spinner
  314. bottom="164"
  315. control_name="BuildAxisScale2"
  316. decimal_digits="2"
  317. label_width="0"
  318. layout="topleft"
  319. left="220"
  320. max_val="1024"
  321. min_val="-1024"
  322. name="BuildAxisScale2"
  323. width="56" />
  324. <spinner
  325. bottom="164"
  326. control_name="FlycamAxisScale2"
  327. decimal_digits="2"
  328. label_width="0"
  329. layout="topleft"
  330. left="290"
  331. max_val="1024"
  332. min_val="-1024"
  333. name="FlycamAxisScale2"
  334. width="56" />
  335. <text
  336. type="string"
  337. length="1"
  338. bottom="184"
  339. halign="right"
  340. layout="topleft"
  341. left="3"
  342. name="ZScale"
  343. width="140">
  344. Z Scale
  345. </text>
  346. <spinner
  347. bottom="184"
  348. control_name="AvatarAxisScale0"
  349. decimal_digits="2"
  350. label_width="0"
  351. layout="topleft"
  352. left="150"
  353. max_val="50"
  354. min_val="-50"
  355. name="AvatarAxisScale0"
  356. width="56" />
  357. <spinner
  358. bottom="184"
  359. control_name="BuildAxisScale0"
  360. decimal_digits="2"
  361. label_width="0"
  362. layout="topleft"
  363. left="220"
  364. max_val="1024"
  365. min_val="-1024"
  366. name="BuildAxisScale0"
  367. width="56" />
  368. <spinner
  369. bottom="184"
  370. control_name="FlycamAxisScale0"
  371. decimal_digits="2"
  372. label_width="0"
  373. layout="topleft"
  374. left="290"
  375. max_val="1024"
  376. min_val="-1024"
  377. name="FlycamAxisScale0"
  378. width="56" />
  379. <text
  380. type="string"
  381. length="1"
  382. bottom="204"
  383. halign="right"
  384. layout="topleft"
  385. left="3"
  386. name="PitchScale"
  387. width="140">
  388. Pitch Scale
  389. </text>
  390. <spinner
  391. bottom="204"
  392. control_name="AvatarAxisScale4"
  393. decimal_digits="2"
  394. label_width="0"
  395. layout="topleft"
  396. left="150"
  397. max_val="1024"
  398. min_val="-1024"
  399. name="AvatarAxisScale4"
  400. width="56" />
  401. <spinner
  402. bottom="204"
  403. control_name="BuildAxisScale4"
  404. decimal_digits="2"
  405. label_width="0"
  406. layout="topleft"
  407. left="220"
  408. max_val="1024"
  409. min_val="-1024"
  410. name="BuildAxisScale4"
  411. width="56" />
  412. <spinner
  413. bottom="204"
  414. control_name="FlycamAxisScale4"
  415. decimal_digits="2"
  416. label_width="0"
  417. layout="topleft"
  418. left="290"
  419. max_val="1024"
  420. min_val="-1024"
  421. name="FlycamAxisScale4"
  422. width="56" />
  423. <text
  424. type="string"
  425. length="1"
  426. bottom="224"
  427. halign="right"
  428. layout="topleft"
  429. left="3"
  430. name="YawScale"
  431. width="140">
  432. Yaw Scale
  433. </text>
  434. <spinner
  435. bottom="224"
  436. control_name="AvatarAxisScale5"
  437. decimal_digits="2"
  438. label_width="0"
  439. layout="topleft"
  440. left="150"
  441. max_val="1024"
  442. min_val="-1024"
  443. name="AvatarAxisScale5"
  444. width="56" />
  445. <spinner
  446. bottom="224"
  447. control_name="BuildAxisScale5"
  448. decimal_digits="2"
  449. label_width="0"
  450. layout="topleft"
  451. left="220"
  452. max_val="1024"
  453. min_val="-1024"
  454. name="BuildAxisScale5"
  455. width="56" />
  456. <spinner
  457. bottom="224"
  458. control_name="FlycamAxisScale5"
  459. decimal_digits="2"
  460. label_width="0"
  461. layout="topleft"
  462. left="290"
  463. max_val="1024"
  464. min_val="-1024"
  465. name="FlycamAxisScale5"
  466. width="56" />
  467. <text
  468. type="string"
  469. length="1"
  470. bottom="244"
  471. halign="right"
  472. layout="topleft"
  473. left="3"
  474. name="RollScale"
  475. width="140">
  476. Roll Scale
  477. </text>
  478. <spinner
  479. bottom="244"
  480. control_name="BuildAxisScale3"
  481. decimal_digits="2"
  482. label_width="0"
  483. layout="topleft"
  484. left="220"
  485. max_val="1024"
  486. min_val="-1024"
  487. name="BuildAxisScale3"
  488. width="56" />
  489. <spinner
  490. bottom="244"
  491. control_name="FlycamAxisScale3"
  492. decimal_digits="2"
  493. label_width="0"
  494. layout="topleft"
  495. left="290"
  496. max_val="1024"
  497. min_val="-1024"
  498. name="FlycamAxisScale3"
  499. width="56" />
  500. <text
  501. type="string"
  502. length="1"
  503. bottom="274"
  504. halign="right"
  505. layout="topleft"
  506. left="3"
  507. name="XDeadZone"
  508. width="140">
  509. X Dead Zone
  510. </text>
  511. <spinner
  512. bottom="274"
  513. control_name="AvatarAxisDeadZone1"
  514. decimal_digits="2"
  515. increment="0.01"
  516. label_width="0"
  517. layout="topleft"
  518. left="150"
  519. name="AvatarAxisDeadZone1"
  520. width="56" />
  521. <spinner
  522. bottom="274"
  523. control_name="BuildAxisDeadZone1"
  524. decimal_digits="2"
  525. increment="0.01"
  526. label_width="0"
  527. layout="topleft"
  528. left="220"
  529. name="BuildAxisDeadZone1"
  530. width="56" />
  531. <spinner
  532. bottom="274"
  533. control_name="FlycamAxisDeadZone1"
  534. decimal_digits="2"
  535. increment="0.01"
  536. label_width="0"
  537. layout="topleft"
  538. left="290"
  539. name="FlycamAxisDeadZone1"
  540. width="56" />
  541. <text
  542. type="string"
  543. length="1"
  544. bottom="294"
  545. halign="right"
  546. layout="topleft"
  547. left="3"
  548. name="YDeadZone"
  549. width="140">
  550. Y Dead Zone
  551. </text>
  552. <spinner
  553. bottom="294"
  554. control_name="AvatarAxisDeadZone2"
  555. decimal_digits="2"
  556. increment="0.01"
  557. label_width="0"
  558. layout="topleft"
  559. left="150"
  560. name="AvatarAxisDeadZone2"
  561. width="56" />
  562. <spinner
  563. bottom="294"
  564. control_name="BuildAxisDeadZone2"
  565. decimal_digits="2"
  566. increment="0.01"
  567. label_width="0"
  568. layout="topleft"
  569. left="220"
  570. name="BuildAxisDeadZone2"
  571. width="56" />
  572. <spinner
  573. bottom="294"
  574. control_name="FlycamAxisDeadZone2"
  575. decimal_digits="2"
  576. increment="0.01"
  577. label_width="0"
  578. layout="topleft"
  579. left="290"
  580. name="FlycamAxisDeadZone2"
  581. width="56" />
  582. <text
  583. type="string"
  584. length="1"
  585. bottom="314"
  586. halign="right"
  587. layout="topleft"
  588. left="3"
  589. name="ZDeadZone"
  590. width="140">
  591. Z Dead Zone
  592. </text>
  593. <spinner
  594. bottom="314"
  595. control_name="AvatarAxisDeadZone0"
  596. decimal_digits="2"
  597. increment="0.01"
  598. label_width="0"
  599. layout="topleft"
  600. left="150"
  601. name="AvatarAxisDeadZone0"
  602. width="56" />
  603. <spinner
  604. bottom="314"
  605. control_name="BuildAxisDeadZone0"
  606. decimal_digits="2"
  607. increment="0.01"
  608. label_width="0"
  609. layout="topleft"
  610. left="220"
  611. name="BuildAxisDeadZone0"
  612. width="56" />
  613. <spinner
  614. bottom="314"
  615. control_name="FlycamAxisDeadZone0"
  616. decimal_digits="2"
  617. increment="0.01"
  618. label_width="0"
  619. layout="topleft"
  620. left="290"
  621. name="FlycamAxisDeadZone0"
  622. width="56" />
  623. <text
  624. type="string"
  625. length="1"
  626. bottom="334"
  627. halign="right"
  628. layout="topleft"
  629. left="2"
  630. name="PitchDeadZone"
  631. width="140">
  632. Pitch Dead Zone
  633. </text>
  634. <spinner
  635. bottom="334"
  636. control_name="AvatarAxisDeadZone4"
  637. decimal_digits="2"
  638. increment="0.01"
  639. label_width="0"
  640. layout="topleft"
  641. left="150"
  642. name="AvatarAxisDeadZone4"
  643. width="56" />
  644. <spinner
  645. bottom="334"
  646. control_name="BuildAxisDeadZone4"
  647. decimal_digits="2"
  648. increment="0.01"
  649. label_width="0"
  650. layout="topleft"
  651. left="220"
  652. name="BuildAxisDeadZone4"
  653. width="56" />
  654. <spinner
  655. bottom="334"
  656. control_name="FlycamAxisDeadZone4"
  657. decimal_digits="2"
  658. increment="0.01"
  659. label_width="0"
  660. layout="topleft"
  661. left="290"
  662. name="FlycamAxisDeadZone4"
  663. width="56" />
  664. <text
  665. type="string"
  666. length="1"
  667. bottom="354"
  668. halign="right"
  669. layout="topleft"
  670. left="3"
  671. name="YawDeadZone"
  672. width="140">
  673. Yaw Dead Zone
  674. </text>
  675. <spinner
  676. bottom="354"
  677. control_name="AvatarAxisDeadZone5"
  678. decimal_digits="2"
  679. increment="0.01"
  680. label_width="0"
  681. layout="topleft"
  682. left="150"
  683. name="AvatarAxisDeadZone5"
  684. width="56" />
  685. <spinner
  686. bottom="354"
  687. control_name="BuildAxisDeadZone5"
  688. decimal_digits="2"
  689. increment="0.01"
  690. label_width="0"
  691. layout="topleft"
  692. left="220"
  693. name="BuildAxisDeadZone5"
  694. width="56" />
  695. <spinner
  696. bottom="354"
  697. control_name="FlycamAxisDeadZone5"
  698. decimal_digits="2"
  699. increment="0.01"
  700. label_width="0"
  701. layout="topleft"
  702. left="290"
  703. name="FlycamAxisDeadZone5"
  704. width="56" />
  705. <text
  706. type="string"
  707. length="1"
  708. bottom="374"
  709. halign="right"
  710. layout="topleft"
  711. left="3"
  712. name="RollDeadZone"
  713. width="140">
  714. Roll Dead Zone
  715. </text>
  716. <spinner
  717. bottom="374"
  718. control_name="BuildAxisDeadZone3"
  719. decimal_digits="2"
  720. increment="0.01"
  721. label_width="0"
  722. layout="topleft"
  723. left="220"
  724. name="BuildAxisDeadZone3"
  725. width="56" />
  726. <spinner
  727. bottom="374"
  728. control_name="FlycamAxisDeadZone3"
  729. decimal_digits="2"
  730. increment="0.01"
  731. label_width="0"
  732. layout="topleft"
  733. left="290"
  734. name="FlycamAxisDeadZone3"
  735. width="56" />
  736. <text
  737. type="string"
  738. length="1"
  739. bottom="402"
  740. halign="right"
  741. layout="topleft"
  742. left="3"
  743. name="Feathering"
  744. width="140">
  745. Feathering
  746. </text>
  747. <slider
  748. control_name="AvatarFeathering"
  749. decimal_digits="0"
  750. follows="left|top"
  751. height="16"
  752. increment="1"
  753. initial_value="0.7"
  754. layout="topleft"
  755. left="141"
  756. max_val="32"
  757. min_val="1"
  758. name="AvatarFeathering"
  759. show_text="false"
  760. top="402"
  761. width="73" />
  762. <slider
  763. control_name="BuildFeathering"
  764. decimal_digits="0"
  765. follows="left|top"
  766. height="16"
  767. increment="1"
  768. initial_value="0.7"
  769. layout="topleft"
  770. left_delta="70"
  771. max_val="32"
  772. min_val="1"
  773. name="BuildFeathering"
  774. show_text="false"
  775. top_delta="0"
  776. width="73" />
  777. <slider
  778. control_name="FlycamFeathering"
  779. decimal_digits="0"
  780. follows="left|top"
  781. height="16"
  782. increment="1"
  783. initial_value="0.7"
  784. layout="topleft"
  785. left_delta="70"
  786. max_val="32"
  787. min_val="1"
  788. name="FlycamFeathering"
  789. show_text="false"
  790. top_delta="0"
  791. width="73" />
  792. <text
  793. type="string"
  794. length="1"
  795. bottom="430"
  796. halign="right"
  797. layout="topleft"
  798. left="3"
  799. name="ZoomScale2"
  800. width="140">
  801. Zoom Scale
  802. </text>
  803. <spinner
  804. bottom="430"
  805. control_name="FlycamAxisScale6"
  806. decimal_digits="2"
  807. label_width="0"
  808. layout="topleft"
  809. left="290"
  810. max_val="1024"
  811. min_val="-1024"
  812. name="FlycamAxisScale6"
  813. width="56" />
  814. <text
  815. type="string"
  816. length="1"
  817. bottom="450"
  818. halign="right"
  819. layout="topleft"
  820. left="3"
  821. name="ZoomDeadZone"
  822. width="140">
  823. Zoom Dead Zone
  824. </text>
  825. <spinner
  826. bottom="450"
  827. control_name="FlycamAxisDeadZone6"
  828. decimal_digits="2"
  829. increment="0.01"
  830. label_width="0"
  831. layout="topleft"
  832. left="290"
  833. name="FlycamAxisDeadZone6"
  834. width="56" />
  835. <button
  836. follows="left|top"
  837. height="22"
  838. label="SpaceNavigator Defaults"
  839. layout="topleft"
  840. left="359"
  841. name="SpaceNavigatorDefaults"
  842. top="429"
  843. width="200" />
  844. <button
  845. follows="right|bottom"
  846. height="20"
  847. label="OK"
  848. label_selected="OK"
  849. layout="topleft"
  850. left_delta="0"
  851. name="ok_btn"
  852. top_pad="9"
  853. width="98" />
  854. <button
  855. follows="right|bottom"
  856. height="20"
  857. label="Cancel"
  858. label_selected="Cancel"
  859. layout="topleft"
  860. left_pad="4"
  861. name="cancel_btn"
  862. top_delta="0"
  863. width="98" />
  864. </floater>