diff options
author | McCabe Maxsted | 2009-06-11 01:45:01 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-11 01:45:01 -0700 |
commit | 85a51c344015143cfc7126ed13aa4bdfd3840c8f (patch) | |
tree | b6440a53d8cd941cd3abd57aad396be2515f19e6 /linden/indra/newview/skins/default | |
parent | Moved 'Duplicate' to the Tools menu (diff) | |
download | meta-impy-85a51c344015143cfc7126ed13aa4bdfd3840c8f.zip meta-impy-85a51c344015143cfc7126ed13aa4bdfd3840c8f.tar.gz meta-impy-85a51c344015143cfc7126ed13aa4bdfd3840c8f.tar.bz2 meta-impy-85a51c344015143cfc7126ed13aa4bdfd3840c8f.tar.xz |
Changed 'Select Tool' to 'Choose Tool', moved Selection options into a flyout menu
Diffstat (limited to 'linden/indra/newview/skins/default')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | 109 |
1 files changed, 56 insertions, 53 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml index 4ba9ae4..2187f0e 100644 --- a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml +++ b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | |||
@@ -516,7 +516,7 @@ | |||
516 | 516 | ||
517 | <menu name="Tools" create_jump_keys="true" label="Tools" | 517 | <menu name="Tools" create_jump_keys="true" label="Tools" |
518 | opaque="true" tear_off="true" visible="false"> | 518 | opaque="true" tear_off="true" visible="false"> |
519 | <menu name="Select Tool" create_jump_keys="true" label="Select Tool" | 519 | <menu name="Select Tool" create_jump_keys="true" label="Choose Tool" |
520 | opaque="true" tear_off="true"> | 520 | opaque="true" tear_off="true"> |
521 | <menu_item_call name="Focus" label="Focus" shortcut="control|1"> | 521 | <menu_item_call name="Focus" label="Focus" shortcut="control|1"> |
522 | <on_click function="Tools.SelectTool" userdata="focus" /> | 522 | <on_click function="Tools.SelectTool" userdata="focus" /> |
@@ -535,48 +535,61 @@ | |||
535 | </menu_item_call> | 535 | </menu_item_call> |
536 | </menu> | 536 | </menu> |
537 | <menu_item_separator /> | 537 | <menu_item_separator /> |
538 | <menu_item_check name="Select Only My Objects" | 538 | <menu_item_call name="Focus on Selection" enabled="false" |
539 | label="Select Only My Objects"> | 539 | label="Focus on Selection" shortcut="H"> |
540 | <on_click function="Tools.SelectOnlyMyObjects" | 540 | <on_click function="Tools.LookAtSelection" userdata="focus" /> |
541 | userdata="agents" /> | 541 | <on_enable function="Tools.SomethingSelectedNoHUD" /> |
542 | <on_check control="SelectOwnedOnly" /> | 542 | </menu_item_call> |
543 | </menu_item_check> | 543 | <menu_item_call name="Zoom to Selection" enabled="false" |
544 | <menu_item_check name="Select Only Movable Objects" | 544 | label="Zoom to Selection" shortcut="shift|H"> |
545 | label="Select Only Movable Objects"> | 545 | <on_click function="Tools.LookAtSelection" userdata="zoom" /> |
546 | <on_click function="Tools.SelectOnlyMovableObjects" | 546 | <on_enable function="Tools.SomethingSelectedNoHUD" /> |
547 | userdata="movable" /> | 547 | </menu_item_call> |
548 | <on_check control="SelectMovableOnly" /> | 548 | <menu name="Selection Options" label="Selection Options" |
549 | </menu_item_check> | 549 | create_jump_keys="true" opaque="true" tear_off="true"> |
550 | <menu_item_check name="Select Only Copyable Objects" | 550 | <menu_item_check name="Select Only My Objects" |
551 | label="Select Only Copyable Objects"> | 551 | label="Select Only My Objects"> |
552 | <on_click function="Tools.SelectOnlyCopyableObjects" | 552 | <on_click function="Tools.SelectOnlyMyObjects" |
553 | userdata="copyable" /> | 553 | userdata="agents" /> |
554 | <on_check control="SelectCopyableOnly" /> | 554 | <on_check control="SelectOwnedOnly" /> |
555 | </menu_item_check> | 555 | </menu_item_check> |
556 | <menu_item_check name="Select By Surrounding" | 556 | <menu_item_check name="Select Only Movable Objects" |
557 | label="Select By Surrounding"> | 557 | label="Select Only Movable Objects"> |
558 | <on_click function="Tools.SelectBySurrounding" | 558 | <on_click function="Tools.SelectOnlyMovableObjects" |
559 | userdata="" /> | 559 | userdata="movable" /> |
560 | <on_check control="RectangleSelectInclusive" /> | 560 | <on_check control="SelectMovableOnly" /> |
561 | </menu_item_check> | 561 | </menu_item_check> |
562 | <menu_item_check name="Show Hidden Selection" | 562 | <menu_item_check name="Select Only Copyable Objects" |
563 | label="Show Hidden Selection"> | 563 | label="Select Only Copyable Objects"> |
564 | <on_click function="Tools.ShowHiddenSelection" | 564 | <on_click function="Tools.SelectOnlyCopyableObjects" |
565 | userdata="" /> | 565 | userdata="copyable" /> |
566 | <on_check control="RenderHiddenSelections" /> | 566 | <on_check control="SelectCopyableOnly" /> |
567 | </menu_item_check> | 567 | </menu_item_check> |
568 | <menu_item_check name="Show Light Radius for Selection" | 568 | <menu_item_check name="Select By Surrounding" |
569 | label="Show Light Radius for Selection"> | 569 | label="Select By Surrounding"> |
570 | <on_click function="Tools.ShowSelectionLightRadius" | 570 | <on_click function="Tools.SelectBySurrounding" |
571 | userdata="" /> | 571 | userdata="" /> |
572 | <on_check control="RenderLightRadius" /> | 572 | <on_check control="RectangleSelectInclusive" /> |
573 | </menu_item_check> | 573 | </menu_item_check> |
574 | <menu_item_check name="Show Selection Beam" | 574 | <menu_item_check name="Show Hidden Selection" |
575 | label="Show Selection Beam"> | 575 | label="Show Hidden Selection"> |
576 | <on_click function="ToggleControl" | 576 | <on_click function="Tools.ShowHiddenSelection" |
577 | userdata="ShowSelectionBeam" /> | 577 | userdata="" /> |
578 | <on_check control="ShowSelectionBeam" /> | 578 | <on_check control="RenderHiddenSelections" /> |
579 | </menu_item_check> | 579 | </menu_item_check> |
580 | <menu_item_check name="Show Light Radius for Selection" | ||
581 | label="Show Light Radius for Selection"> | ||
582 | <on_click function="Tools.ShowSelectionLightRadius" | ||
583 | userdata="" /> | ||
584 | <on_check control="RenderLightRadius" /> | ||
585 | </menu_item_check> | ||
586 | <menu_item_check name="Show Selection Beam" | ||
587 | label="Show Selection Beam"> | ||
588 | <on_click function="ToggleControl" | ||
589 | userdata="ShowSelectionBeam" /> | ||
590 | <on_check control="ShowSelectionBeam" /> | ||
591 | </menu_item_check> | ||
592 | </menu> | ||
580 | <menu_item_separator /> | 593 | <menu_item_separator /> |
581 | <menu_item_check name="Snap to Grid" enabled="false" | 594 | <menu_item_check name="Snap to Grid" enabled="false" |
582 | label="Snap to Grid" shortcut="G"> | 595 | label="Snap to Grid" shortcut="G"> |
@@ -619,16 +632,6 @@ | |||
619 | <on_enable function="Tools.EnableUnlink" /> | 632 | <on_enable function="Tools.EnableUnlink" /> |
620 | </menu_item_call> | 633 | </menu_item_call> |
621 | <menu_item_separator /> | 634 | <menu_item_separator /> |
622 | <menu_item_call name="Focus on Selection" enabled="false" | ||
623 | label="Focus on Selection" shortcut="H"> | ||
624 | <on_click function="Tools.LookAtSelection" userdata="focus" /> | ||
625 | <on_enable function="Tools.SomethingSelectedNoHUD" /> | ||
626 | </menu_item_call> | ||
627 | <menu_item_call name="Zoom to Selection" enabled="false" | ||
628 | label="Zoom to Selection" shortcut="shift|H"> | ||
629 | <on_click function="Tools.LookAtSelection" userdata="zoom" /> | ||
630 | <on_enable function="Tools.SomethingSelectedNoHUD" /> | ||
631 | </menu_item_call> | ||
632 | <menu_item_call name="Duplicate" enabled="false" | 635 | <menu_item_call name="Duplicate" enabled="false" |
633 | label="Duplicate" shortcut="control|D"> | 636 | label="Duplicate" shortcut="control|D"> |
634 | <on_click function="Edit.Duplicate" userdata="" /> | 637 | <on_click function="Edit.Duplicate" userdata="" /> |