[Kicad-developers] [PATCH] V2 Rectangular pads with rounded corners

2015-02-17 Thread Mathias Grimmberger
Hi everybody, below is a new version of a patch to add support for rectangular pads with rounded corners to KiCad. The patch was created against revision 5428. What has changed: - optimized Gerber output - plotting to PDF and Postscript should now produce correct results (as far as I can check

Re: [Kicad-developers] [PATCH] vrml_v2_modelparser coverity fix + check

2015-02-17 Thread Mark Roszko
Hah, noticed I forgot to subtract a byte for the first byte read by default. Use attached patches instead. From 410c30db3a435c023fa93e9e9e38166263fd8287 Mon Sep 17 00:00:00 2001 From: Mark Roszko mark.ros...@gmail.com Date: Tue, 17 Feb 2015 20:33:01 -0500 Subject: [PATCH 1/2] Fix

Re: [Kicad-developers] OSX Nightlies Update

2015-02-17 Thread Garth Corral
On Feb 17, 2015, at 5:05 PM, Maciej Sumiński maciej.sumin...@cern.ch wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Andy, In GAL mode there are no scrollbars by design, it is not a Mac OS X issue. Do users miss them? No. In fact I’ve disabled them for the default canvas

Re: [Kicad-developers] OSX Nightlies Update

2015-02-17 Thread Adam Wolf
Thanks! I will fix the library table file--it was one of the last things I added. Not sure about the pcbnew issue. I'll take a look. Adam Wolf On Feb 17, 2015 5:59 PM, Bob Gustafson bob...@rcn.com wrote: Hi Adam I put your dmgs up on my Mac. It is very nice to see the 'Help' and Documents

Re: [Kicad-developers] OSX Nightlies Update

2015-02-17 Thread Blair Bonnett
On 18 February 2015 at 14:05, Maciej Sumiński maciej.sumin...@cern.ch wrote: In GAL mode there are no scrollbars by design, it is not a Mac OS X issue. Do users miss them? Personally I'd never noticed there were scrollbars in the default canvas, let alone that they were missing in GAL mode...

[Kicad-developers] [PATCH] vrml_v2_modelparser coverity fix + check

2015-02-17 Thread Mark Roszko
1. Someone recently touched vrml_v2_modelparser and made the same mistake that was fixed a few weeks ago, i.e. declared array being compared to NULL which is always true. 2. GetNextTag itself is kind of flawed and coverity doesn't catch it. text buffer is allocated by the calling function but

Re: [Kicad-developers] 3D Viewer crushes whole KiCAD with this file

2015-02-17 Thread Wayne Stambaugh
Have you tested this with the latest version of KiCad? There have been some fixes applied to the VRML parser in the last few commits. I'm not getting a segfault on windows using gcc 4.9.2. Granted, the VRML parser cannot correct parse the wrl file you posted but it does not crash. It just

Re: [Kicad-developers] 3D Solid Model development

2015-02-17 Thread Wayne Stambaugh
On 2/17/2015 6:03 PM, Tomasz Wlostowski wrote: On 17.02.2015 22:30, Cirilo Bernardo wrote: Hi folks, I'm just letting everyone know that I've started development on a framework for the IGES model specification (and I've also purchased a copy of the STEP Model and Resources Library). Although

Re: [Kicad-developers] OSX Nightlies Update

2015-02-17 Thread devel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Andy, In GAL mode there are no scrollbars by design, it is not a Mac OS X issue. Do users miss them? I didn't think it was a Mac issue but I don't test on other platforms. As for missing them, this is interesting. I actually hadn't

Re: [Kicad-developers] 3D Solid Model development

2015-02-17 Thread Cirilo Bernardo
Hi Tom, As I explained in the past, STEP models generated by OpenCascade are unusable to MCAD users. I'll look at the IGES support in OpenCascade; I didn't even think of this since the STEP support left me with such a bad impression. - Cirilo On Wed, Feb 18, 2015 at 10:03 AM, Tomasz Wlostowski

Re: [Kicad-developers] 3D Solid Model development

2015-02-17 Thread Cirilo Bernardo
The plugin will definitely happen before any integration; I'm also unwilling to add anymore mess to the existing code and if the change isn't made now then it will become unmanageable. - Cirilo On Wed, Feb 18, 2015 at 11:07 AM, Wayne Stambaugh stambau...@gmail.com wrote: On 2/17/2015 6:03 PM,

Re: [Kicad-developers] 3D Solid Model development

2015-02-17 Thread Cirilo Bernardo
Just an update to my previous message - I will implement IGES from scratch. The OpenCascade IGES implementation, like the STEP implementation, does not allow for the creation of correct hierarchical assemblies. The consequence of that defect is that every instance of every solid feature will be

Re: [Kicad-developers] 3D Solid Model development

2015-02-17 Thread Tomasz Wlostowski
On 17.02.2015 22:30, Cirilo Bernardo wrote: Hi folks, I'm just letting everyone know that I've started development on a framework for the IGES model specification (and I've also purchased a copy of the STEP Model and Resources Library). Although we ultimately want to use STEP since this can

Re: [Kicad-developers] OSX Nightlies Update

2015-02-17 Thread Bob Gustafson
Hi Adam I put your dmgs up on my Mac. It is very nice to see the 'Help' and Documents show up now when I click on the Help menu! Thanks much for getting that straightened out (at least for me). The problems I had were that copying the fp-lib-table from your dmg to my

Re: [Kicad-developers] OSX Nightlies Update

2015-02-17 Thread Andy Peters
On Feb 17, 2015, at 4:44 PM, Bob Gustafson bob...@rcn.com wrote: There was an issue with the PCBnew display - there were no scrollbars on the board view. It makes things difficult without those scrollbars. I see scrollbars in my builds when using the Default canvas. In GAL mode the

Re: [Kicad-developers] Requesting your co-operation for new version of Oscad, a free and open source EDA tool

2015-02-17 Thread Wayne Stambaugh
On 2/12/2015 2:40 AM, Oscad Team wrote: Dear Wayne, Sorry for the delay in replying to you as we were busy developing new modules for our project. We have worked on KiCad, stable version released in July 2013. We made changes in the KiCad source code, so that it will generate a netlist

[Kicad-developers] very slow server, unable to download or even update from Australia.

2015-02-17 Thread Lachlan Audas
Hi guys, I'm running into a problem with your server(s), it's really really slow, take's for-every to download the source, and has timed out many time's just trying to download the boost lib's! Is that any movement to setup a mirror say one in Asia, and Europe.. As the current status is

Re: [Kicad-developers] OSX Nightlies Update

2015-02-17 Thread Maciej Sumiński
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Andy, In GAL mode there are no scrollbars by design, it is not a Mac OS X issue. Do users miss them? Regards, Orson On 02/18/2015 01:41 AM, Andy Peters wrote: On Feb 17, 2015, at 4:44 PM, Bob Gustafson bob...@rcn.com wrote: There was

Re: [Kicad-developers] [PATCH] V2 Rectangular pads with rounded corners

2015-02-17 Thread Tomasz Wlostowski
On 17.02.2015 23:55, Mathias Grimmberger wrote: Hi everybody, below is a new version of a patch to add support for rectangular pads with rounded corners to KiCad. The patch was created against revision 5428. What has changed: - optimized Gerber output - plotting to PDF and

Re: [Kicad-developers] very slow server, unable to download or even update from Australia.

2015-02-17 Thread Nick Østergaard
It is a launchpad service, hence teir servers, but for boost, I think that is hosted on sourceforge, which has had trouble lately, but they provide download mirrors for their project downloads. Where are you located? 2015-02-18 2:00 GMT+01:00 Lachlan Audas laud...@gmail.com: Hi guys, I'm

Re: [Kicad-developers] OSX Nightlies Update

2015-02-17 Thread Nick Østergaard
You should try out Garth's OS X trackpad patch, see the email thread https://lists.launchpad.net/kicad-developers/msg15527.html It will add another option to the properties window, where you can enable this feature, and it probably make it better to use for some people. I have tested it on linux

Re: [Kicad-developers] OSX Nightlies Update

2015-02-17 Thread Bob Gustafson
OK, View-default, I do see the scrollbars. View-openGL and View-Cairo, I don't see scrollbars. In all views, my trackpad (up-down or sideways) just controls the zoom. No panning. What are the recommended settings for a built-in trackpad with one clicker? Bob G On 02/17/2015 07:33 PM, Blair

Re: [Kicad-developers] [PATCH] V2 Rectangular pads with rounded corners

2015-02-17 Thread Lorenzo Marcantonio
On Tue, Feb 17, 2015 at 11:55:13PM +0100, Mathias Grimmberger wrote: BTW, does anybody know what the CERN people are doing? Because properly supporting roundrect pads in the PNS router needs an extension to the geometry primitives, something like a convex polygon shape (as a bonus this would

Re: [Kicad-developers] wxPython version check

2015-02-17 Thread Brian Sidebotham
On 16 February 2015 at 17:44, Wayne Stambaugh stambau...@gmail.com wrote: On 2/16/2015 11:44 AM, Brian Sidebotham wrote: On 16 February 2015 at 15:42, Brian Sidebotham brian.sidebot...@gmail.com wrote: On 16 February 2015 at 14:17, Wayne Stambaugh stambau...@gmail.com wrote: Brian, How are

Re: [Kicad-developers] 3D Viewer crushes whole KiCAD with this file

2015-02-17 Thread Bob Gustafson
Might be interesting to see what Clang does with it. Clang is available on both OSX and Linux. Bob G On 02/17/2015 08:28 AM, LordBlick wrote: In response to a message written on 17.02.2015, 07:32, from Cirilo Bernardo: The *.wrl file you attached works fine on my system; no crash even though

Re: [Kicad-developers] KiCad in the (CERN) news

2015-02-17 Thread Nick Østergaard
Great news, I look forward at trying the differential pair routing and trace-length matching. 2015-02-17 14:50 GMT+01:00 Javier Serrano javier.serrano.par...@gmail.com: Dear all, I thought some of you might be interested in this recent piece by one of our colleagues in the Communications

Re: [Kicad-developers] 3D Viewer crushes whole KiCAD with this file

2015-02-17 Thread LordBlick
In response to a message written on 17.02.2015, 07:32, from Cirilo Bernardo: The *.wrl file you attached works fine on my system; no crash even though 3DViewer will not display it for whatever reason. Seems to be gcc version specific… $ gdb kicad GNU gdb (GDB) 7.8.1-1 (PLD Linux) Copyright (C)

Re: [Kicad-developers] KiCad in the (CERN) news

2015-02-17 Thread Miguel Ángel Ajo
Awesome!! :-) Miguel Ángel Ajo On Tuesday, 17 de February de 2015 at 14:50, Javier Serrano wrote: Dear all, I thought some of you might be interested in this recent piece by one of our colleagues in the Communications group:

Re: [Kicad-developers] [PATCH] IDF code: fixing problems reported by coverity

2015-02-17 Thread Wayne Stambaugh
Cirilo, I committed your patch in the product branch version r5436. Thanks, Wayne On 2/16/2015 10:41 PM, Cirilo Bernardo wrote: My bad; I didn't quite get the logical flow and missed quite a few more deletes. I've attached a patch that should fix that as well as 2 issues in

[Kicad-developers] KiCad in the (CERN) news

2015-02-17 Thread Javier Serrano
Dear all, I thought some of you might be interested in this recent piece by one of our colleagues in the Communications group: http://home.web.cern.ch/about/updates/2015/02/kicad-software-gets-cern-treatment Cheers, Javier ___ Mailing list:

Re: [Kicad-developers] OSX Nightlies Update

2015-02-17 Thread Martijn Kuipers
Hi Adam, I just quickly opened some of my boards and all work as expected. KiCad has become huge….600MB for “just” KiCad and 860MB for the footprints (offline usage). It works great though, thanks. /Martijn On 17 Feb 2015, at 19:26, Wayne Stambaugh stambau...@gmail.com wrote: Great

[Kicad-developers] OSX Nightlies Update

2015-02-17 Thread Adam Wolf
Hi folks, I have an updated set of OS X nightlies. I had about 20 users test it out last week, and one user had a horrible problem and pcbnew wouldn't start, and it looked like a classic bundle paths issue that we've had and solved about 10 times, but the other 19 seemed to have everything work

Re: [Kicad-developers] OSX Nightlies Update

2015-02-17 Thread Wayne Stambaugh
Great work Adam! All you OSX users out there, please help Adam out by testing the bundles so we can get regular nightly builds for OSX. On 2/17/2015 12:50 PM, Adam Wolf wrote: Hi folks, I have an updated set of OS X nightlies. I had about 20 users test it out last week, and one user had a

[Kicad-developers] 3D Solid Model development

2015-02-17 Thread Cirilo Bernardo
Hi folks, I'm just letting everyone know that I've started development on a framework for the IGES model specification (and I've also purchased a copy of the STEP Model and Resources Library). Although we ultimately want to use STEP since this can eventually tie in to PSI-5, I believe IGES will

Re: [Kicad-developers] Coverity scan.

2015-02-17 Thread Bob Gustafson
The Coverity scan is a great addition to KiCad development. Clicking around on the Coverity site - KiCad defects per 1000 lines are pretty good compared to those projects that allow one to view their statistics. Java based projects seem to be in the 5+ defects/1000. Running Coverity often