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

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



The branch, master has been updated
       via  76bc5883fdf1e1f6c5b9c16bdef7208911d713d6 (commit)
       via  8aa0eac4e7025398c6bbe49580ef9afdae0016ac (commit)
      from  c524ef4fa55162cd11ba79625896a018e8c55602 (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            |    2 +-
 src/hid/gtk/gui-log-window.c |    1 +
 src/pcb-menu.res             |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)


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

commit 76bc5883fdf1e1f6c5b9c16bdef7208911d713d6
Author: Jared Casper <jaredcasper@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Add missing return statement.

:100644 100644 33e1940... ae25ed7... M	src/hid/gtk/gui-log-window.c

commit 8aa0eac4e7025398c6bbe49580ef9afdae0016ac
Author: Jared Casper <jaredcasper@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Fix Bug #2717258, Lock mode with F12.
    
    Binds F12 to lock mode in the default gcpb-menu.res and pcb-menu.res
    files, bringing them inline with existing documentation.

:100644 100644 37e141d... df307be... M	src/gpcb-menu.res
:100644 100644 cbdcd2d... 38e86e4... M	src/pcb-menu.res

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

commit 76bc5883fdf1e1f6c5b9c16bdef7208911d713d6
Author: Jared Casper <jaredcasper@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Add missing return statement.

diff --git a/src/hid/gtk/gui-log-window.c b/src/hid/gtk/gui-log-window.c
index 33e1940..ae25ed7 100644
--- a/src/hid/gtk/gui-log-window.c
+++ b/src/hid/gtk/gui-log-window.c
@@ -218,6 +218,7 @@ GhidLogShowOnAppend (int argc, char **argv, int x, int y)
     {
       log_show_on_append = FALSE;
     }
+  return 0;
 }
 
 HID_Action ghid_log_action_list[] = {

commit 8aa0eac4e7025398c6bbe49580ef9afdae0016ac
Author: Jared Casper <jaredcasper@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    Fix Bug #2717258, Lock mode with F12.
    
    Binds F12 to lock mode in the default gcpb-menu.res and pcb-menu.res
    files, bringing them inline with existing documentation.

diff --git a/src/gpcb-menu.res b/src/gpcb-menu.res
index 37e141d..df307be 100644
--- a/src/gpcb-menu.res
+++ b/src/gpcb-menu.res
@@ -516,7 +516,7 @@ PopupMenus =
        {"Insert Point" checked=insertpointmode,1 Mode(InsertPoint) a={"Insert" "<Key>Insert"}}
        {"Move" checked=movemode,1 Mode(Move)}
        {"Copy" checked=copymode,1 Mode(Copy)}
-       {"Lock" checked=lockmode,1 Mode(Lock)}
+       {"Lock" checked=lockmode,1 Mode(Lock) a={"F12" "<Key>F12"}}
        {"Cancel" Mode(Escape) a={"Esc" "<Key>Escape"}}
       }
     }
diff --git a/src/pcb-menu.res b/src/pcb-menu.res
index cbdcd2d..38e86e4 100644
--- a/src/pcb-menu.res
+++ b/src/pcb-menu.res
@@ -182,7 +182,7 @@ MainMenu =
    {"Insert Point" checked=insertpointmode,1 Mode(InsertPoint) a={"Insert" "<Key>Insert"}}
    {"Move" checked=movemode,1 Mode(Move)}
    {"Copy" checked=copymode,1 Mode(Copy)}
-   {"Lock" checked=lockmode,1 Mode(Lock)}
+   {"Lock" checked=lockmode,1 Mode(Lock) a={"F12" "<Key>F12"}}
    {"Cancel" Mode(Cancel) a={"Esc" "<Key>Escape"}}
    -
    {"Command" Command() a={":" "<Key>:"}}




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