Re: [Kicad-developers] rc2

2018-04-02 Thread Adam Wolf
We are making good progress on macOS packaging but are at least a few days away from something other folks can test. Wanna aim for Friday for rc2? It's probably a bit of a push for us Mac packagers but that's ok :) Adam On Mon, Apr 2, 2018, 5:43 PM Wayne Stambaugh wrote: > Things have quieted

[Kicad-developers] rc2

2018-04-02 Thread Wayne Stambaugh
Things have quieted down quit a bit so we should be close to an rc2 release. I saw a 3D viewer crash report but it looks like it might be a video driver issue. Are there any other outstanding issues we need to fix before rc2 is tagged? Please note, rc2 is going to be the UI string freeze so no U

Re: [Kicad-developers] JetBrains

2018-04-02 Thread Wayne Stambaugh
Please do. It looks like a pretty interesting IDE so I will take it for a test drive and see if I like it. Thanks, Wayne On 4/2/2018 5:59 PM, Jeff Young wrote: > Yep; they’re freely transferrable. Shall I assign one to you? > >> On 2 Apr 2018, at 19:24, Wayne Stambaugh wrote: >> >> I wonder

Re: [Kicad-developers] JetBrains

2018-04-02 Thread Jeff Young
Yep; they’re freely transferrable. Shall I assign one to you? > On 2 Apr 2018, at 19:24, Wayne Stambaugh wrote: > > I wonder if it's case sensitive. I think on my home computer my windows > user name is Wayne and my linux user name is wayne. I suppose I could > change it on one or the other.

Re: [Kicad-developers] [PATCH] - File format shim for clearance data

2018-04-02 Thread Wayne Stambaugh
I finally got a chance to test this and here is what I found. Please note, my testing was limited to simply adding (foo bar) to each section and object in the board file. I did not add anything more complex such as (foo (bar 1.15)(baz "A baz string")). All valid syntax would need to be supported

Re: [Kicad-developers] JetBrains

2018-04-02 Thread Wayne Stambaugh
I wonder if it's case sensitive. I think on my home computer my windows user name is Wayne and my linux user name is wayne. I suppose I could change it on one or the other. Do you know if the licenses are transferable? I might give a whirl and if I decide it isn't for me, it would be nice to al

Re: [Kicad-developers] Partial fix for bug #1758747 Import Eagle Project ignores cream="no" option

2018-04-02 Thread Seth Hillbrand
Hi Russell- Looks good. There were just a couple formatting issues (parentheses go on newlines) that I fixed and pushed the patch. Thank you for the contribution! -S 2018-04-02 4:52 GMT-07:00 Russell Oliver : > Updated patch, which also should fix rotations for rectangles. This should > be a c

[Kicad-developers] pcbnew file formatting change

2018-04-02 Thread Seth Hillbrand
​Hi Devs- Just a heads up that there was a minor issue with the output formatting in pcbnew when handling invalid polygons. I fixed the issue and pushed ​532bf0981. It should have no effect of valid shapes generated in pcbnew but will prevent invalid boards from being created in the scripting mo

[Kicad-developers] FYI: NanoVG, vector graphics rendering library for OpenGL

2018-04-02 Thread Vesa Solonen
https://github.com/memononen/nanovg May be worth considering for Eeschema canvas. -Vesa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers M

Re: [Kicad-developers] JetBrains

2018-04-02 Thread Jeff Young
Multiple OSs and/or multiple machines with one caveat: your username (login) must be the same on all of them. https://sales.jetbrains.com/hc/en-gb/articles/207240675-Can-several-products-be-used-at-the-same-time-with-the-All-Products-license-

Re: [Kicad-developers] JetBrains

2018-04-02 Thread Adam Wolf
I actually just paid for a license until March 2019, so feel free to give that license to someone else, and I'll come poking around in 10 months or so to see if there are any available still. Not a big deal on my end. Adam On Mon, Apr 2, 2018 at 7:54 AM, Wayne Stambaugh wrote: > Do you know if

Re: [Kicad-developers] JetBrains

2018-04-02 Thread Wayne Stambaugh
Do you know if it's with the license to install it on multiple operating systems? It would be nice to have a consistent development platform across systems. Cheers, Wayne On 4/2/2018 8:52 AM, Jeff Young wrote: > I talked JetBrains out of 3 licenses, with the caveat that they have to > be used b

Re: [Kicad-developers] JetBrains

2018-04-02 Thread Jeff Young
I talked JetBrains out of 3 licenses, with the caveat that they have to be used by volunteers (ie: not folks paid by CERN). I think Adam wanted one, but that still leaves one up for grabs… Cheers, Jeff. > On 23 Mar 2018, at 13:35, Wayne Stambaugh wrote: > > On 03/23/2018 08:53 AM, Jeff Young

Re: [Kicad-developers] Partial fix for bug #1758747 Import Eagle Project ignores cream="no" option

2018-04-02 Thread Russell Oliver
Updated patch, which also should fix rotations for rectangles. This should be a complete fix for the reported bug. On Sat, Mar 31, 2018 at 11:07 PM Russell Oliver wrote: > No I won't have time to. > > There is still the issue of Eagle rectangles with a rotation applied not > being imported corre