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

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



The branch, master has been updated
       via  1305b9c187237a3726cdb525445ba2debd8ddbd4 (commit)
      from  416ccb60d759cd0e4e27d230a2af01bcc9f3ccdc (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 |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)


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

commit 1305b9c187237a3726cdb525445ba2debd8ddbd4
Author: Felix Ruoff <Felix@xxxxxxxxxxxxxxxxxx>
Commit: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>

    Fix warning for gtk describing menuitems
    
    With GTK+ there are no 'describing menuitems' avaiable (the out-grayed items
    in lesstif-GUI). For this reason, the items in gpcb-menu.res are ignored and
    a warning is displayed at the message-log.
    
    This patch fixes this by removing these describing menuitems for the gtk-GUI
    and renamed the described items to a more explaining label.
    It also added mnemonics for these menu-items.
    
    Closes-bug: lp-769815

:100644 100644 9b6e612... e9469e9... M	src/gpcb-menu.res

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

commit 1305b9c187237a3726cdb525445ba2debd8ddbd4
Author: Felix Ruoff <Felix@xxxxxxxxxxxxxxxxxx>
Commit: Krzysztof KoÅ?ciuszkiewicz <k.kosciuszkiewicz@xxxxxxxxx>

    Fix warning for gtk describing menuitems
    
    With GTK+ there are no 'describing menuitems' avaiable (the out-grayed items
    in lesstif-GUI). For this reason, the items in gpcb-menu.res are ignored and
    a warning is displayed at the message-log.
    
    This patch fixes this by removing these describing menuitems for the gtk-GUI
    and renamed the described items to a more explaining label.
    It also added mnemonics for these menu-items.
    
    Closes-bug: lp-769815

diff --git a/src/gpcb-menu.res b/src/gpcb-menu.res
index 9b6e612..e9469e9 100644
--- a/src/gpcb-menu.res
+++ b/src/gpcb-menu.res
@@ -215,13 +215,12 @@ MainMenu =
    {"Check polygons" checked=checkplanes Display(ToggleCheckPlanes)}
    -
    {"Vendor drill mapping" ToggleVendor() checked=VendorMapOn}
-   {"Import Settings"
-    {"New elements added at..." foreground=grey50 sensitive=false}
-    {" Center" Import(setnewpoint,center)}
-    {" Mark" Import(setnewpoint,mark)}
-    {" Crosshair" Import(setnewpoint)}
+   {"Import New Elements at" m=I
+    {" Center" Import(setnewpoint,center) m=C}
+    {" Mark" Import(setnewpoint,mark) m=M}
+    {" Crosshair" Import(setnewpoint) m=h}
     -
-    {"Set Dispersion" Import(setdisperse)}
+    {"Set Dispersion" Import(setdisperse) m=D}
    }
   }
 
@@ -304,12 +303,11 @@ MainMenu =
    {"Break buffer elements to pieces" PasteBuffer(Restore)}
    {"Save buffer elements to file" Save(PasteBuffer)}
    -
-   {"Select current buffer" foreground=grey50 sensitive=false}
-   {"#1" checked=buffer,1 PasteBuffer(1) a={"Shift-1" "Shift<Key>1"}}
-   {"#2" checked=buffer,2 PasteBuffer(2) a={"Shift-2" "Shift<Key>2"}}
-   {"#3" checked=buffer,3 PasteBuffer(3) a={"Shift-3" "Shift<Key>3"}}
-   {"#4" checked=buffer,4 PasteBuffer(4) a={"Shift-4" "Shift<Key>4"}}
-   {"#5" checked=buffer,5 PasteBuffer(5) a={"Shift-5" "Shift<Key>5"}}
+   {"Select Buffer #1" checked=buffer,1 PasteBuffer(1) m=1 a={"Shift-1" "Shift<Key>1"}}
+   {"Select Buffer #2" checked=buffer,2 PasteBuffer(2) m=2 a={"Shift-2" "Shift<Key>2"}}
+   {"Select Buffer #3" checked=buffer,3 PasteBuffer(3) m=3 a={"Shift-3" "Shift<Key>3"}}
+   {"Select Buffer #4" checked=buffer,4 PasteBuffer(4) m=4 a={"Shift-4" "Shift<Key>4"}}
+   {"Select Buffer #5" checked=buffer,5 PasteBuffer(5) m=5 a={"Shift-5" "Shift<Key>5"}}
   }
 
 #



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