Re: [Kicad-developers] KiCAD SPICE Library

2019-09-10 Thread Wayne Stambaugh
Hi Evan, Thanks for the heads up. I agree with your decision on spice models. I see no viable path forward for KiCad to provide a spice model library given licensing issues and the complexity of generating accurate spice models. Even the manufacturers frequently get it wrong. There are other

Re: [Kicad-developers] KiCAD SPICE Library

2019-09-10 Thread Evan Shultz
There was a conversation in the kicad/librarian discussion area on GitHub at https://github.com/orgs/KiCad/teams/librarians/discussions/16. On Fri, Aug 9, 2019 at 11:25 AM Gonçalo Pereira wrote: > Of course, thanks for the input. > > On 9 Aug 2019 19:07, Wayne Stambaugh wrote: > > Otavio is

Re: [Kicad-developers] Ctrl-click to highlight in pcbnew missing?

2019-09-10 Thread Ian McInerney
There are two current reports that I can find requesting that the mouse combinations/modifier keys be user-configurable: https://bugs.launchpad.net/kicad/+bug/1842967 - Allow the snapping modifier key to be set https://bugs.launchpad.net/kicad/+bug/1842337 - Allow a mouse/button pair to pan around

Re: [Kicad-developers] Ctrl-click to highlight in pcbnew missing?

2019-09-10 Thread Tomasz Wlostowski
On 10/09/2019 20:55, Michael Kavanagh wrote: > There is a subtle difference between Ctrl+Click and Shift+Click for > adding items to a selection. E.g. in Windows Explorer/macOS Finder/MS > Office: > - Ctrl + Click: Add only the clicked item to the selection > - Shift + Click: Add the clicked

Re: [Kicad-developers] [OFFTOPIC] Ctrl-click to highlight in pcbnew missing?

2019-09-10 Thread Tomasz Wlostowski
On 10/09/2019 20:58, Andy Peters wrote: > Oh, good god, don’t get me started on the shitty keyboard on the 2017 Touch > Bar MacBook Pro on which I type this! But the Mac trackpads are still head > and shoulders above every comer. > > (Truth be told, this MBP is a GREAT Kicad machine.) I do

Re: [Kicad-developers] Ctrl-click to highlight in pcbnew missing?

2019-09-10 Thread Andy Peters
> On Sep 10, 2019, at 11:55 AM, Tomasz Wlostowski > wrote: > > On 10/09/2019 20:45, Andy Peters wrote: >> >> Ctrl-Click on macOS defaults to right-button click, harkening back to >> the days of the Mac’s one-button mouse (“one button oughta be enough for >> everyone!”). > > Not much changed

Re: [Kicad-developers] Ctrl-click to highlight in pcbnew missing?

2019-09-10 Thread Michael Kavanagh
There is a subtle difference between Ctrl+Click and Shift+Click for adding items to a selection. E.g. in Windows Explorer/macOS Finder/MS Office: - Ctrl + Click: Add only the clicked item to the selection - Shift + Click: Add the clicked item and all the items in between the currently selected

Re: [Kicad-developers] Ctrl-click to highlight in pcbnew missing?

