[Kicad-developers] [PATCH] Eeschema support to remote libraries with sftp

2016-05-11 Thread Pereira, Patrick
Hello, This patch is a correction to Eeschema to use properly sftp to open remote libraries. Best regards,From 5888f08e096a7a0236129eb01cdccab4b93c2b63 Mon Sep 17 00:00:00 2001 From: "Patrick J.P" Date: Wed, 11 May 2016 15:20:09 -0300 Subject: [PATCH] Eeschema support to remote librar

[Kicad-developers] RES: [PATCH] Logic reformulation in Plot_Edges_Modules

2016-04-13 Thread Pereira, Patrick
2016 3:19 Para: Kicad Developers Assunto: Re: [Kicad-developers] [PATCH] Logic reformulation in Plot_Edges_Modules On Tue, Apr 12, 2016 at 09:16:00PM +, Pereira, Patrick wrote: > Hi, > > Corrections to avoid unnecessary boolean operations > !(!a || !b) = a || b You just insulted

[Kicad-developers] [PATCH] Logic reformulation in Plot_Edges_Modules

2016-04-12 Thread Pereira, Patrick
Hi, Corrections to avoid unnecessary boolean operations !(!a || !b) = a || b Best Regards,From 5903b024c6f2dcd3010a4700b4a5feb032594b33 Mon Sep 17 00:00:00 2001 From: "Patrick J.P" Date: Tue, 12 Apr 2016 18:08:49 -0300 Subject: [PATCH 1/1] Logic reformulation in Plot_Edges_Modules C

[Kicad-developers] RES: [PATCH] first patch to solve Bug #1562617.

2016-04-12 Thread Pereira, Patrick
@lists.launchpad.net] em nome de Wayne Stambaugh [stambau...@gmail.com] Enviado: terça-feira, 12 de abril de 2016 10:37 Para: kicad-developers@lists.launchpad.net Assunto: Re: [Kicad-developers] [PATCH] first patch to solve Bug #1562617. Patrick, You are confusing hot keys with menu

[Kicad-developers] [PATCH] first patch to solve Bug #1562617.

2016-04-11 Thread Pereira, Patrick
First patch to solve Bug #1562617. With this patch pcbnew shows shortcut in toolbar popup-tip.From 3a6b245f540ba3a6579c5986e9db9102d58541f7 Mon Sep 17 00:00:00 2001 From: "Patrick J.P" Date: Mon, 11 Apr 2016 16:40:43 -0300 Subject: [PATCH 1/1] pcbnew, shortcut appears in popup-tip Fi

[Kicad-developers] RES: RES: RES: [PATCH] new feature, value and reference with angle in PCB

2016-04-08 Thread Pereira, Patrick
Hello, I think that is everything ok now with this patch. Dialog window corrected. Best Regards, De: Kicad-developers [kicad-developers-bounces+patrick.pereira=intel@lists.launchpad.net] em nome de Pereira, Patrick [patrick.pere...@intel.com

[Kicad-developers] RES: RES: [PATCH] new feature, value and reference with angle in PCB

2016-04-07 Thread Pereira, Patrick
tys Chris ! I'll try to solve this if you not solved this yet. Best Regards, De: Chris Pavlina [pavlina.ch...@gmail.com] Enviado: terça-feira, 5 de abril de 2016 21:50 Para: Pereira, Patrick Cc: kicad-developers@lists.launchpad.net Assunto: Re

[Kicad-developers] RES: [PATCH] new feature, value and reference with angle in PCB

2016-04-05 Thread Pereira, Patrick
Hello, Some corrections to this path. Best regards. De: Chris Pavlina [pavlina.ch...@gmail.com] Enviado: quinta-feira, 31 de março de 2016 19:03 Para: Pereira, Patrick Cc: kicad-developers@lists.launchpad.net Assunto: Re: [Kicad-developers] [PATCH] new

[Kicad-developers] [PATCH] new feature, value and reference with angle in PCB

2016-03-31 Thread Pereira, Patrick
Hi, With this patch it'll be possible to use angled text. Best regards.From f28d0e24f971dbfa073db2ab1c4150ab198ddce9 Mon Sep 17 00:00:00 2001 From: "Patrick J.P" Date: Thu, 31 Mar 2016 17:41:27 -0300 Subject: [PATCH] Now it's possible to use values and reference in PCB

Re: [Kicad-developers] Patches, MSVC and bitmap underlays

2012-09-21 Thread patrick
I do not know if this is a good idea, but why not ? i would use this feature! +1 for me. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-develope

[Kicad-developers] [PATCH] Plot - Drill Files Generation - Mirror y axis

2012-09-06 Thread patrick
Drill Files Generation Options: [x] Mirror y axis should not be enable by default, here's the patch for bool DIALOG_GENDRILL::m_Mirror = false; *** pcbnew/dialogs/dialog_gendrill.cpp 2012-09-06 19:27:19.924906000 -0400 --- pcbnew/dialogs/dialog_gendrill_patch.cpp 2012-09-06 19:32:3