|
From: DJ D. <djd...@us...> - 2004-10-08 02:30:55
|
Module Name: pcb Committed By: djdelorie Date: Fri Oct 8 02:30:33 UTC 2004 Modified Files: pcb/src: print.c Log Message: Print plated and unplated hole counts on separate lines. To generate a diff of this commit: cvs rdiff -r1.28 -r1.29 pcb/src/print.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/print.c?r1=1.28&r2=1.29 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2004-10-08 16:56:31
|
Module Name: pcb Committed By: djdelorie Date: Fri Oct 8 16:56:22 UTC 2004 Modified Files: pcb/src: rats.c Log Message: Check for numberless pins. To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 pcb/src/rats.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/rats.c?r1=1.15&r2=1.16 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-10-12 12:10:01
|
Module Name: pcb Committed By: danmc Date: Tue Oct 12 12:09:54 UTC 2004 Modified Files: pcb/src: global.h Log Message: add missing #else clause in defining ATTRIBUTE_UNUSED on non-gcc or older gcc version. Problem noted by Dave McGuire. To generate a diff of this commit: cvs rdiff -r1.23 -r1.24 pcb/src/global.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/global.h?r1=1.23&r2=1.24 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2004-10-12 13:14:53
|
Module Name: pcb Committed By: djdelorie Date: Tue Oct 12 13:13:59 UTC 2004 Modified Files: pcb/src: global.h Log Message: add non-gcc definition of ATTRIBUTE_UNUSED To generate a diff of this commit: cvs rdiff -r1.24 -r1.25 pcb/src/global.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/global.h?r1=1.24&r2=1.25 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2004-10-12 13:17:31
|
Module Name: pcb Committed By: djdelorie Date: Tue Oct 12 13:16:12 UTC 2004 Modified Files: pcb/src: global.h Log Message: Oops, overzealous patching ;-) To generate a diff of this commit: cvs rdiff -r1.25 -r1.26 pcb/src/global.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/global.h?r1=1.25&r2=1.26 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2004-10-17 05:16:58
|
Module Name: pcb Committed By: djdelorie Date: Sun Oct 17 05:16:52 UTC 2004 Modified Files: pcb/src: action.c Log Message: Add FlagHaveRegex (have_regex) so that the SelectByName menu entries work. To generate a diff of this commit: cvs rdiff -r1.49 -r1.50 pcb/src/action.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.49&r2=1.50 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2004-10-17 05:40:24
|
Module Name: pcb Committed By: djdelorie Date: Sun Oct 17 05:40:18 UTC 2004 Modified Files: pcb/src: actionlist.c Log Message: Regenerated To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/actionlist.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/actionlist.c?r1=1.2&r2=1.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2004-10-17 05:40:51
|
Module Name: pcb Committed By: djdelorie Date: Sun Oct 17 05:40:44 UTC 2004 Modified Files: pcb/src: resmenu.c Log Message: Sort actions by modifier so that both Ctrl<Key>x and <Key>x work. To generate a diff of this commit: cvs rdiff -r1.12 -r1.13 pcb/src/resmenu.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/resmenu.c?r1=1.12&r2=1.13 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-10-21 22:50:04
|
Module Name: pcb Committed By: haceaton Date: Thu Oct 21 22:49:57 UTC 2004 Modified Files: pcb/src: change.c Log Message: Fix borking of name_tree when changing an element name ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.23 -r1.24 pcb/src/change.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.c?r1=1.23&r2=1.24 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-10-25 02:01:33
|
Module Name: pcb Committed By: danmc Date: Mon Oct 25 02:01:27 UTC 2004 Modified Files: pcb/src: Makefile.in Log Message: regen so that all Makefile.in files came from the same version of automake To generate a diff of this commit: cvs rdiff -r1.12 -r1.13 pcb/src/Makefile.in To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/Makefile.in?r1=1.12&r2=1.13 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-10-25 02:10:44
|
Module Name: pcb Committed By: danmc Date: Mon Oct 25 02:10:39 UTC 2004 Modified Files: pcb/src: buffer.c Log Message: Fix one more (last one maybe?) hires bug where when converting a selection or buffer to element, the soldermask relief is 100x smaller than the default. Address bug report #1049033. To generate a diff of this commit: cvs rdiff -r1.17 -r1.18 pcb/src/buffer.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/buffer.c?r1=1.17&r2=1.18 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-10-25 10:55:33
|
Module Name: pcb Committed By: danmc Date: Mon Oct 25 10:55:25 UTC 2004 Modified Files: pcb/src: dialog.c Log Message: Add date and compile time to the About dialog. Patch provided as patch #1053444 by Bob Paddock. To generate a diff of this commit: cvs rdiff -r1.8 -r1.9 pcb/src/dialog.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/dialog.c?r1=1.8&r2=1.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-10-26 01:38:47
|
Module Name: pcb Committed By: danmc Date: Tue Oct 26 01:38:40 UTC 2004 Modified Files: pcb/src: dialog.c Log Message: remove unused variable, make sure return returns a value on a non-void fn To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/dialog.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/dialog.c?r1=1.9&r2=1.10 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2004-10-27 14:12:05
|
Module Name: pcb Committed By: djdelorie Date: Wed Oct 27 14:11:58 UTC 2004 Modified Files: pcb/src: pcb-menu.res res_lex.l Log Message: Add support for comments. Comments begin with '#' and extend to the end of the line. To generate a diff of this commit: cvs rdiff -r1.9 -r1.10 pcb/src/pcb-menu.res cvs rdiff -r1.5 -r1.6 pcb/src/res_lex.l To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/res_lex.l?r1=1.5&r2=1.6 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/pcb-menu.res?r1=1.9&r2=1.10 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2004-10-27 14:24:05
|
Module Name: pcb Committed By: djdelorie Date: Wed Oct 27 14:23:58 UTC 2004 Modified Files: pcb/src: actionlist.c global.h main.c resmenu.c Log Message: Add -action command line, to execute one action string at startup To generate a diff of this commit: cvs rdiff -r1.3 -r1.4 pcb/src/actionlist.c cvs rdiff -r1.26 -r1.27 pcb/src/global.h cvs rdiff -r1.24 -r1.25 pcb/src/main.c cvs rdiff -r1.13 -r1.14 pcb/src/resmenu.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/resmenu.c?r1=1.13&r2=1.14 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/main.c?r1=1.24&r2=1.25 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/global.h?r1=1.26&r2=1.27 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/actionlist.c?r1=1.3&r2=1.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2004-10-27 14:28:49
|
Module Name: pcb Committed By: djdelorie Date: Wed Oct 27 14:28:42 UTC 2004 Modified Files: pcb/src: pcbtest.sh.in Log Message: Quote "$@" to keep args whole To generate a diff of this commit: cvs rdiff -r1.4 -r1.5 pcb/src/pcbtest.sh.in To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/pcbtest.sh.in?r1=1.4&r2=1.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2004-10-27 14:36:41
|
Module Name: pcb Committed By: djdelorie Date: Wed Oct 27 14:36:35 UTC 2004 Modified Files: pcb/src: resmenu.c Log Message: Support multiple actions per line for -action and -script To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 pcb/src/resmenu.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/resmenu.c?r1=1.14&r2=1.15 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-10-29 06:07:12
|
Module Name: pcb Committed By: danmc Date: Fri Oct 29 06:07:02 UTC 2004 Modified Files: pcb/src: Makefile.am action.c change.c change.h create.c pcb-menu.res Added Files: pcb/src: vendor.c vendor.h Log Message: Add support for a loadable vendor resource. The primary purpose is to import a list of vendor supported or prefered drill sizes. The design is then modified to change drills to sizes in the drill list. Additionally, the vendor resource file may include DRC settings. To generate a diff of this commit: cvs rdiff -r1.10 -r1.11 pcb/src/Makefile.am pcb/src/pcb-menu.res cvs rdiff -r1.50 -r1.51 pcb/src/action.c cvs rdiff -r1.24 -r1.25 pcb/src/change.c cvs rdiff -r1.3 -r1.4 pcb/src/change.h cvs rdiff -r1.15 -r1.16 pcb/src/create.c cvs rdiff -r0 -r1.1 pcb/src/vendor.c pcb/src/vendor.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/vendor.c?rev=1.1&view=markup http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/vendor.h?rev=1.1&view=markup http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/Makefile.am?r1=1.10&r2=1.11 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/pcb-menu.res?r1=1.10&r2=1.11 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/create.c?r1=1.15&r2=1.16 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.c?r1=1.24&r2=1.25 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.h?r1=1.3&r2=1.4 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/action.c?r1=1.50&r2=1.51 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-10-29 06:07:41
|
Module Name: pcb Committed By: danmc Date: Fri Oct 29 06:07:34 UTC 2004 Modified Files: pcb/src: Makefile.in actionlist.c Log Message: regen after adding vendor resource/mapping code To generate a diff of this commit: cvs rdiff -r1.13 -r1.14 pcb/src/Makefile.in cvs rdiff -r1.4 -r1.5 pcb/src/actionlist.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/Makefile.in?r1=1.13&r2=1.14 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/actionlist.c?r1=1.4&r2=1.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-10-29 13:06:04
|
Module Name: pcb Committed By: danmc Date: Fri Oct 29 13:05:55 UTC 2004 Modified Files: pcb/src: Makefile.am Log Message: add missing vendor.h To generate a diff of this commit: cvs rdiff -r1.11 -r1.12 pcb/src/Makefile.am To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/Makefile.am?r1=1.11&r2=1.12 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-10-29 13:06:56
|
Module Name: pcb Committed By: danmc Date: Fri Oct 29 13:06:47 UTC 2004 Modified Files: pcb/src: Makefile.in Log Message: add missing vendor.h To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 pcb/src/Makefile.in To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/Makefile.in?r1=1.14&r2=1.15 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-10-30 06:57:12
|
Module Name: pcb Committed By: danmc Date: Sat Oct 30 06:56:59 UTC 2004 Modified Files: pcb/src: pcb-menu.res vendor.c Log Message: Modify the LoadVendor() action so if the file name is not give, the user is presented with a file selection dialog box to choose a file. Also add a menu choice for this. To generate a diff of this commit: cvs rdiff -r1.11 -r1.12 pcb/src/pcb-menu.res cvs rdiff -r1.1 -r1.2 pcb/src/vendor.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/vendor.c?r1=1.1&r2=1.2 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/pcb-menu.res?r1=1.11&r2=1.12 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-10-31 05:50:52
|
Module Name: pcb Committed By: danmc Date: Sun Oct 31 05:50:44 UTC 2004 Modified Files: pcb/src: vendor.c Log Message: Allow the use of regular expressions in the resources which specify elements which should not have their drill holes mapped to the vendor table. To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/vendor.c To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/vendor.c?r1=1.2&r2=1.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2004-11-02 03:38:54
|
Module Name: pcb Committed By: danmc Date: Tue Nov 2 03:38:40 UTC 2004 Modified Files: pcb/src: Pcb.ad.in Log Message: Fix the <Key>. binding to toggle 45 degree mode. Addresses bug #1022800 To generate a diff of this commit: cvs rdiff -r1.18 -r1.19 pcb/src/Pcb.ad.in To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/Pcb.ad.in?r1=1.18&r2=1.19 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: harry e. <hac...@us...> - 2004-11-07 14:46:42
|
Module Name: pcb Committed By: haceaton Date: Sun Nov 7 14:46:35 UTC 2004 Modified Files: pcb/src: change.c change.h Log Message: Allow element names to be edited over the name itself ---------------------------------------------------------------------- To generate a diff of this commit: cvs rdiff -r1.25 -r1.26 pcb/src/change.c cvs rdiff -r1.4 -r1.5 pcb/src/change.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.c?r1=1.25&r2=1.26 http://cvs.sourceforge.net/viewcvs.py/pcb/pcb/src/change.h?r1=1.4&r2=1.5 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |