|
From: Dan M. <da...@us...> - 2007-09-04 00:08:36
|
Module Name: pcb Committed By: danmc Date: Tue Sep 4 00:08:39 UTC 2007 Modified Files: pcb/src: action.c file.c gpcb-menu.res hid.h vendor.c Log Message: Add a ->fileselect() function to the HID interface. Now actions can use gui->fileselect() instead of gui->prompt_for() when they are specifically looking for a file. Currently the gtk HID implements this and the lesstif one has the old behaviour. While messing around with dialogs, add a "descr" argument to the attribute editor. That can be used as a tooltip, help string, or ignored. To generate a diff of this commit: cvs rdiff -r1.111 -r1.112 pcb/src/action.c cvs rdiff -r1.65 -r1.66 pcb/src/file.c cvs rdiff -r1.7 -r1.8 pcb/src/gpcb-menu.res cvs rdiff -r1.20 -r1.21 pcb/src/hid.h cvs rdiff -r1.22 -r1.23 pcb/src/vendor.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.111&r2=1.112 http://pcb.cvs.sourceforge.net/pcb/pcb/src/hid.h?r1=1.20&r2=1.21 http://pcb.cvs.sourceforge.net/pcb/pcb/src/vendor.c?r1=1.22&r2=1.23 http://pcb.cvs.sourceforge.net/pcb/pcb/src/file.c?r1=1.65&r2=1.66 http://pcb.cvs.sourceforge.net/pcb/pcb/src/gpcb-menu.res?r1=1.7&r2=1.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |