[Kicad-developers] Turning Off printf("H-net %d\n", aHead.Net()) ?

2015-11-02 Thread Joseph Chen
I recently started seeing lots of lines of printed texts on the terminal where kicad is started in Linux, and a quick grep shows the following line does the printouts: pcbnew/router/pns_line_placer.cpp:1046:printf("H-net %d\n", aHead.Net()); It seems to be a debug output line. Is this l

[Kicad-developers] [PATCH] eeschema cleanup of unused vars and imports and type casts

2015-11-02 Thread Mark Roszko
Quick pass. Removed a little dead includes, unused variables and some type casts. No functional or anything changes. Manually performed. From 8ae564509c801dab287004e9fe532f34c7100b4a Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Tue, 3 Nov 2015 00:17:06 -0500 Subject: [PATCH] Remove unused var

Re: [Kicad-developers] question re: KiFace and Prj()

2015-11-02 Thread Wayne Stambaugh
On 11/2/2015 4:58 PM, Cirilo Bernardo wrote: > On Tue, Nov 3, 2015 at 3:59 AM, Wayne Stambaugh > wrote: > > Prj() is always available for any kiway application. See > > http://ci.kicad-pcb.org/job/kicad-doxygen/ws/Documentation/doxygen/html/classKIWAY.html >

Re: [Kicad-developers] RC2 blockers?

2015-11-02 Thread Jon Neal
Alright, thanks for the update Wayne! On Mon, Nov 2, 2015 at 6:39 PM, Wayne Stambaugh wrote: > Yes. The P&S router still has a serious segfault issue. I've talked to > Tom about it and he is working on it. As soon as the fixes are > committed, I will be rolling out rc2. I'm hoping it will be

Re: [Kicad-developers] RC2 blockers?

2015-11-02 Thread Wayne Stambaugh
Yes. The P&S router still has a serious segfault issue. I've talked to Tom about it and he is working on it. As soon as the fixes are committed, I will be rolling out rc2. I'm hoping it will be soon. On 11/2/2015 6:30 PM, Jon Neal wrote: > Are there currently any RC2 blockers? Nickoe mentioned

[Kicad-developers] RC2 blockers?

2015-11-02 Thread Jon Neal
Are there currently any RC2 blockers? Nickoe mentioned that the scripting stuff that was the previous blocker was finished a couple of weeks ago. Jon ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad

Re: [Kicad-developers] question re: KiFace and Prj()

2015-11-02 Thread Cirilo Bernardo
On Tue, Nov 3, 2015 at 3:59 AM, Wayne Stambaugh wrote: > Prj() is always available for any kiway application. See > > http://ci.kicad-pcb.org/job/kicad-doxygen/ws/Documentation/doxygen/html/classKIWAY.html > > I would rather not make any code directly dependent on Prj() other than > the main edi

[Kicad-developers] linux gcc vs windows mingw issues

2015-11-02 Thread Mário Luzeiro
Hello all, I am experiencing some issues on building my code on mingw. I am not getting the same results. It is hard to get into details, but as I am not using a quantum computing, I am expecting the exact same result. Anyone have hints and tips for what I could be missing in my source? What

Re: [Kicad-developers] [PATCH] Support of horizontal scrolling events in pcbnew and 3d-viewer

2015-11-02 Thread Wayne Stambaugh
On 11/2/2015 3:38 PM, Garth Corral wrote: > >> On Nov 2, 2015, at 12:20 PM, Wayne Stambaugh > > wrote: >> >> >> >> On 11/2/2015 3:00 PM, Garth Corral wrote: >>> On Nov 2, 2015, at 10:25 AM, Wayne Stambaugh >>> > wrote: On 11/

Re: [Kicad-developers] suggested resolution (and other specs)

