Re: [Kicad-developers] Stable release 4.0.2

2016-02-14 Thread Nick Østergaard
2016-02-14 17:07 GMT+01:00 Carl Poirier : > We have some new libraries to add to the fp-lib-table and one to rename. If > we do so now, when we'll be tagging 4.0.3, it will include the changes. > > Would this be permitted in such a release? If not, what about version 4.1? I am not exactly sure, bu

Re: [Kicad-developers] Stable release 4.0.2

2016-02-14 Thread Wayne Stambaugh
On 2/14/2016 11:07 AM, Carl Poirier wrote: > We have some new libraries to add to the fp-lib-table and one to rename. > If we do so now, when we'll be tagging 4.0.3, it will include the changes. Thanks for taking care of this. Cheers, Wayne > > Would this be permitted in such a release? If not

Re: [Kicad-developers] Stable release 4.0.2

2016-02-14 Thread Wayne Stambaugh
On 2/14/2016 6:18 AM, Nick Østergaard wrote: > Ok, so we tag the latest snapshot of the libraries as suggested by the > librarians, and will do the same with the docs to get the latest fixes > and translations there too. Sounds good to me. > > Wayne, I wonder why you tagged the release kicad-4.0

Re: [Kicad-developers] File format documentation

2016-02-14 Thread Wayne Stambaugh
On 2/14/2016 2:51 PM, timofonic timofonic wrote: > Just my very small contribution: > > - It would be very nice if assiting other projects to support KiCad > formats. What about a common library that could be adapted to other > EDA software? That was discussed at FOSDEM but we are no where near r

Re: [Kicad-developers] File format documentation

2016-02-14 Thread timofonic timofonic
Just my very small contribution: - It would be very nice if assiting other projects to support KiCad formats. What about a common library that could be adapted to other EDA software? It would be nice to use LGPL, so this way even interested proprietary software would use it to have KiCad interope

Re: [Kicad-developers] Stable release 4.0.2

2016-02-14 Thread Carl Poirier
We have some new libraries to add to the fp-lib-table and one to rename. If we do so now, when we'll be tagging 4.0.3, it will include the changes. Would this be permitted in such a release? If not, what about version 4.1? On Sun, Feb 14, 2016 at 7:10 AM, Nick Østergaard wrote: > 2016-02-14 12:

Re: [Kicad-developers] PATCH: Set SMD attribute in footprint wizard

2016-02-14 Thread Mikael Arguedas
Hi guys, Here is an updated version of the patch, I removed the textSize fix because it has already been merged here . Cheers, Mikael Arguedas On Fri, Feb 12, 2016 at 8:56 AM, Mikael Arguedas wrote: > Hi Miguel, > > I'm new to bazaar

[Kicad-developers] File format documentation

2016-02-14 Thread Martin d'Allens
Hi all, There is no detailed file format documentation in the kicad-doc repository. Should we consolidate the following sources into an asciidoc document? They would benefit from the docs toolchain and be installed for offline use. - https://bazaar.launchpad.net/~stambaughw/kicad/doc-read-only/fil

Re: [Kicad-developers] Stable release 4.0.2

2016-02-14 Thread Nick Østergaard
2016-02-14 12:18 GMT+01:00 Nick Østergaard : > Ok, so we tag the latest snapshot of the libraries as suggested by the > librarians, and will do the same with the docs to get the latest fixes > and translations there too. > > Wayne, I wonder why you tagged the release kicad-4.0.2 instead of just > 4

Re: [Kicad-developers] Stable release 4.0.2

2016-02-14 Thread Nick Østergaard
Ok, so we tag the latest snapshot of the libraries as suggested by the librarians, and will do the same with the docs to get the latest fixes and translations there too. Wayne, I wonder why you tagged the release kicad-4.0.2 instead of just 4.0.2 as you did for 4.0.0 and 4.0.1. 2016-02-13 22:59 G

Re: [Kicad-developers] Patch for footprint wizard

2016-02-14 Thread jp charras
Le 14/02/2016 10:22, Eldar Khayrullin a écrit : > Two patches: > > * one fix typo > * second accordance KLC6.9 (text size) > Committed. Thanks. -- Jean-Pierre CHARRAS ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad

[Kicad-developers] Patch for footprint wizard

2016-02-14 Thread Eldar Khayrullin
Two patches: * one fix typo * second accordance KLC6.9 (text size) diff --git a/pcbnew/scripting/plugins/sdip_wizard.py b/pcbnew/scripting/plugins/sdip_wizard.py index 078d315..12e3082 100644 --- a/pcbnew/scripting/plugins/sdip_wizard.py +++ b/pcbnew/scripting/plugins/sdip_wizard.py @@ -37,7