[Kicad-developers] Perf HighlightConnectionAtPosition

2017-07-31 Thread Gaurav Juvekar
Hi all, I was just playing around and found that the highlight net tool is visibly slow. I delved into the code, and saw that finding connected NETLIST_OBJECT involves needlessly looping over NETLIST_OBJECTS. Is there any performance consideration behind having the NETLIST_OBJECTS as a

Re: [Kicad-developers] GAL canvas behavior.

2017-07-31 Thread Greg Smith
This is the exact solution I was thinking of as well. GREAT JOB! I am unable to test the patch, but I applaud the solution. Greg S. > On Jul 31, 2017, at 3:48 AM, Maciej Sumiński wrote: > > I think I got the right solution that would work for everyone. In case > there

Re: [Kicad-developers] GAL canvas behavior.

2017-07-31 Thread Wayne Stambaugh
Orson, I like this is behavior lot better. The hotkey behavior is much closer to the legacy canvas. You may want to wait for feedback from the folks who prefer to select everything. Thanks, Wayne On 7/31/2017 4:48 AM, Maciej Sumiński wrote: > I think I got the right solution that would work

Re: [Kicad-developers] Yet another 4.0.7 release bug.

2017-07-31 Thread Wayne Stambaugh
I pushed your patch to the 4.0 branch. Thanks, Wayne On 7/31/2017 12:44 PM, Chris Pavlina wrote: > Yes > > On Mon, Jul 31, 2017 at 12:27:37PM -0400, Wayne Stambaugh wrote: >> No problem. Is this patch against the stable 4 branch? >> >> On 7/31/2017 12:08 PM, Chris Pavlina wrote: >>> Wayne,

Re: [Kicad-developers] Yet another 4.0.7 release bug.

2017-07-31 Thread Chris Pavlina
Yes On Mon, Jul 31, 2017 at 12:27:37PM -0400, Wayne Stambaugh wrote: > No problem. Is this patch against the stable 4 branch? > > On 7/31/2017 12:08 PM, Chris Pavlina wrote: > > Wayne, while 4.0.7 is delayed again would you accept another small patch > > (attached)? There are a couple libraries

Re: [Kicad-developers] Yet another 4.0.7 release bug.

2017-07-31 Thread Wayne Stambaugh
No problem. Is this patch against the stable 4 branch? On 7/31/2017 12:08 PM, Chris Pavlina wrote: > Wayne, while 4.0.7 is delayed again would you accept another small patch > (attached)? There are a couple libraries that are very common but not > included for whatever reason in the template

Re: [Kicad-developers] Yet another 4.0.7 release bug.

2017-07-31 Thread Chris Pavlina
Wayne, while 4.0.7 is delayed again would you accept another small patch (attached)? There are a couple libraries that are very common but not included for whatever reason in the template project - I think they used to be? - and it's been confusing a lot of novices who are a bit intimidated by

[Kicad-developers] KiCAD and back-drill via

2017-07-31 Thread Andrey Fedorushkov
Colleagues! In the next project is necessary back-drill VIA for 15-28 Gbps line. Are there any ideas or how to implement back-drill VIA in the project? -- Andrey Fedorushkov___ Mailing list: https://launchpad.net/~kicad-developers Post to :

Re: [Kicad-developers] Oscillating track posture

2017-07-31 Thread Chris Pavlina
Walk around. On Mon, Jul 31, 2017 at 04:36:13PM +0200, Tomasz Wlostowski wrote: > On 30.07.2017 19:31, Chris Pavlina wrote: > > Has anyone seen this? > > > > https://misc.c4757p.com/dancing-posture.mp4 > > > > Known bug? It's really frustrating. No, I am not holding / there. > > > > Hi Chris,

Re: [Kicad-developers] Oscillating track posture

2017-07-31 Thread Tomasz Wlostowski
On 30.07.2017 19:31, Chris Pavlina wrote: > Has anyone seen this? > > https://misc.c4757p.com/dancing-posture.mp4 > > Known bug? It's really frustrating. No, I am not holding / there. > Hi Chris, What is the mode of the router? Tom ___ Mailing

[Kicad-developers] Yet another 4.0.7 release bug.

2017-07-31 Thread Wayne Stambaugh
JP discovered a pretty serious bug in the PS and PDF plot code which causes mirrored text to be plotted incorrectly. Normally I would not let something like this hold up a release but I know there are users who etch boards using PS plots so I want to fix this before we release 4.0.7. Please hold

Re: [Kicad-developers] Oscillating track posture

2017-07-31 Thread Nick Østergaard
I have never seen that, looks strange. 2017-07-30 19:31 GMT+02:00 Chris Pavlina : > Has anyone seen this? > > https://misc.c4757p.com/dancing-posture.mp4 > > Known bug? It's really frustrating. No, I am not holding / there. > > -- > Chris > >

Re: [Kicad-developers] GAL canvas behavior.

2017-07-31 Thread Maciej Sumiński
I think I got the right solution that would work for everyone. In case there was nothing selected before a right click, then the selection should be cleared after the context menu is shown (no matter whether cancelled or used). It is coherent with the hot keys behavior and allows the user to apply