Re: [Kicad-developers] wxformbuilder version

2016-09-03 Thread Cirilo Bernardo
I'm all in favor of dropping the .fbp and autogeneration in such simple cases as well. Initially I had a few such dialogs while working on the 3D plugin system but personally found that wxFB was more of a nuisance than an aid in those cases so I threw out the autogenerated files and coded the GUI b

Re: [Kicad-developers] Stable release 5 road map.

2016-09-03 Thread Nick Østergaard
A small paragraph ahve been added to the getting started section describing the v5 and CERN road map. 2016-07-07 9:33 GMT+02:00 Wayne Stambaugh : > On 7/6/2016 1:38 PM, Jon Neal wrote: >> It took me a solid 15 minutes of searching to find the roadmap, so >> hopefully I'll do someone a favor and pr

Re: [Kicad-developers] OCE plugin for 3D viewer

2016-09-03 Thread Nick Østergaard
2016-09-01 19:02 GMT+02:00 Wayne Stambaugh : > Sorry it took so long. I took a look at Cirilo's changes an it looks > good. We still need a PKGBUILD file for msys2 with JPs patch so we > don't have to build oce from source. > > When I merge Cirilo's 3d-plugin branch and I had to create a commit >

Re: [Kicad-developers] wxformbuilder version

2016-09-03 Thread Wayne Stambaugh
I've reconsidered for simple dialogs for the time being long as there are no other major objections. One thing I will be a lot more picky (even more than usual :) ) is that I will no longer tolerate overriding OnOK and OnCancel for transferring data to and from controls which is a poor design. If

[Kicad-developers] [PATCH] A few small changes to CMake and the compiling instructions

2016-09-03 Thread Jon Neal
0001 changes the USE_OCE flag to KICAD_USE_OCE as discussed. 0002 adds libngspice and OCE to the INSTALL.txt dependencies list and removes a dead link 0003 updates compiling.md to remove bzr references and adds info about the KICAD_USE_OCE flag Jon From ba66aab6cdfcb3ad9ea0c2c130470b92c2611c0b Mon

Re: [Kicad-developers] [PATCH] A few small changes to CMake and the compiling instructions

2016-09-03 Thread Nick Østergaard
I also prepared some patches to address this issue with the switch, but I did not submit them, because no one commented further on it. But for the git descriptions, why do you suggest "-b master" for the git clone, that should not be necessary. My patches replaces the 0001 patch of Jon's, they al

Re: [Kicad-developers] [PATCH] A few small changes to CMake and the compiling instructions

2016-09-03 Thread Nick Østergaard
I just made my changes in multiple patches such that they are easy to review, they should probably be squashed with the commit description if committed. 2016-09-03 23:05 GMT+02:00 Nick Østergaard : > I also prepared some patches to address this issue with the switch, > but I did not submit them, b

Re: [Kicad-developers] OCE plugin for 3D viewer

2016-09-03 Thread Cirilo Bernardo
We may as well change the USE_OCE to KICAD_USE_OCE; if we wait too long we'll get more complaints later. - Cirilo On Sat, Sep 3, 2016 at 8:49 PM, Nick Østergaard wrote: > 2016-09-01 19:02 GMT+02:00 Wayne Stambaugh : > > Sorry it took so long. I took a look at Cirilo's changes an it looks > > g