[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (cf13ea770f86afd5db173912425701f2cfb6fb9b)



The branch, master has been updated
       via  cf13ea770f86afd5db173912425701f2cfb6fb9b (commit)
      from  30609837d75111c2003a4f07fad88df09e666b00 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/gpcb-menu.res |    4 ++--
 src/pcb-menu.res  |    5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)


=================
 Commit Messages
=================

commit cf13ea770f86afd5db173912425701f2cfb6fb9b
Author: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
Commit: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>

    Change menu location of "Move to current layer"
    
    To be consistent with other menu actions (like Flip/Flip selected):
     * "Move to current layer" is now located in the Info > Key bindings,
     * "Move selected to current layer" is now located in the Select menu.
    
    Closes-bug: lp-699106

:100644 100644 dd1f27e... 9b6e612... M	src/gpcb-menu.res
:100644 100644 e2fc4bb... aaf48c4... M	src/pcb-menu.res

=========
 Changes
=========

commit cf13ea770f86afd5db173912425701f2cfb6fb9b
Author: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>
Commit: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>

    Change menu location of "Move to current layer"
    
    To be consistent with other menu actions (like Flip/Flip selected):
     * "Move to current layer" is now located in the Info > Key bindings,
     * "Move selected to current layer" is now located in the Select menu.
    
    Closes-bug: lp-699106

diff --git a/src/gpcb-menu.res b/src/gpcb-menu.res
index dd1f27e..9b6e612 100644
--- a/src/gpcb-menu.res
+++ b/src/gpcb-menu.res
@@ -105,8 +105,6 @@ MainMenu =
     {"Element" Attributes(Element)}
    }
    -
-   {"Move to current layer" MoveToCurrentLayer(Object) a={"M" "<Key>m"}}
-   {"Move selected to current layer" MoveToCurrentLayer(Selected) a={"Shift-M" "Shift<Key>m"}}
    {"Route Styles" @routestyles
     -
     {"Edit..." AdjustStyle(0)}
@@ -251,6 +249,7 @@ MainMenu =
    {"Disperse selected elements" DisperseElements(Selected)}
    -
    {"Move selected elements to other side" Flip(SelectedElements) a={"Shift-B" "Shift<Key>b"}}
+   {"Move selected to current layer" MoveToCurrentLayer(Selected) a={"Shift-M" "Shift<Key>m"}}
    {"Remove selected objects" RemoveSelected() a={"Shift-Delete" "Shift<Key>Delete"}}
    {"Convert selection to element" Select(Convert)}
    -
@@ -420,6 +419,7 @@ MainMenu =
     {"Clear Selected -2 mil" a={"Shift-Ctrl-K" "Shift Ctrl<Key>k"} ChangeClearSize(SelectedObjects,-2,mil)}
     {"Line Tool size +5 mil" a={"L" "<Key>l"} SetValue(LineSize,+5,mil)}
     {"Line Tool size -5 mil" a={"Shift-L" "Shift<Key>l"} SetValue(LineSize,-5,mil)}
+    {"Move Object to current layer" a={"M" "<Key>m"} MoveToCurrentLayer(Object)}
     {"MarkCrosshair" a={"Ctrl-M" "Ctrl<Key>m"} MarkCrosshair()}
     {"Select shortest rat" a={"Shift-N" "Shift<Key>n"} AddRats(Close)}
     {"AddRats to selected pins" a={"Shift-O" "Shift<Key>o"}
diff --git a/src/pcb-menu.res b/src/pcb-menu.res
index e2fc4bb..aaf48c4 100644
--- a/src/pcb-menu.res
+++ b/src/pcb-menu.res
@@ -147,9 +147,6 @@ MainMenu =
    {"Unselect all" Unselect(All) a={"Shift-Alt-A" "Shift Alt<Key>a"}}
    {"Select all visible" Select(All) a={"Alt-A" "Alt<Key>a"}}
    -
-   {"Move to current layer" MoveToCurrentLayer(Object) a={"M" "<Key>m"}}
-   {"Move selected to current layer" MoveToCurrentLayer(Selected) a={"Shift-M" "Shift<Key>m"}}
-   -
    {"Edit Names..." foreground=grey50 sensitive=false}
    {" Change text on layout" ChangeName(Object) a={"N" "<Key>n"}}
    {" Edit name of layout" ChangeName(Layout)}
@@ -240,6 +237,7 @@ MainMenu =
    {"Auto-place selected elements" AutoPlaceSelected() a={"Ctrl-P" "Ctrl<Key>p"}}
    {"Disperse all elements" DisperseElements(All)}
    {"Move selected elements to other side" Flip(SelectedElements) a={"Shift-B" "Shift<Key>b"}}
+   {"Move selected to current layer" MoveToCurrentLayer(Selected) a={"Shift-M" "Shift<Key>m"}}
    {"Delete selected objects" Delete(Selected) a={"Delete" "<Key>Delete"}}
    {"Convert selection to element" Select(Convert)}
    -
@@ -391,6 +389,7 @@ MainMenu =
     {"Clear Selected -2 mil" a={"Shift-Ctrl-K" "Shift Ctrl<Key>k"} ChangeClearSize(SelectedObjects,-2,mil)}
     {"Line Tool size +5 mil" a={"L" "<Key>l"} SetValue(LineSize,+5,mil)}
     {"Line Tool size -5 mil" a={"Shift-L" "Shift<Key>l"} SetValue(LineSize,-5,mil)}
+    {"Move Object to current layer" a={"M" "<Key>m"} MoveToCurrentLayer(Object)}
     {"MarkCrosshair" a={"Ctrl-M" "Ctrl<Key>m"} MarkCrosshair()}
     {"Select shortest rat" a={"Shift-N" "Shift<Key>n"} AddRats(Close)}
     {"AddRats to selected pins" a={"Shift-O" "Shift<Key>o"}



_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs