Re: [Kicad-developers] Dialog SetFocus && SetSelection patch

2016-09-01 Thread José Ignacio
You need to use wxformbuilder, otherwise someone else editing the dialog would overwrite your changes. On Thu, Sep 1, 2016 at 6:51 PM, Diogo Condeço wrote: > Hi all, > > I've attached a patch to correct some dialog behaviour in kicad. Tested on > mac os x and windows... > >

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

2016-09-01 Thread Chris Pavlina
Okay, this is friggin awesome. I can finally have models of *everything*, it's so nice! :) Sexy PCB shot: https://misc.c4757p.com/12091-motherboard.png Thanks Cirilo! On Thu, Sep 01, 2016 at 04:45:33PM -0400, Wayne Stambaugh wrote: > > > On 9/1/2016 4:18 PM, Chris Pavlina wrote: > > On Thu,

Re: [Kicad-developers] Dialog SetFocus && SetSelection patch

2016-09-01 Thread Chris Pavlina
I don't have time to test this right now, but I may later. In any case, you HAVE to use wxformbuilder, we will not accept a patch that edits them directly. If you edit them directly, any edits will be lost in the figure if anyone else tries to use wxformbuilder on them. Please, just download it.

[Kicad-developers] Dialog SetFocus && SetSelection patch

2016-09-01 Thread Diogo Condeço
Hi all, I've attached a patch to correct some dialog behaviour in kicad. Tested on mac os x and windows... Affected dialogs are: pcbnew > find component - set focus and selection pcbnew > pad properties - set focus and selection eeschema > add component - only set focus IMHO the correct

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

2016-09-01 Thread Chris Pavlina
On Thu, Sep 01, 2016 at 04:45:33PM -0400, Wayne Stambaugh wrote: > > > On 9/1/2016 4:18 PM, Chris Pavlina wrote: > > On Thu, Sep 01, 2016 at 04:10:13PM -0400, Wayne Stambaugh wrote: > >> On 9/1/2016 2:29 PM, José Ignacio wrote: > >>> On Thu, Sep 1, 2016 at 12:02 PM, Wayne Stambaugh

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

2016-09-01 Thread Wayne Stambaugh
On 9/1/2016 4:18 PM, Chris Pavlina wrote: > On Thu, Sep 01, 2016 at 04:10:13PM -0400, Wayne Stambaugh wrote: >> On 9/1/2016 2:29 PM, José Ignacio wrote: >>> On Thu, Sep 1, 2016 at 12:02 PM, Wayne Stambaugh >>> wrote: Sorry it took so long. I took a look at Cirilo's

Re: [Kicad-developers] Git transition

2016-09-01 Thread Nick Østergaard
I think the mirror should be working again now, we will see when something is pushed to lp. 2016-08-25 7:40 GMT+02:00 Nick Østergaard : > I will try to make the mirror be synced from launchpad, at latest on friday. > > 2016-08-24 5:39 GMT+02:00 kinichiro inoguchi

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

2016-09-01 Thread Chris Pavlina
On Thu, Sep 01, 2016 at 04:10:13PM -0400, Wayne Stambaugh wrote: > On 9/1/2016 2:29 PM, José Ignacio wrote: > > On Thu, Sep 1, 2016 at 12:02 PM, Wayne Stambaugh > > wrote: > >> Sorry it took so long. I took a look at Cirilo's changes an it looks > >> good. We still need a

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

2016-09-01 Thread Wayne Stambaugh
On 9/1/2016 2:29 PM, José Ignacio wrote: > On Thu, Sep 1, 2016 at 12:02 PM, Wayne Stambaugh wrote: >> 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

Re: [Kicad-developers] PNS router patches batch #1

2016-09-01 Thread Michael Steinberg
Hello Oh, thank you for noticing. No that was purely my stupidity. :( I created a new branch "pnsbranch" rebased on master without this problem. ( git clone -b pnsbranch https://git.launchpad.net/~decimad/kicad ) @Tom: Its commit hashes will obviously not match the patch hashes anymore.

Re: [Kicad-developers] PNS router patches batch #1

2016-09-01 Thread Clemens Koller
Hello, Michael! Is there a git branch which can be pulled to test your patches? By a quick look, I was wondering if you intentionally kept backup copies (or temporary files) of some files or if that's was a mistake? See: 1-move-pns-into-namespace-pns.patch, line 1451ff -8<- diff --git

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

2016-09-01 Thread Chris Pavlina
On Thu, Sep 01, 2016 at 01:02:53PM -0400, Wayne Stambaugh wrote: > 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

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

2016-09-01 Thread 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 message which made me the commit author. This seems

[Kicad-developers] PNS router experimental patches

2016-09-01 Thread Michael Steinberg
Hi all, attached are experimental patches for the pns router. The intent is refactoring how revisions are handled and thereby improving the peak memory footprint on deep springback stacks considerably. Other advantages would include a self-contained spatial state without complicating

[Kicad-developers] RFC: use of DXF files

2016-09-01 Thread Cirilo Bernardo
Hi Folks, DXF Import seems to be popular enough that we have the occasional questions and complaints about how to use it for a specific task. The items I can think of include: 1. being able to process Layers and associate a named DXF Layer with a specific KiCad Layer. 2. "I can't import

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

2016-09-01 Thread Tomasz Wlostowski
On 01.09.2016 10:30, Cirilo Bernardo wrote: > Just a ping to remind devs of a branch introducing the OCE plugin: > > https://code.launchpad.net/~cirilo-bernardo/kicad/+git/kicad-oce/+merge/303513 > > Since the OCE plugin code must be activated with -DUSE_OCE=ON > when configuring with CMake, I

[Kicad-developers] OCE plugin for 3D viewer

2016-09-01 Thread Cirilo Bernardo
Just a ping to remind devs of a branch introducing the OCE plugin: https://code.launchpad.net/~cirilo-bernardo/kicad/+git/kicad-oce/+merge/303513 Since the OCE plugin code must be activated with -DUSE_OCE=ON when configuring with CMake, I think it's safe to include this code. Having the code in