2015-11-02 Thread Marco Ciampa
On Mon, Nov 02, 2015 at 02:47:10PM -0500, Wayne Stambaugh wrote: > On 11/2/2015 7:24 AM, Marco Ciampa wrote: > > > > On Thu, Oct 15, 2015 at 06:01:38PM +0200, Marco Ciampa wrote: > >> On Thu, Oct 15, 2015 at 04:58:01PM +0200, Markus Hitter wrote: > - 1280x1024 resolution (higher resolution re

Re: [Kicad-developers] 3D Refactor: screenshots

2015-11-02 Thread Cirilo Bernardo
On Tue, Nov 3, 2015 at 4:03 AM, Wayne Stambaugh wrote: > What are the eight buttons buttons below the 3D veiw panel? I hope you > do not intend to use I, T, L, R, etc. as button text. Abbreviations are > frowned upon unless they are well know like PCB. Also, the alignment of > the orientation

Re: [Kicad-developers] [PATCH] Support of horizontal scrolling events in pcbnew and 3d-viewer

2015-11-02 Thread Garth Corral
> On Nov 2, 2015, at 12:20 PM, Wayne Stambaugh wrote: > > > > On 11/2/2015 3:00 PM, Garth Corral wrote: >> >>> On Nov 2, 2015, at 10:25 AM, Wayne Stambaugh wrote: >>> >>> On 11/1/2015 9:42 AM, Bernhard Stegmaier wrote: If this capability should be added now, it should be done consisten

Re: [Kicad-developers] [PATCH] Support of horizontal scrolling events in pcbnew and 3d-viewer

2015-11-02 Thread Wayne Stambaugh
On 11/2/2015 3:00 PM, Garth Corral wrote: > >> On Nov 2, 2015, at 10:25 AM, Wayne Stambaugh wrote: >> >> On 11/1/2015 9:42 AM, Bernhard Stegmaier wrote: >>> If this capability should be added now, it should be done consistent for >>> all platforms. >>> We had this discussion for OS X already w

Re: [Kicad-developers] [PATCH] Support of horizontal scrolling events in pcbnew and 3d-viewer

2015-11-02 Thread Garth Corral
> On Nov 2, 2015, at 10:25 AM, Wayne Stambaugh wrote: > > On 11/1/2015 9:42 AM, Bernhard Stegmaier wrote: >> If this capability should be added now, it should be done consistent for all >> platforms. >> We had this discussion for OS X already way back, but back then nobody >> seemed to be inte

Re: [Kicad-developers] Looking for complex board designs

2015-11-02 Thread Wayne Stambaugh
I know it's noisy but I want developer input on this as well as website developer input. I think the developers have a right to know how their work is being used and have a say in it. The CERN folks may want some say on this as well and I'm not sure they see the website mailing list stuff. On 11

Re: [Kicad-developers] Looking for complex board designs

2015-11-02 Thread Mark Roszko
I opened the issue on github earlier https://github.com/KiCad/kicad-website/issues/85 It would be so much nicer to have the discussion on github rather than the dev list with all the random noise unrelated to the website. On Mon, Nov 2, 2015 at 2:39 PM, Wayne Stambaugh wrote: > We should define

Re: [Kicad-developers] suggested resolution (and other specs)

2015-11-02 Thread Wayne Stambaugh
On 11/2/2015 7:24 AM, Marco Ciampa wrote: > > On Thu, Oct 15, 2015 at 06:01:38PM +0200, Marco Ciampa wrote: >> On Thu, Oct 15, 2015 at 04:58:01PM +0200, Markus Hitter wrote: - 1280x1024 resolution (higher resolution recommended), with at least 16K colors. >>> >>> I just tried with a sm

Re: [Kicad-developers] Looking for complex board designs

2015-11-02 Thread Wayne Stambaugh
We should define some kind of policy for this. It doesn't have to be complex. I would say the requirements should be as follows: Open (by license) Hardware Projects: Minimum: The board file can be downloaded so that it can be modified. Preferred: The entire project should be made available for

Re: [Kicad-developers] PATCH: Compare project paths at load, not inodes

2015-11-02 Thread Wayne Stambaugh
Good catch! I committed your patch in product branch r6292. Thanks. On 10/31/2015 12:45 PM, Chris Pavlina wrote: > Assuming: a project exists in /a/b/project.pro, and /a/b is symlinked to /a/c > > 1. Load /a/b/project.pro > 2. Load /a/c/project.pro > > Expectation: filename switches to /a/c/pr

Re: [Kicad-developers] [PATCH] Support of horizontal scrolling events in pcbnew and 3d-viewer

2015-11-02 Thread Wayne Stambaugh
On 11/1/2015 9:42 AM, Bernhard Stegmaier wrote: > If this capability should be added now, it should be done consistent for all > platforms. > We had this discussion for OS X already way back, but back then nobody seemed > to be interested in adding also for Windows/Linux… > > Garth made some cha

Re: [Kicad-developers] scripting version check

2015-11-02 Thread Wayne Stambaugh
On 10/21/2015 2:49 AM, Lachlan Audas wrote: > I can't see any way of scripting a version check in Kicad, Pcbnew, or > Eeschema, There is no scripting for Eeschema or KiCad. Only Pcbnew supports scripting at this time. Do you need the version of kicad or the pcb file version. If it's the pcb fi

Re: [Kicad-developers] 3D Refactor: screenshots

2015-11-02 Thread Wayne Stambaugh
What are the eight buttons buttons below the 3D veiw panel? I hope you do not intend to use I, T, L, R, etc. as button text. Abbreviations are frowned upon unless they are well know like PCB. Also, the alignment of the orientation coordinate controls needs fixed. I do like the idea of the view

Re: [Kicad-developers] question re: KiFace and Prj()

2015-11-02 Thread Wayne Stambaugh
Prj() is always available for any kiway application. See http://ci.kicad-pcb.org/job/kicad-doxygen/ws/Documentation/doxygen/html/classKIWAY.html I would rather not make any code directly dependent on Prj() other than the main editing windows. Please consider passing any necessary information sto

Re: [Kicad-developers] Looking for complex board designs

2015-11-02 Thread easyw
Hi Wayne, not all the boards from myriad are made with kicad... For what I've looked at, the 3 ones (and most recents) I linked are made with kicad... and are quite complex and interesting ... As i pointed out in my previous post I tested them with my 3D MCAD kicad StepUp script... Some of them

Re: [Kicad-developers] Looking for complex board designs

2015-11-02 Thread Wayne Stambaugh
I'm fine with adding them to the website but you probably should use the links directly to the individual board websites rather than through the myriadrf.org website. The reason I am suggesting this is I don't know if all the boards on myriadrf.org made with kicad or just some of them. On 10/31/2

Re: [Kicad-developers] suggested resolution (and other specs)

2015-11-02 Thread Mark Roszko
I myself would like smaller icons on my 4K monitors as I think the the big icons are obnoxious and just scream "kiddie" tool to me. I want my pixels for the PCB/schematic view not some icons I can see if they were smaller anyway. ___ Mailing list: https:

Re: [Kicad-developers] Clipper bugs fixes, suggest for update

2015-11-02 Thread jp charras
Le 02/11/2015 13:14, Mário Luzeiro a écrit : > Hi JP, > > I am not necessarily forcing related it is as a fault from other modules in > kicad. But maybe because of any special nature of the polygons from > bitmap2component it was causing the issue from that data. (see note*) > The issue I found

Re: [Kicad-developers] suggested resolution (and other specs)

2015-11-02 Thread Marco Ciampa
On Thu, Oct 15, 2015 at 06:01:38PM +0200, Marco Ciampa wrote: > On Thu, Oct 15, 2015 at 04:58:01PM +0200, Markus Hitter wrote: > > > - 1280x1024 resolution (higher resolution recommended), with at least 16K > > > colors. > > > > I just tried with a small window on a larger screen, sizes around >

Re: [Kicad-developers] Clipper bugs fixes, suggest for update

2015-11-02 Thread Mário Luzeiro
Hi JP, I am not necessarily forcing related it is as a fault from other modules in kicad. But maybe because of any special nature of the polygons from bitmap2component it was causing the issue from that data. (see note*) The issue I found in the Clipper is that it was not generate the right poly

Re: [Kicad-developers] Clipper bugs fixes, suggest for update

2015-11-02 Thread jp charras
Le 01/11/2015 14:15, Mário Luzeiro a écrit : > Hello, > > During some tests I did (in my branch and related with 3d-viewer) I > experienced some issues that I found to be related with Clipper. > > I updated it to latest head and it solve the bugs: > http://sourceforge.net/p/polyclipping/code/HE