Re: [Kicad-developers] Could someone run a test on GTK for me?

2018-07-21 Thread Jeff Young
Well, that 0 certainly isn’t good. The only thing I can think of is that setting the column widths is failing on GTK because the parent isn’t yet sized. I’ve put some debug code in. If anyone gets a chance to run it (with a breakpoint only in ZONE_SETTINGS::SetupLayersList()) and report the

Re: [Kicad-developers] Could someone run a test on GTK for me?

2018-07-21 Thread Seth Hillbrand
Hi Jeff- minWidth = 30 layersWidth = 0 Breakpoints set on the last line of each routine. Best- Seth Am Sa., 21. Juli 2018 um 09:56 Uhr schrieb Jeff Young : > Set two breakpoints: > >- one near the end of ZONE_SETTINGS::SetupLayersList() >- and one near the end of

[Kicad-developers] SHAPE_LINE_CHAIN in swig?

2018-07-21 Thread Andrew Lutsenko
Hello Kicad team, I'm writing a pcbnew action plugin that needs to read footprint pad coordinates and shape. I had no trouble figuring out all shapes except for custom one. It is represented by SHAPE_POLY_SET which has a corresponding python type but to get actual vertex coordinates you have to

[Kicad-developers] Could someone run a test on GTK for me?

2018-07-21 Thread Jeff Young
Set two breakpoints: one near the end of ZONE_SETTINGS::SetupLayersList() and one near the end of DIALOG_COPPER_ZONE::DIALOG_COPPER_ZONE() Run PcbNew and edit the properties of a zone. When the breakpoints hit, I need to know the value of minWidth from ZONE_SETTINGS::SetupLayersList() and

Re: [Kicad-developers] test regression on macos package

2018-07-21 Thread Wayne Stambaugh
Adam, Don't sweat it. These things always seem to happen at release time. Better to fix it now than to find out after it's already released. Keep me posted. Thanks, Wayne On 07/21/2018 10:09 AM, Adam Wolf wrote: I must add that I have had literal nightmares about holding up the V5

[Kicad-developers] Fix CMakeLists.txt

2018-07-21 Thread Aimylios
Hi! While trying to build KiCad for Fedora 28 I discovered some minor problems in the main CMakeLists.txt file. Patches attached. Best regards, Marcus >From cbb85acdd95a6b4f91a8369f405a5ff841a424cf Mon Sep 17 00:00:00 2001 From: Marcus A Date: Sat, 21 Jul 2018 08:10:24 +0200 Subject: [PATCH

Re: [Kicad-developers] test regression on macos package

2018-07-21 Thread Adam Wolf
I must add that I have had literal nightmares about holding up the V5 release. This is a little bit like actually going to school naked or having all of your teeth fall out. On Sat, Jul 21, 2018, 8:52 AM Adam Wolf wrote: > The tests that are not passing are some Python ones. They have to do >

Re: [Kicad-developers] test regression on macos package

2018-07-21 Thread Adam Wolf
The tests that are not passing are some Python ones. They have to do with how Python is embedded in the package. This one passes: Open up KiCad.app, and open up the Python scripting console. Type import pcbnew and press enter. It shouldn't show an error. Verify that the build date of Pytohn is

Re: [Kicad-developers] test regression on macos package

2018-07-21 Thread Maciej Suminski
Hi Adam, What is the regression? Perhaps we can help debugging. Cheers, Orson On 07/21/2018 08:23 AM, Adam Wolf wrote: > Hi folks! > > While trying to create the 5.0.0 package for macos tonight, I ran into > a test regression that I do not see on RC3. I am debugging, but it is > very late in