r5138 - trunk/gta02-core/kicad-patches

werner at docs.openmoko.org werner at docs.openmoko.org
Thu Jun 18 10:44:48 CEST 2009


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 <alvieboy at 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




More information about the commitlog mailing list