[Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-22 Thread Tomasz Wlostowski
Hi, One of the biggest annoyances of Kicad (to me) was the PCB forward annotation process. The attached patch set attempts to improve this by adding an "Update PCB From schematics" option in eeschema when Kicad is open in Project Manager mode. The way it works is: - press F9 (or select Tools->Upda

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-22 Thread Nick Østergaard
This sounds good, but I wonder why this is not invoked from pcbnew instead. Can you explain this design decision? (I have not tested the patches yet) 2015-06-22 17:58 GMT+02:00 Tomasz Wlostowski : > Hi, > > One of the biggest annoyances of Kicad (to me) was the PCB forward > annotation process. T

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-22 Thread Tomasz Wlostowski
On 22.06.2015 18:16, Nick Østergaard wrote: > This sounds good, but I wonder why this is not invoked from pcbnew > instead. I don't want it to be invoked from PCBnew *instead*. Of course adding "import changes from SCH" in pcbnew is an option, it would require one more KIWAY_EXPRESS message. > Can

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-22 Thread Andy Peters
> On Jun 22, 2015, at 8:58 AM, Tomasz Wlostowski > wrote: > > Hi, > > One of the biggest annoyances of Kicad (to me) was the PCB forward > annotation process. The attached patch set attempts to improve this by > adding an "Update PCB From schematics" option in eeschema when Kicad is > open in

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-22 Thread Wayne Stambaugh
On 6/22/2015 1:45 PM, Andy Peters wrote: > >> On Jun 22, 2015, at 8:58 AM, Tomasz Wlostowski >> wrote: >> >> Hi, >> >> One of the biggest annoyances of Kicad (to me) was the PCB forward >> annotation process. The attached patch set attempts to improve this by >> adding an "Update PCB From schema

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-22 Thread Andy Peters
> On Jun 22, 2015, at 10:47 AM, Wayne Stambaugh wrote: > > On 6/22/2015 1:45 PM, Andy Peters wrote: >> >>> On Jun 22, 2015, at 8:58 AM, Tomasz Wlostowski >>> wrote: >>> >>> Hi, >>> >>> One of the biggest annoyances of Kicad (to me) was the PCB forward >>> annotation process. The attached pa

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-22 Thread Wayne Stambaugh
On 6/22/2015 1:55 PM, Andy Peters wrote: > >> On Jun 22, 2015, at 10:47 AM, Wayne Stambaugh wrote: >> >> On 6/22/2015 1:45 PM, Andy Peters wrote: >>> On Jun 22, 2015, at 8:58 AM, Tomasz Wlostowski wrote: Hi, One of the biggest annoyances of Kicad (to me) was the PC

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-22 Thread Garth Corral
> On Jun 22, 2015, at 11:02 AM, Wayne Stambaugh wrote: > > On 6/22/2015 1:55 PM, Andy Peters wrote: >> >>> On Jun 22, 2015, at 10:47 AM, Wayne Stambaugh wrote: >>> >>> On 6/22/2015 1:45 PM, Andy Peters wrote: > On Jun 22, 2015, at 8:58 AM, Tomasz Wlostowski > wrote: > >>>

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-22 Thread Wayne Stambaugh
On 6/22/2015 2:34 PM, Garth Corral wrote: > >> On Jun 22, 2015, at 11:02 AM, Wayne Stambaugh > > wrote: >> >> On 6/22/2015 1:55 PM, Andy Peters wrote: >>> On Jun 22, 2015, at 10:47 AM, Wayne Stambaugh >>> > wrote: On 6/22/201

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-22 Thread Tomasz Wlostowski
On 22.06.2015 19:47, Wayne Stambaugh wrote: > On 6/22/2015 1:45 PM, Andy Peters wrote: >> >>> On Jun 22, 2015, at 8:58 AM, Tomasz Wlostowski >>> wrote: >>> >>> Hi, >>> >>> One of the biggest annoyances of Kicad (to me) was the PCB forward >>> annotation process. The attached patch set attempts to

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-22 Thread Nick Østergaard
2015-06-22 22:24 GMT+02:00 Tomasz Wlostowski : > On 22.06.2015 19:47, Wayne Stambaugh wrote: >> On 6/22/2015 1:45 PM, Andy Peters wrote: >>> On Jun 22, 2015, at 8:58 AM, Tomasz Wlostowski wrote: Hi, One of the biggest annoyances of Kicad (to me) was the PCB forward >

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-22 Thread Javier Serrano
On Mon, Jun 22, 2015 at 10:33 PM, Nick Østergaard wrote: > Indeed there are some hilarious people/trolls in there, it is both fun > at sad to see how some people is not knowing anything about something, > but still persists to say that that something is crap, when 95% of > their points are invald.

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-22 Thread Andy Peters
> On Jun 22, 2015, at 1:24 PM, Tomasz Wlostowski > wrote: > > On 22.06.2015 19:47, Wayne Stambaugh wrote: >> On 6/22/2015 1:45 PM, Andy Peters wrote: >>> On Jun 22, 2015, at 8:58 AM, Tomasz Wlostowski wrote: Hi, One of the biggest annoyances of Kicad (to me) w

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-23 Thread ea...@katamail.com
@Tom is this patch going to be committed to the stable release? thank you Maurice On 6/22/15 5:58 PM, Tomasz Wlostowski wrote: Hi, One of the biggest annoyances of Kicad (to me) was the PCB forward annotation process. The attached patch set attempts to improve this by adding an "Update PCB Fro

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-23 Thread Tomasz Wlostowski
On 23.06.2015 14:11, ea...@katamail.com wrote: > @Tom > is this patch going to be committed to the stable release? > It's up to Wayne & JP. I'm not insisting on putting it in the stable release. Tom ___ Mailing list: https://launchpad.net/~kicad-develo

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-23 Thread Chris Pavlina
If I had to give my opinion, I'd say it still needs some work before it's ready for release. At very least, I found it rather unintuitive that it silently fails if you run it while pcbnew isn't running. Any chance of changing that, preferably so that it launches pcbnew? It has a few other minor

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-23 Thread Tomasz Wlostowski
On 23.06.2015 16:14, Chris Pavlina wrote: > If I had to give my opinion, I'd say it still needs some work before > it's ready for release. At very least, I found it rather unintuitive > that it silently fails if you run it while pcbnew isn't running. Any > chance of changing that, preferably so

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-06-28 Thread easyw
Hi Crhis, have you had any time to look at this patch? thank you Maurice On 23/06/2015 16.14, Chris Pavlina wrote: If I had to give my opinion, I'd say it still needs some work before it's ready for release. At very least, I found it rather unintuitive that it silently fails if you run it while

Re: [Kicad-developers] [PATCH] Update the PCB from schematics in one click

2015-07-02 Thread Wayne Stambaugh
Hey Tom, When you get a chance, would you please update patches 0004 and 0005 so I can test this. They no longer apply cleanly. I would like to test this in the next couple of days so I can decide if we should commit it before the stable release. Thanks, Wayne On 6/22/2015 11:58 AM, Tomasz Wl