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

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

Re: [Kicad-developers] 5.0.2 stable release.

2018-12-08 Thread Nick Østergaard
How goes Adam? I moved the windows builds from testing to stable now. On Fri, 7 Dec 2018 at 15:08, Adam Wolf wrote: > > Alright, I can do that then. I'll be kicking off the test builds shortly. > > Adam > > On Fri, Dec 7, 2018 at 8:05 AM Maciej Suminski > wrote: >> >> Yes, it will. The patch c

Re: [Kicad-developers] 5.0.2 stable release.

2018-12-08 Thread Adam Wolf
The two macOS builds were successful, and I'll be uploading them within 2 or 3 hours. I would like another person to install them and see if things seem OK, and then we can say they're good! Please note that these do have the dark mode patch cherrypicked. Adam On Sat, Dec 8, 2018, 10:45 AM Nick

Re: [Kicad-developers] 5.0.2 stable release.

2018-12-08 Thread Adam Wolf
They're here. http://downloads.kicad-pcb.org/osx/testing/ Adam On Sat, Dec 8, 2018 at 12:46 PM Adam Wolf wrote: > The two macOS builds were successful, and I'll be uploading them within 2 > or 3 hours. I would like another person to install them and see if things > seem OK, and then we can say

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

2018-12-08 Thread Robert Abel
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 line pointer. By chance, red and green were always parsed