Re: [Kicad-developers] File format version increment

2017-09-20 Thread hauptmech
File version issues have hit me a couple times when collaborating. Solutions involve either installing bunch of binaries, stable first, then nightlies, until we find a compatible one, or 'fixing' the file by hand editing to a previous design. It would be really nice to the user if you used

Re: [Kicad-developers] [PATCH] PcbNew Eagle Plugin: Remove layer restriction on some graphic items, fix undrawn items and place values on fabrication layers.

2017-09-20 Thread Russell Oliver
Wayne, After my quick look at JP's custom pad code, I think the patch is still valid simply because it allows for the quick conversion between copper layer graphical items in an Eagle footprint to the equivalent KiCad item. Eagle Cad does not have an equivalent custom pad shape feature which

Re: [Kicad-developers] Fwd: wxPython 4.0.0b2 release

2017-09-20 Thread Greg Smith
I mostly us the Phoenix documentation and it seems close, but not exact. There also have been differences between the Python that wxFormBuilder creates vs Stable and is some cases the nightly. From my perspective, it's not onerous to adopt, but it may break existing plugins. Greg S. > On Sep

Re: [Kicad-developers] Fwd: wxPython 4.0.0b2 release

2017-09-20 Thread Wayne Stambaugh
I haven't tried to build it on mingw. I'm guessing if it's anything like it's predecessor, it will require some work but I could be wrong. Given that the build instructions only mention msvc and say nothing about building with mingw on windows, my expectations are low. On 9/20/2017 4:54 PM,

[Kicad-developers] Fwd: wxPython 4.0.0b2 release

2017-09-20 Thread Simon Richter
Hi, wxPython 4 will be out soon, and this appears to be mostly a rewrite of wxPython 3. Has anyone looked at this yet, is it compatible enough to be used from KiCad? Simon Forwarded Message Subject:wxPython 4.0.0b2 release Date: Tue, 19 Sep 2017 12:54:12 -0700

Re: [Kicad-developers] [PATCH] GerbView GAL support

2017-09-20 Thread Jon Evans
Hi Orson, Give this a shot in your branch. It should work in pcbnew also now. -Jon On Wed, Sep 20, 2017 at 9:28 AM, Jon Evans wrote: > Hi Orson, > > Thank you for staging this for merge on your branch. I checked and you do > have all the patches. > > 1) Yes I planned on

Re: [Kicad-developers] wxAuiNotebook vs. wxNotebook

2017-09-20 Thread Wayne Stambaugh
On 9/19/2017 3:34 PM, jp charras wrote: > Le 19/09/2017 à 20:28, Michael Kavanagh a écrit : >> In that case since I don't see why the Aui features are needed in the About >> dialog I submit this >> patch for review. I have only tested on Windows 10 so it should be tested on >> macOS etc. before

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-20 Thread Maciej Sumiński
On 09/20/2017 05:29 PM, jp charras wrote: [snip] > After tests with 2 schematics I found a rounding issue in coordinates > (especially wires and pins): > Many coordinates are very near (1 mil, therefore one Eeschema unit) the 50 > mils grid but not exactly > on grid (for instance 499 instead of

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-20 Thread jp charras
Le 20/09/2017 à 16:33, Maciej Sumiński a écrit : > On 09/16/2017 09:32 AM, jp charras wrote: >> Le 16/09/2017 à 07:28, Russell Oliver a écrit : >>> Hi, >>> >>> Jean-Pierre: can you send me a link to the files you tested it on? >>> >>> Also for opening either an Eagle schematic or board file, the

Re: [Kicad-developers] [PATCH] PcbNew Eagle Plugin: Remove layer restriction on some graphic items, fix undrawn items and place values on fabrication layers.

2017-09-20 Thread Wayne Stambaugh
Russell, Is this patch still valid now that JP merged his custom pad work or does it need to be reworked to support custom pads? I would like to get all of the Eagle changes into master for the stable 5 branch. Thanks, Wayne On 8/27/2017 4:39 AM, Russell Oliver wrote: > Hi All,  > > Attached

Re: [Kicad-developers] ActionPlugin backport to 4.0.8?

2017-09-20 Thread Marco Ciampa
On Wed, Sep 20, 2017 at 09:00:42AM -0400, Wayne Stambaugh wrote: [...] > The goal is to have the stable 5 version released by the end of the year. [...] Very good news indeed! Regards, -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux

Re: [Kicad-developers] [PATCH] Eagle schematic and project import.

2017-09-20 Thread Maciej Sumiński
On 09/16/2017 09:32 AM, jp charras wrote: > Le 16/09/2017 à 07:28, Russell Oliver a écrit : >> Hi, >> >> Jean-Pierre: can you send me a link to the files you tested it on? >> >> Also for opening either an Eagle schematic or board file, the intended >> workflow starts within the >> KiCad

Re: [Kicad-developers] [PATCH] GerbView GAL support

2017-09-20 Thread Jon Evans
Hi Orson, Thank you for staging this for merge on your branch. I checked and you do have all the patches. 1) Yes I planned on refactoring the selection tool once things stabilized with the highlighting etc. 2) Do you mean when you are highlighting Gerber X2 attributes, or when you are

Re: [Kicad-developers] ActionPlugin backport to 4.0.8?

2017-09-20 Thread Wayne Stambaugh
If I can help it, there wont be a 4.0.8 stable release. The goal is to have the stable 5 version released by the end of the year. At this point, I would only consider a 4.0.8 stable release if there was a critical (data loss or corruption) bug. On 9/20/2017 8:47 AM, Greg Smith wrote: > Is there

[Kicad-developers] ActionPlugin backport to 4.0.8?

2017-09-20 Thread Greg Smith
Is there any possibility to backport ActionPlugin support for 4.0.8 Stable release? It makes installing and accessing python plugins so much easier for the casual user! Also how do I retrieve the current pcbnew/KiCad version number from Python? Greg S. .

Re: [Kicad-developers] [PATCH] GerbView GAL support

2017-09-20 Thread Maciej Sumiński
Hi Jon, GALifying GerbView is a huge task, so thank you very much for your work! I have just tested your changes and in my opinion it is in a state that deserves merging and further tests. The new way of item highlighting is awesome, we need to port it to pcbnew as well. For now I keep your

Re: [Kicad-developers] Build error on MSVC

2017-09-20 Thread Maciej Sumiński
Merged, thank you Simon! Regards, Orson On 09/19/2017 09:14 PM, Simon Richter wrote: > Hi, > > I'm getting a compile error on MSVC: > > eeschema\lib_pin.cpp(588): error C2228: left of '.utf8_str' must have > class/struct/union > > I can't prove easily whether this code is legal or illegal