Send commitlog mailing list submissions to
commitlog@lists.openmoko.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
commitlog-requ...@lists.openmoko.org
You can reach the person managing the list at
commitlog-ow...@lists.openmoko.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. r5138 - trunk/gta02-core/kicad-patches (wer...@docs.openmoko.org)
--- Begin Message ---
Author: werner
Date: 2009-06-18 10:44:48 +0200 (Thu, 18 Jun 2009)
New Revision: 5138
Added:
trunk/gta02-core/kicad-patches/make-junctions-larger-on-plotps.patch
Modified:
trunk/gta02-core/kicad-patches/series
Log:
Added Alvie's junction enlargement patch.
Added: trunk/gta02-core/kicad-patches/make-junctions-larger-on-plotps.patch
===================================================================
--- trunk/gta02-core/kicad-patches/make-junctions-larger-on-plotps.patch
(rev 0)
+++ trunk/gta02-core/kicad-patches/make-junctions-larger-on-plotps.patch
2009-06-18 08:44:48 UTC (rev 5138)
@@ -0,0 +1,17 @@
+Enlarge junction circles in Postscript "Plot" of schematics.
+
+From: Alvaro Lopes <alvie...@alvie.com>
+
+---
+
+--- kicad.orig/eeschema/plotps.cpp.orig 2009-06-18 09:04:51.779811920
+0100
++++ kicad/eeschema/plotps.cpp 2009-06-18 09:05:24.726650982 +0100
+@@ -515,7 +515,7 @@
+ #define STRUCT ( (DrawJunctionStruct*) DrawList )
+ if( g_PlotPSColorOpt )
+ SetColorMapPS( ReturnLayerColor( STRUCT->GetLayer() ) );
+- PlotCercle( STRUCT->m_Pos, DRAWJUNCTION_SIZE, 1 );
++ PlotCercle( STRUCT->m_Pos, DRAWJUNCTION_SIZE*2, 1 );
+ break;
+
+ case TYPE_SCH_TEXT:
Modified: trunk/gta02-core/kicad-patches/series
===================================================================
--- trunk/gta02-core/kicad-patches/series 2009-06-18 08:38:19 UTC (rev
5137)
+++ trunk/gta02-core/kicad-patches/series 2009-06-18 08:44:48 UTC (rev
5138)
@@ -16,3 +16,5 @@
# Work in progress
#drag-override.patch
#pcbnew-plot-only-mode.patch
+
+make-junctions-larger-on-plotps.patch
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog