Re: [Kicad-developers] [RFC] eeschema new tool/feature.

2016-11-07 Thread Edwin van den Oetelaar
Yes, I like it too. ;-) Gr, Edwin On Sun, Nov 6, 2016 at 9:15 PM, Clemens Koller wrote: > Hello, Dino! > > I was just watching your video. Spreadsheet editing seem extremely useful > to me, especially when creating and verifying big designs as well as > refactoring/reusing older designs. > > Som

Re: [Kicad-developers] Via Stitching

2016-11-07 Thread Heikki Pulkkinen
Hi, I made some new features. Now it is possible chaining copper pours with Vias. This video show, how it works at the moment. Heikki https://youtu.be/91tT626XnbM On Sat, Oct 29, 2016 at 7:58 AM, Heikki Pulkkinen wrote: > Hi Wayne, > > I think that there is two places when user is "wrong" wi

[Kicad-developers] Help understanding versions

2016-11-07 Thread Pedro Martin
Hi, I'm quite new to the developers list, I'd like to understand version numbers. Now, I have installed 201611061918+7343~55~ubuntu14.04.1 nightly build and stable 4.0.4+e1-6308~48~ubuntu14.04.1 With the stable 6308 version I cannot open pcbnew files generated with the 7343 version. Mayb

Re: [Kicad-developers] How I Learned to Stop Worrying (about whitespace) and Love clang-format

2016-11-07 Thread Wayne Stambaugh
On 11/2/2016 11:47 AM, Marvin Schmidt wrote: > Hi everybody! > > I've been following the KiCad development for some time and I feel like > quite some time is wasted on whitespaces. Be it either when new > contributors send in reviews (I find the coding style rather hard to get > acustomed to as we

Re: [Kicad-developers] eeschema I/O plugin

2016-11-07 Thread Wayne Stambaugh
On 11/2/2016 9:25 PM, Ian Roth wrote: > I am working on an I/O plugin for eeschema and I would like to save > wires in order of netlist, for example: > > netlist1 > -wire1 > -wire2 > netlist2 > -wire3 > -wire4 What is your reasoning for doing this? I could be wrong but I don't think this

Re: [Kicad-developers] eeschema I/O plugin

2016-11-07 Thread Andy Peters
> On Nov 7, 2016, at 8:17 AM, Wayne Stambaugh wrote: > > On 11/2/2016 9:25 PM, Ian Roth wrote: >> I am working on an I/O plugin for eeschema and I would like to save >> wires in order of netlist, for example: >> >> netlist1 >> -wire1 >> -wire2 >> netlist2 >> -wire3 >> -wire4 > > What is yo

Re: [Kicad-developers] eeschema I/O plugin

2016-11-07 Thread Wayne Stambaugh
On 11/7/2016 11:34 AM, Andy Peters wrote: > >> On Nov 7, 2016, at 8:17 AM, Wayne Stambaugh wrote: >> >> On 11/2/2016 9:25 PM, Ian Roth wrote: >>> I am working on an I/O plugin for eeschema and I would like to save >>> wires in order of netlist, for example: >>> >>> netlist1 >>> -wire1 >>> -wire

Re: [Kicad-developers] [PATCH] Add missing include in kicad_string.h

2016-11-07 Thread Wayne Stambaugh
Your patch has been committed into the product repo. Thank you for your contribution to KiCad. Cheers, Wayne On 11/2/2016 10:46 AM, Marvin Schmidt wrote: > Without this include the HAVE_STRTOKR define won't be available to > the preprocessor and the strtok_r function will be declared > uncondit

Re: [Kicad-developers] KiCad hackathon invitation

2016-11-07 Thread Wayne Stambaugh
On 11/2/2016 6:16 PM, Maciej Sumiński wrote: > Hi there, > > We have already finished the hackathon at e-HAL in Sao Paulo. We would > like thank all the participants for the effort they put in KiCad > development. While at the moment none of the features we worked is ready > to merge, the current

[Kicad-developers] 4.0.5 stable release.

2016-11-07 Thread Wayne Stambaugh
I wanted to let everyone know that I've got quite a few bug fixes ready for a 4.0.5 stable release. I would like to roll this out in two weeks on November 20th. Is that enough time for our doc, library, translation, and package devs to get everything ready? Please let me know if that is not enou

Re: [Kicad-developers] KiCad hackathon invitation

2016-11-07 Thread Maciej Sumiński
Hi Wayne, During the hackathon we met programmers experienced with expat, who asked if they could use the library. As expat is a dependency for numerous packages (from what I see, it is required by wxWidgets as well [1,2]), I figured it should not cause any significant problems and it is just one

Re: [Kicad-developers] KiCad hackathon invitation

2016-11-07 Thread Wayne Stambaugh
Hey Orson, I think that the wxXml stuff is based on expat. I know that wxWidgets includes expat in the source tree which is used if expat is not found when configuring a wxWidgets build. Expat is not a show stopper, I just want to be sure we aren't adding unnecessary dependencies. Cheers, Wayn

Re: [Kicad-developers] How I Learned to Stop Worrying (about whitespace) and Love clang-format

2016-11-07 Thread Cirilo Bernardo
I also think it's much better for devs to check these things themselves; blindly relying on a tool to apply formatting could result in monstrous commits for trivial things. Maybe a better way now that we're using git is to have a pre-commit hook which checks and blocks a commit if the rules are vi

Re: [Kicad-developers] [RFC] eeschema new tool/feature.

2016-11-07 Thread Maciej Sumiński
Hi Dino, I see a great value in a tool like this. KiCad needs a generic way to modify properties for multiple items at once. Currently there are a few tools tools (e.g. Set Footprint Field Sizes, Edit All Track And Vias) that could be replaced by a powerful selection tool and a property editor. F