Re: [Kicad-developers] 5.1 stable release

2018-12-09 Thread Seth Hillbrand
Am 2018-12-09 14:41, schrieb John Beard: On that note, how many people are actually using gtk3 for actual designs? I know I am, but I've been stuck with fallback for a while due to lagging, which I think is likely fixed now with the event stuff, but I haven't had time to rebuild and check. Hi

Re: [Kicad-developers] Version 5.1 backward compatibility with 5.0 (polygon for outline)

2018-12-09 Thread Seth Hillbrand
Am 2018-12-09 17:01, schrieb Eeli Kaikkonen: Recently I realized that the new "graphic polygon for edge outline feature", as great as it is, isn't compatible with 5.0. The 3D view can't handle it and it's filled in gerber. So, if someone makes a pcb file with nightly builds it's not necessarily

[Kicad-developers] Version 5.1 backward compatibility with 5.0 (polygon for outline)

2018-12-09 Thread Eeli Kaikkonen
Recently I realized that the new "graphic polygon for edge outline feature", as great as it is, isn't compatible with 5.0. The 3D view can't handle it and it's filled in gerber. So, if someone makes a pcb file with nightly builds it's not necessarily compatible with 5.0. Is this allowed on

[Kicad-developers] Fwd: 5.1 stable release

2018-12-09 Thread Eeli Kaikkonen
(Forwarded to the developers list, too...) I could use it, at least for testing. Does someone happen to know which gtk packages to install on Kubuntu 17.10? What do I need to do to compile with gtk3? Eeli Kaikkonen su 9. jouluk. 2018 klo 22.06 John Beard (john.j.be...@gmail.com) kirjoitti: >

Re: [Kicad-developers] 5.1 stable release

2018-12-09 Thread John Beard
Hi Wayne, I can take a look at doing that. I'm on gtk3, so it's easy to check. On that note, how many people are actually using gtk3 for actual designs? I know I am, but I've been stuck with fallback for a while due to lagging, which I think is likely fixed now with the event stuff, but I

Re: [Kicad-developers] [PATCH] SCH_LEGACY_PLUGIN::loadWire: fix parsing of wire color

2018-12-09 Thread jp charras
Le 09/12/2018 à 20:10, Robert Abel a écrit : > Hi Jean-Pierre, > > On 09 Dec 2018 18:04, jp charras wrote:> Le 08/12/2018 à 22:38, Robert Abel a > écrit : >>> Wire color was parsed using parseInt alone. >>> However, input contains a comma after every color component: >>> rgb(red, green, blue)

Re: [Kicad-developers] [PATCH] SCH_LEGACY_PLUGIN::loadWire: fix parsing of wire color

2018-12-09 Thread Robert Abel
Hi Jean-Pierre, On 09 Dec 2018 18:04, jp charras wrote:> Le 08/12/2018 à 22:38, Robert Abel a écrit : >> Wire color was parsed using parseInt alone. >> However, input contains a comma after every color component: >> rgb(red, green, blue) >> > > However I committed a more basic patch. I thought

Re: [Kicad-developers] Build failure on Fedora 29

2018-12-09 Thread Steven A. Falco
On 12/9/18 11:53 AM, Steven A. Falco wrote: > On 12/9/18 10:47 AM, Seth Hillbrand wrote: >> Am 2018-12-09 10:24, schrieb Steven A. Falco: >>> I had been able to build KiCad successfully for Fedora 29, but >>> something has apparently changed very recently, because I am now >>> getting a build

[Kicad-developers] 5.1 stable release

2018-12-09 Thread Wayne Stambaugh
Now that 5.0.2 is out the door, it's time to get serious about 5.1. This is the official 5.1 feature freeze announcement. I plan on make the official string freeze announcement in another week or two so if you have any UI string work that you are planning to do, please try to wrap it up in the

Re: [Kicad-developers] 5.0.2 stable release.

2018-12-09 Thread Wayne Stambaugh
I pushed the release announcement to the KiCad website and made the announcement at forum.kicad.info. Thanks again everyone. Now it's on to 5.1. Cheers, Wayne On 12/8/18 2:28 PM, Adam Wolf wrote: > They're here. http://downloads.kicad-pcb.org/osx/testing/ > > Adam > > On Sat, Dec 8, 2018 at

[Kicad-developers] Jenkins build is back to normal : linux-kicad-full-gcc-head #4404

2018-12-09 Thread Miguel Angel Ajo
See ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :

Re: [Kicad-developers] [PATCH] Use absolute path CMAKE_INSTALL_FULL_LIBDIR for 3d viewer PLUGINDIR

2018-12-09 Thread Wayne Stambaugh
Stefan, I tested you patch and it seems to work fine on linux. However, it also affects macos which I'm not sure that it wont break something. Would one of our macos devs please take a look at this patch when you get a chance. Cheers, Wayne On 11/8/2018 6:51 PM, Brüns, Stefan wrote: >

Re: [Kicad-developers] [PATCH] SCH_LEGACY_PLUGIN::loadWire: fix parsing of wire color

2018-12-09 Thread jp charras
Le 08/12/2018 à 22:38, Robert Abel a écrit : > Wire color was parsed using parseInt alone. > However, input contains a comma after every color component: > rgb(red, green, blue) > > This comma wasn't skipped and subsequent calls to parseInt would > return 0 without error while not advancing the

Re: [Kicad-developers] Build failure on Fedora 29

2018-12-09 Thread Steven A. Falco
On 12/9/18 10:47 AM, Seth Hillbrand wrote: > Am 2018-12-09 10:24, schrieb Steven A. Falco: >> I had been able to build KiCad successfully for Fedora 29, but >> something has apparently changed very recently, because I am now >> getting a build failure. >> >> Below is part of my build log.  The

[Kicad-developers] Build failed in Jenkins: linux-kicad-full-gcc-head #4403

2018-12-09 Thread Miguel Angel Ajo
See Changes: [hillbrand] pcbnew: Fix bug in adding new zone/poly -- [...truncated 152.75 KB...] [ 85%] Building CXX object

Re: [Kicad-developers] Build failure on Fedora 29

2018-12-09 Thread Bob Gustafson
This might be the problem: (not Kicad) https://bugs.freedesktop.org/show_bug.cgi?id=77240 On 12/9/18 9:24 AM, Steven A. Falco wrote: I had been able to build KiCad successfully for Fedora 29, but something has apparently changed very recently, because I am now getting a build failure. Below

Re: [Kicad-developers] Build failure on Fedora 29

2018-12-09 Thread Seth Hillbrand
Am 2018-12-09 10:24, schrieb Steven A. Falco: I had been able to build KiCad successfully for Fedora 29, but something has apparently changed very recently, because I am now getting a build failure. Below is part of my build log. The error relates to an include file called KHR/khrplatform.h:

[Kicad-developers] Build failure on Fedora 29

2018-12-09 Thread Steven A. Falco
I had been able to build KiCad successfully for Fedora 29, but something has apparently changed very recently, because I am now getting a build failure. Below is part of my build log. The error relates to an include file called KHR/khrplatform.h: [ 23%] Building CXX object

[Kicad-developers] Build failed in Jenkins: linux-kicad-full-gcc-head #4402

2018-12-09 Thread Miguel Angel Ajo
See Changes: [jean-pierre charras] Gerber plotter: rename UseX2Attributes() to UseX2format, and fix -- [...truncated 152.88 KB...] [ 86%] Building CXX object