[Kicad-developers] patch: possible memory leak in DXF outline import

2014-02-01 Thread Cirilo Bernardo
In dxf2brd_items.cpp, bool DXF2BRD_CONVERTER::ImportDxfFile(), the DXF reader is not deleted if the read operation fails. The attached patch fixes the leak; it also removes the DXF reader pointer from the class structure since it is only used in the ImportDxfFile() routine. - Cirilo === modifie

[Kicad-developers] Building KiCad on windows

2014-02-01 Thread Simon Turner
Hello All Just thought I'd raise something. It seems that the time between releases is lengthening as more work is being done to make things much better. I did once manage to build a fresh version of KiCAD on ubuntu and was very pleased with the progress but this was the only way of getting t

Re: [Kicad-developers] Net names and net codes

2014-02-01 Thread jp charras
Le 28/01/2014 10:51, Maciej Sumiński a écrit : > Hi Jean-Pierre, > > I am done with the changes that would let me rely on the net codes in > other parts of code. I did my best to perform tests and put comments to > each commit, so they could be easier to understand and verify. > Could you please h

Re: [Kicad-developers] Revisiting the Git decision (I come in peace! - with a patch)

2014-02-01 Thread Fabrizio Tappero
Hi Joel, Great e-mail. I personally would support the git move. Regards Fabrizio On 01/02/2014 1:48 PM, "Joel Holdsworth" wrote: > Hi Guys, > > I'm new to this project - though not to open source in general. I'm the > author of PulseView - a GUI for logic analyzers and oscilloscopes; part > of

[Kicad-developers] Revisiting the Git decision (I come in peace! - with a patch)

2014-02-01 Thread Joel Holdsworth
Hi Guys, I'm new to this project - though not to open source in general. I'm the author of PulseView - a GUI for logic analyzers and oscilloscopes; part of the sigrok project. I've been trying to get started making contributions to your project, building from source, fixing problems etc. and I fe