2019-09-10 Thread Tomasz Wlostowski
On 10/09/2019 20:45, Andy Peters wrote: > > Ctrl-Click on macOS defaults to right-button click, harkening back to > the days of the Mac’s one-button mouse (“one button oughta be enough for > everyone!”). Not much changed since then ("unusable keyboard oughta be enough for everyone - all they

Re: [Kicad-developers] Ctrl-click to highlight in pcbnew missing?

2019-09-10 Thread Seth Hillbrand
On 2019-09-10 14:35, Tomasz Wlostowski wrote: On 10/09/2019 18:49, Seth Hillbrand wrote: One of our goals for v6 is to standardize the user interface to expected UX norms.  There will be a number of large changes to accomplish this and it will modify some workflows.  Moving the whole system to

Re: [Kicad-developers] Ctrl-click to highlight in pcbnew missing?

2019-09-10 Thread Andy Peters
> On Sep 10, 2019, at 11:35 AM, Tomasz Wlostowski > wrote: > > On 10/09/2019 18:49, Seth Hillbrand wrote: >> One of our goals for v6 is to standardize the user interface to expected >> UX norms. There will be a number of large changes to accomplish this >> and it will modify some workflows.

Re: [Kicad-developers] Ctrl-click to highlight in pcbnew missing?

2019-09-10 Thread Tomasz Wlostowski
On 10/09/2019 18:49, Seth Hillbrand wrote: > One of our goals for v6 is to standardize the user interface to expected > UX norms.  There will be a number of large changes to accomplish this > and it will modify some workflows.  Moving the whole system to a > selection-based interface (eeschema, pl

Re: [Kicad-developers] Ctrl-click to highlight in pcbnew missing?

2019-09-10 Thread Seth Hillbrand
One of our goals for v6 is to standardize the user interface to expected UX norms. There will be a number of large changes to accomplish this and it will modify some workflows. Moving the whole system to a selection-based interface (eeschema, pl editor as well as pcbnew) is good for

Re: [Kicad-developers] Ctrl-click to highlight in pcbnew missing?

2019-09-10 Thread José Ignacio
That's a big change. Are you sure it is a good idea to do without asking users about it? (from my part it would annoy me quite a bit if i was using master). On Tue, Sep 10, 2019 at 8:09 AM Jeff Young wrote: > Ctrl-click was made consistent with Pcbnew (and platform standards) for > toggle

Re: [Kicad-developers] [Patch] Overbright view in 3D legacy render

2019-09-10 Thread jp charras
Le 08/09/2019 à 12:44, Michal Jahelka a écrit : > This patch adds missing material parameter m_Emissive set to (0,0,0) in > kicad/3d-viewer/3d_rendering/3d_render_ogl_legacy/c3d_render_ogl_legacy.cpp. > Before this was PCB overbrighted (especially solder mask) and sometimes > with bad colors. With

Re: [Kicad-developers] [PATCH][WIP] Polygons edititng tool

2019-09-10 Thread Alexander Shuklin
Hi!, I just found how to make cutout in zone. I never thought it possible in KiCad. I see now, it definitely has to be SHAPE_POLY_SET So, if somebody want to look at the code and make suggestions, I attached it below. But I will change it a lot. On Tue, 10 Sep 2019 at 15:47, Seth Hillbrand

Re: [Kicad-developers] knowing last commit included in a nightly build?

2019-09-10 Thread Adam Wolf
Wayne, Thanks for taking a look. CMake's COPY_RESOLVED_BUNDLE... and COPY_DIRECTORY don't handle symlinks correctly, and I ended up having to do a lot of work modifying CMake stuff, doing a custom Python build, and a few helper scripts to make sure the proper rpaths stick around. All of these

[Kicad-developers] Fwd: [PATCH][WIP] Polygons edititng tool

2019-09-10 Thread Alexander Shuklin
Hi, thanks for answer, I have some strange misbehavior in launchpad. I'm not even sure, that my message will be posted to mailing list. I already contacted their support. Well, if nothing helps, I would go for bug report. So, once again, I will get geometry by SHAPE_POLY_SET, but is it right that

Re: [Kicad-developers] knowing last commit included in a nightly build?

2019-09-10 Thread Wayne Stambaugh
Adam, I took a look at this patch set and I have some concerns. The CMake changes seem acceptable but I'm curious as to why you had to add all of the python paths in pcbnew.cpp to get Python working under macos. Does Python on macos not look in the install path for library paths like it does on

Re: [Kicad-developers] Ctrl-click to highlight in pcbnew missing?

2019-09-10 Thread Jeff Young
Ctrl-click was made consistent with Pcbnew (and platform standards) for toggle selection. ` is now hooked up to highlight net. Cheers, Jeff. > On 10 Sep 2019, at 13:30, Tomasz Wlostowski wrote: > > Hi, > > Am I missing something or did Ctrl-click to highlight a net suddenly > stopped

Re: [Kicad-developers] [PATCH][WIP] Polygons edititng tool

2019-09-10 Thread Seth Hillbrand
On 2019-09-09 08:21, Alexander Shuklin wrote: Hi! There's one thing I always missed - ability to change polygons coordinates. I prepared a patch for that. First of all there's the linechain editing widget and I used it for some pcbnew dialogs. But there's few points in which I'm not so sure.

[Kicad-developers] Ctrl-click to highlight in pcbnew missing?

2019-09-10 Thread Tomasz Wlostowski
Hi, Am I missing something or did Ctrl-click to highlight a net suddenly stopped working in pcbnew? Cheers, Tom ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :

Re: [Kicad-developers] [PATCH][WIP] Polygons edititng tool

2019-09-10 Thread Alexander Shuklin
Strange, it's look like there no attachments were on my last email... I never get a copy from my own messages on kicad mailing lists, so I cannot check it... So, I moved to another mail server and try again. Can somebody please look at patch? I hope that would be useful, as I sometimes need to

Re: [Kicad-developers] Failing tests

2019-09-10 Thread Jeff Young
Should be fixed now…. > On 10 Sep 2019, at 10:19, Simon Richter wrote: > > Hi, > > we have three new test failures[1] (same test, with different internal units): > > - Common.library.module.tests.Segment > > [Error] - check SegCollideCorrect( c.m_seg_a, c.m_seg_b, c.m_clearance, >

Re: [Kicad-developers] CERN Open Days

2019-09-10 Thread Tomasz Wlostowski
On 10/09/2019 08:30, Diego Herranz wrote: > Hi, all > > The CERN Open Days (https://opendays.cern/) will be held this weekend. > I'll be there on Sunday. Will any developer or librarian be there? Or > any of the guys working at CERN? Hi I'll be there. Orson is away. Drop me an e-mail if you

[Kicad-developers] Failing tests

2019-09-10 Thread Simon Richter
Hi, we have three new test failures[1] (same test, with different internal units): - Common.library.module.tests.Segment [Error] - check SegCollideCorrect( c.m_seg_a, c.m_seg_b, c.m_clearance, c.m_exp_coll ) has failed for ( [ [ 0 | 0 ] - [ 10 | 0 ] ], [ [ 0 | 10 ] - [ 10 | 10 ] ], 10, false

[Kicad-developers] CERN Open Days

2019-09-10 Thread Diego Herranz
Hi, all The CERN Open Days (https://opendays.cern/) will be held this weekend. I'll be there on Sunday. Will any developer or librarian be there? Or any of the guys working at CERN? Just for a quick hello and putting faces to names. Thanks. Cheers, Diego