|
From: Dan M. <da...@us...> - 2008-01-04 20:37:20
|
Module Name: pcb Committed By: danmc Date: Fri Jan 4 20:37:18 UTC 2008 Modified Files: pcb/src: buffer.c Log Message: Allow the conversion of a selection which contains only silk to an element instead of requiring a pad or pin. Useful for logos. Requested in sf bug [ 1820380 ] convert-to-element requires at least one pin or pad To generate a diff of this commit: cvs rdiff -r1.44 -r1.45 pcb/src/buffer.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/buffer.c?r1=1.44&r2=1.45 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2008-01-05 20:53:15
|
Module Name: pcb Committed By: danmc Date: Sat Jan 5 20:53:20 UTC 2008 Modified Files: pcb/src: action.c Log Message: apply the patch provided in sf bug [ 1850097 ] Grid off by 1 after setting to 1 To generate a diff of this commit: cvs rdiff -r1.124 -r1.125 pcb/src/action.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.124&r2=1.125 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2008-01-05 22:52:25
|
Module Name: pcb Committed By: danmc Date: Sat Jan 5 22:52:31 UTC 2008 Modified Files: pcb/src: Makefile.am action.c file.c file.h Added Files: pcb/src: edif.y edif_parse.h Log Message: add the ability to load edif netlists provided in sf patch [ 1516885 ] added edif netlist import by Jeff Bailey. To generate a diff of this commit: cvs rdiff -r1.39 -r1.40 pcb/src/Makefile.am cvs rdiff -r1.125 -r1.126 pcb/src/action.c cvs rdiff -r0 -r1.1 pcb/src/edif.y pcb/src/edif_parse.h cvs rdiff -r1.67 -r1.68 pcb/src/file.c cvs rdiff -r1.9 -r1.10 pcb/src/file.h To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/edif.y?rev=1.1&view=markup http://pcb.cvs.sourceforge.net/pcb/pcb/src/edif_parse.h?rev=1.1&view=markup http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.125&r2=1.126 http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.am?r1=1.39&r2=1.40 http://pcb.cvs.sourceforge.net/pcb/pcb/src/file.c?r1=1.67&r2=1.68 http://pcb.cvs.sourceforge.net/pcb/pcb/src/file.h?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: Dan M. <da...@us...> - 2008-01-06 04:13:08
|
Module Name: pcb Committed By: danmc Date: Sun Jan 6 04:13:14 UTC 2008 Removed Files: pcb/src: Makefile.in Log Message: remove a bunch of autotools generated files and update the instructions for building from cvs accordingly. To generate a diff of this commit: cvs rdiff -r1.57 -r0 pcb/src/Makefile.in To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.in?rev=1.57&view=markup Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2008-01-07 02:13:15
|
Module Name: pcb Committed By: danmc Date: Mon Jan 7 02:13:21 UTC 2008 Modified Files: pcb/src: gpcb-menu.res Log Message: remove some duplicated entries and remove some conflicting hot keys. To generate a diff of this commit: cvs rdiff -r1.12 -r1.13 pcb/src/gpcb-menu.res To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/gpcb-menu.res?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...> - 2008-01-07 03:07:32
|
Module Name: pcb Committed By: danmc Date: Mon Jan 7 03:07:38 UTC 2008 Modified Files: pcb/src: autoroute.c misc.c Log Message: clear out a few more compiler warnings To generate a diff of this commit: cvs rdiff -r1.45 -r1.46 pcb/src/autoroute.c cvs rdiff -r1.69 -r1.70 pcb/src/misc.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/autoroute.c?r1=1.45&r2=1.46 http://pcb.cvs.sourceforge.net/pcb/pcb/src/misc.c?r1=1.69&r2=1.70 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2008-01-07 03:44:31
|
Module Name: pcb Committed By: danmc Date: Mon Jan 7 03:44:18 UTC 2008 Modified Files: pcb/src: parse_l.l res_lex.l Log Message: avoid some 'defined but not used' gcc warnings. To generate a diff of this commit: cvs rdiff -r1.22 -r1.23 pcb/src/parse_l.l cvs rdiff -r1.7 -r1.8 pcb/src/res_lex.l To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/parse_l.l?r1=1.22&r2=1.23 http://pcb.cvs.sourceforge.net/pcb/pcb/src/res_lex.l?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. |
|
From: Peter C. <pet...@us...> - 2008-01-08 00:50:24
|
Module Name: pcb Committed By: petercjclifton Date: Tue Jan 8 00:50:27 UTC 2008 Modified Files: pcb/src: Makefile.am Log Message: Refactored pinout preview code into a new widget, GhidPinoutPreview In the refactoring, fix a bug where if the pinout window was larger than the PCB window's viewport, elements in the preview were clipped to the viewport size. In a break from the old behaviour, the previewed element is centered in the preview area. To generate a diff of this commit: cvs rdiff -r1.40 -r1.41 pcb/src/Makefile.am To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.am?r1=1.40&r2=1.41 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2008-01-08 03:58:27
|
Module Name: pcb Committed By: danmc Date: Tue Jan 8 03:58:32 UTC 2008 Modified Files: pcb/src: polygon1.c Log Message: add a FIXME comment To generate a diff of this commit: cvs rdiff -r1.14 -r1.15 pcb/src/polygon1.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon1.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: Peter C. <pet...@us...> - 2008-01-08 14:47:51
|
Module Name: pcb Committed By: petercjclifton Date: Tue Jan 8 14:47:57 UTC 2008 Modified Files: pcb/src: dbus-pcbmain.c Log Message: Avoid using deprecated dbus_watch_get_fd() in newer dbus versions. Use a configure test (copied from PulseAudio) for the newer API, dbus_watch_get_unix_fd(), and use that if available. To generate a diff of this commit: cvs rdiff -r1.2 -r1.3 pcb/src/dbus-pcbmain.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/dbus-pcbmain.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: Peter C. <pet...@us...> - 2008-01-10 05:35:16
|
Module Name: pcb Committed By: petercjclifton Date: Thu Jan 10 05:35:21 UTC 2008 Modified Files: pcb/src: Makefile.am gpcb-menu.res Log Message: Change library window to give a preview and filterable list of components. Code for the libarary window is based on x_compselect.c from gEDA/gaf's gschem schematic editor, and the libray window code pre-existing in PCB. Also added a shortcut "i" to the library window, matching gschem's insert component shortcut. To generate a diff of this commit: cvs rdiff -r1.41 -r1.42 pcb/src/Makefile.am cvs rdiff -r1.13 -r1.14 pcb/src/gpcb-menu.res To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/gpcb-menu.res?r1=1.13&r2=1.14 http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.am?r1=1.41&r2=1.42 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2008-01-10 17:30:56
|
Module Name: pcb Committed By: danmc Date: Thu Jan 10 17:31:00 UTC 2008 Added Files: pcb/src: .cvsignore Log Message: add a cvsignore file To generate a diff of this commit: cvs rdiff -r0 -r1.1 pcb/src/.cvsignore To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/.cvsignore?rev=1.1&view=markup Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Peter C. <pet...@us...> - 2008-01-10 23:17:02
|
Module Name: pcb Committed By: petercjclifton Date: Thu Jan 10 23:17:08 UTC 2008 Modified Files: pcb/src: Makefile.am main.c Log Message: Activate gettext support in PCB by setting up the domain and locale dir. To generate a diff of this commit: cvs rdiff -r1.42 -r1.43 pcb/src/Makefile.am cvs rdiff -r1.73 -r1.74 pcb/src/main.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.am?r1=1.42&r2=1.43 http://pcb.cvs.sourceforge.net/pcb/pcb/src/main.c?r1=1.73&r2=1.74 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2008-01-11 20:33:15
|
Module Name: pcb Committed By: djdelorie Date: Fri Jan 11 20:32:47 UTC 2008 Modified Files: pcb/src: polygon1.c Log Message: Strict aliasing patch from Larry Doolittle. To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 pcb/src/polygon1.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/polygon1.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...> - 2008-01-15 17:18:26
|
Module Name: pcb Committed By: danmc Date: Tue Jan 15 17:18:31 UTC 2008 Modified Files: pcb/src: edif.y Log Message: fix a few gcc4 warnings To generate a diff of this commit: cvs rdiff -r1.1 -r1.2 pcb/src/edif.y To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/edif.y?r1=1.1&r2=1.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2008-01-15 17:18:39
|
Module Name: pcb Committed By: danmc Date: Tue Jan 15 17:18:38 UTC 2008 Modified Files: pcb/src: autoroute.c Log Message: fix an unitialized variable To generate a diff of this commit: cvs rdiff -r1.46 -r1.47 pcb/src/autoroute.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/autoroute.c?r1=1.46&r2=1.47 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2008-01-15 22:45:38
|
Module Name: pcb Committed By: danmc Date: Tue Jan 15 22:45:44 UTC 2008 Modified Files: pcb/src: Makefile.am Log Message: Use the same icons for windows as in the kde/gnome desktop. Remove the old windows icons which were really placeholders anyway. Remove the rules for regenerating these obsolete icons. To generate a diff of this commit: cvs rdiff -r1.43 -r1.44 pcb/src/Makefile.am To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.am?r1=1.43&r2=1.44 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2008-01-22 03:17:23
|
Module Name: pcb Committed By: danmc Date: Tue Jan 22 03:17:23 UTC 2008 Modified Files: pcb/src: find.c Log Message: After we run DRC, force a redraw since we've possibly turned on and off layers (like silk). Should address SF bug 1843181. To generate a diff of this commit: cvs rdiff -r1.67 -r1.68 pcb/src/find.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/find.c?r1=1.67&r2=1.68 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2008-01-28 21:37:56
|
Module Name: pcb Committed By: danmc Date: Mon Jan 28 21:37:56 UTC 2008 Modified Files: pcb/src: flags.c gpcb-menu.res pcb-menu.res Log Message: Repair the buffer # menus by changing CheckedWhen() to checked=. As part of this, added a buffer flag. To generate a diff of this commit: cvs rdiff -r1.12 -r1.13 pcb/src/flags.c cvs rdiff -r1.14 -r1.15 pcb/src/gpcb-menu.res cvs rdiff -r1.39 -r1.40 pcb/src/pcb-menu.res To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/flags.c?r1=1.12&r2=1.13 http://pcb.cvs.sourceforge.net/pcb/pcb/src/gpcb-menu.res?r1=1.14&r2=1.15 http://pcb.cvs.sourceforge.net/pcb/pcb/src/pcb-menu.res?r1=1.39&r2=1.40 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2008-02-01 12:05:50
|
Module Name: pcb Committed By: danmc Date: Fri Feb 1 12:05:55 UTC 2008 Modified Files: pcb/src: misc.c Log Message: add 2008 to copyright year To generate a diff of this commit: cvs rdiff -r1.70 -r1.71 pcb/src/misc.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/misc.c?r1=1.70&r2=1.71 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2008-02-26 13:16:00
|
Module Name: pcb Committed By: danmc Date: Tue Feb 26 13:16:06 UTC 2008 Modified Files: pcb/src: Makefile.am pcbtest.sh.in Log Message: use absolute paths (set at configure time) so this script may be called from other directories as part of a test suite. To generate a diff of this commit: cvs rdiff -r1.44 -r1.45 pcb/src/Makefile.am cvs rdiff -r1.17 -r1.18 pcb/src/pcbtest.sh.in To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/pcbtest.sh.in?r1=1.17&r2=1.18 http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.am?r1=1.44&r2=1.45 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2008-02-27 15:27:19
|
Module Name: pcb Committed By: danmc Date: Wed Feb 27 15:26:50 UTC 2008 Modified Files: pcb/src: Makefile.am Log Message: revert most of the previous commit which accidentally added some stuff that was not meant to be checked in. To generate a diff of this commit: cvs rdiff -r1.45 -r1.46 pcb/src/Makefile.am To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/Makefile.am?r1=1.45&r2=1.46 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Dan M. <da...@us...> - 2008-03-16 14:33:58
|
Module Name: pcb Committed By: danmc Date: Sun Mar 16 14:33:59 UTC 2008 Modified Files: pcb/src: find.c parse_y.y Log Message: Only use the min annular ring parameter for checking the annular rings on pins and vias. Previously the minimum copper width setting was also used. Changed after a discussion on geda-user. Also make sure we use the minimum copper width as the default if the .pcb file doesn't specify the minimum annulus. To generate a diff of this commit: cvs rdiff -r1.68 -r1.69 pcb/src/find.c cvs rdiff -r1.42 -r1.43 pcb/src/parse_y.y To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/parse_y.y?r1=1.42&r2=1.43 http://pcb.cvs.sourceforge.net/pcb/pcb/src/find.c?r1=1.68&r2=1.69 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: DJ D. <djd...@us...> - 2008-03-30 23:33:23
|
Module Name: pcb Committed By: djdelorie Date: Sun Mar 30 23:33:29 UTC 2008 Modified Files: pcb/src: misc.c Log Message: If a layer selected through --layer-stack isn't found, let the user know and print a list of available layers. To generate a diff of this commit: cvs rdiff -r1.71 -r1.72 pcb/src/misc.c To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/misc.c?r1=1.71&r2=1.72 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
|
From: Peter C. <pet...@us...> - 2008-04-13 14:15:33
|
Module Name: pcb Committed By: petercjclifton Date: Sun Apr 13 14:15:37 UTC 2008 Modified Files: pcb/src: action.c command.c hid.h Log Message: Add HID hook, close_confirm_dialog() for closing modified layouts. This allows GUI HIDs to present a more native looking "save before closing" dialog. The HID is responsible for any save which the user requests and the subsequent return codes from the HID are as before, 0 for cancel and 1 for close. This checkin also fixes the GTK HID's Save() action to return 1 for cancel if the user cancels from the "Save As" dialog. To generate a diff of this commit: cvs rdiff -r1.126 -r1.127 pcb/src/action.c cvs rdiff -r1.19 -r1.20 pcb/src/command.c cvs rdiff -r1.21 -r1.22 pcb/src/hid.h To view the diffs online visit: http://pcb.cvs.sourceforge.net/pcb/pcb/src/action.c?r1=1.126&r2=1.127 http://pcb.cvs.sourceforge.net/pcb/pcb/src/command.c?r1=1.19&r2=1.20 http://pcb.cvs.sourceforge.net/pcb/pcb/src/hid.h?r1=1.21&r2=1.22 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |