Re: [Kicad-developers] Library Editor refactor

2017-11-18 Thread Maciej Suminski
Hi Jean-Pierre, I managed to recreate the problem on Windows too. I believe it should be fixed now, i.e. the performance should be at least as good as with the master branch. Regards, Orson On 11/18/2017 08:19 PM, jp charras wrote: > Le 18/11/2017 à 20:04, Maciej Suminski a écrit : >> Hi

Re: [Kicad-developers] Wording change

2017-11-18 Thread Rene Pöschl
I think Greg is referencing this forum conversation: https://forum.kicad.info/t/pcbnew-sketch-mode-what-is-it/8429 There it was reported that the word sketch is used in the display options dialog for pcb_new. On 19/11/17 00:30, Nick Østergaard wrote: Where is the word "Sketch" used now?

Re: [Kicad-developers] [PATCH] Fix for 3D model offset

2017-11-18 Thread Oliver Walters
Wayne, Any further issues to address here? :) On 14 Nov 2017 20:55, "Oliver Walters" wrote: > Wayne, > > Please find attached updated patch set. If an old version is detected, > inches are converted to mm. > > On Tue, Nov 14, 2017 at 9:33 AM, Nick Østergaard

Re: [Kicad-developers] [PATCH] LIB_TABLE tweaks

2017-11-18 Thread Oliver Walters
Wayne Please find updated patch set attached. I have rebased and built from commit b6884d and it all works fine. Thanks On Sun, Nov 19, 2017 at 4:42 AM, Wayne Stambaugh wrote: > Oliver, > > I just tried to apply your patches and ran into some issues. Patch 1 > applies

Re: [Kicad-developers] Pcbnew Python test cases

2017-11-18 Thread Nick Østergaard
How does this differ from the current python tests in the qa folder? 2017-11-18 19:48 GMT+01:00 Greg Smith : > I'm beginning to add unit tests to KiCommand. As some of you know, > KiCommand uses python and is intended to provide users with an easier > command line interface

Re: [Kicad-developers] Wording change

2017-11-18 Thread Nick Østergaard
Where is the word "Sketch" used now? 2017-11-18 17:56 GMT+01:00 Greg Smith : > If I developed a (very very small) patch for this change, would it be > potentially accepted? > > There was a conversation on the forums about the wording: Use "Outline" > instead of "Sketch" to

Re: [Kicad-developers] Component chooser work

2017-11-18 Thread Chris Pavlina
Don't have a branch yet, I'm checking before I get started and interfere with anyone :) On Nov 18, 2017 13:07, "Maciej Suminski" wrote: > Hi Chris, > > I had to modify a bit the component chooser related classes (mostly > CMP_TREE_MODEL_ADAPTER) for the library editor

[Kicad-developers] super trivial i18n bug report

2017-11-18 Thread Marco Ciampa
Sorry for the noise for this really super trivial report: the "Prefereces->3D shapes downloader" the "Back" and "Next" dialog window buttons are always untranslated... Regards, -- Marco Ciampa ___ Mailing list:

Re: [Kicad-developers] Component chooser work

2017-11-18 Thread Maciej Suminski
Hi Chris, I had to modify a bit the component chooser related classes (mostly CMP_TREE_MODEL_ADAPTER) for the library editor refactor. If the fixes are done already, would you point me to your branch? I will help us decide how to proceed. Cheers, Orson On 11/18/2017 08:43 PM, Chris Pavlina

[Kicad-developers] Component chooser work

2017-11-18 Thread Chris Pavlina
Hi all! I'm looking to finally get in the last few fixes and tweaks to the component chooser. I realize there's been some work recently in that area, but I've been away so I'm not fully in the loop on that. If I'm going to step on anyone's toes doing work in that area, please let me know and I'll

Re: [Kicad-developers] Library Editor refactor

2017-11-18 Thread jp charras
Le 18/11/2017 à 20:04, Maciej Suminski a écrit : > Hi Jean-Pierre, > > On 11/18/2017 08:00 PM, jp charras wrote: > [snip] >> Hi Orson, >> >> I tested the new library editor on W7 32 bits. >> The component tree is very useful, but I am worried by the time taken by the >> library editor to be >>

Re: [Kicad-developers] Library Editor refactor

2017-11-18 Thread Maciej Suminski
Hi Jean-Pierre, On 11/18/2017 08:00 PM, jp charras wrote: [snip] > Hi Orson, > > I tested the new library editor on W7 32 bits. > The component tree is very useful, but I am worried by the time taken by the > library editor to be > displayed. > I am guessing this time is spent to build this

Re: [Kicad-developers] Library Editor refactor

2017-11-18 Thread jp charras
Le 18/11/2017 à 19:11, Maciej Suminski a écrit : > Hi Wayne, > > Lots of fun, sponsored by wxWidgets. I agree about not delaying the > feature freeze any more, I already feel a bit guilty. I believe the > library editor refactor is ready as it is, but I would appreciate some > test runs. > > In

Re: [Kicad-developers] Library Editor refactor

2017-11-18 Thread Maciej Suminski
Thanks for the hug, but my girlfriend might become suspicious. Apparently I am not the only one missing copy/paste in symbol editor, but please do not hold your breath on this, as we still need you for coding. I already have one copy/paste failure behind me, but it also means that I know at least

[Kicad-developers] Pcbnew Python test cases

2017-11-18 Thread Greg Smith
I'm beginning to add unit tests to KiCommand. As some of you know, KiCommand uses python and is intended to provide users with an easier command line interface for pcbnew and all of pcbnew Python. Because many pcbnew API methods are exercised and there is access to any arbitrary python

Re: [Kicad-developers] Library Editor refactor

2017-11-18 Thread Chris Pavlina
Copy/paste in libedit? Finally? ...want a hug? On Sat, Nov 18, 2017 at 06:11:34PM +, Maciej Suminski wrote: > Hi Wayne, > > Lots of fun, sponsored by wxWidgets. I agree about not delaying the > feature freeze any more, I already feel a bit guilty. I believe the > library editor refactor is

Re: [Kicad-developers] Library Editor refactor

2017-11-18 Thread Maciej Suminski
Hi Wayne, Lots of fun, sponsored by wxWidgets. I agree about not delaying the feature freeze any more, I already feel a bit guilty. I believe the library editor refactor is ready as it is, but I would appreciate some test runs. In the meantime I am going to work on an additional feature

Re: [Kicad-developers] [PATCH] LIB_TABLE tweaks

2017-11-18 Thread Wayne Stambaugh
Oliver, I just tried to apply your patches and ran into some issues. Patch 1 applies but patch 2 fails. Would you please rebase your patches so I can get them merged as soon as possible. Thanks, Wayne On 11/15/2017 06:41 AM, Oliver Walters wrote: > Wayne, et al, > > I am really liking the

[Kicad-developers] Wording change

2017-11-18 Thread Greg Smith
If I developed a (very very small) patch for this change, would it be potentially accepted? There was a conversation on the forums about the wording: Use "Outline" instead of "Sketch" to be consistent and clear. Greg S. ___ Mailing list:

Re: [Kicad-developers] tiny Patch: fix board.Save() breakage in Python scripting

2017-11-18 Thread Wayne Stambaugh
Henner, I went ahead and applied your patch as is. Since non of the board plugins other than the kicad sexpr format have a save method, your fix should work just fine. Thank you for your contribution to kicad. Cheers, Wayne On 11/16/2017 12:07 PM, Henner Zeller wrote: > Hi, > While playing

Re: [Kicad-developers] Library Editor refactor

2017-11-18 Thread Wayne Stambaugh
Orson, Are having fun yet? Let's tentatively aim for the end of next week to get it merged. I'm off most of next week for the Thanksgiving holiday so I should have time get some of the stuff I want to get done as well. If you are not confident you can get it ready by then, I fine with pushing

Re: [Kicad-developers] [PATCH] fix MANDATORY_FIELDS comparisons

2017-11-18 Thread Julius Schmidt
Apologies for the delay, but here's the patch as an attachment. On Thu, 9 Nov 2017, Wayne Stambaugh wrote: Julius, I cannot git am this patch. Apparently, the extra info added by launchpad is causing an issue. Please resend this patch as an attachment so I can get it merged. Thanks, Wayne

Re: [Kicad-developers] New symbol table: problems with '/' characters?

2017-11-18 Thread Diego Herranz
Hi, Wayne. I've read the bug and I've seen it's not a trivial fix. I wasn't offering to fix it just, just to follow that bug and see what was agreed and done. I guess I didn't explain myself (English is not my first language) :) Thanks! Diego On Sat, Nov 18, 2017 at 1:07 PM, Wayne Stambaugh

Re: [Kicad-developers] Library Editor refactor

2017-11-18 Thread Maciej Suminski
Whew, I got the dynamic updates working both on Windows and Linux. There are no more known issues that need fixing. I would like to merge the branch in a few days if there are no more comments/requests. In the pipeline I still keep copy/paste for graphical items in the symbol library editor.

Re: [Kicad-developers] New symbol table: problems with '/' characters?

2017-11-18 Thread Nick Østergaard
See https://bugs.launchpad.net/bugs/1732236 2017-11-18 11:42 GMT+01:00 Diego Herranz : > Hi, > > I'm testing a recent build (41f9c19b) on Ubuntu 16.04 64 bits. > > When opening a schematic made with a nightly build ~2 months old, the > remapping dialog shows up. So

Re: [Kicad-developers] New symbol table: problems with '/' characters?

2017-11-18 Thread Wayne Stambaugh
Diego, Thank you for the offer but I'm already working on it. It is not as easy to fix as it would seem. The problem is what to do when you do not have write access to the library with the invalid characters. I have a few ideas but it will take me a while to get it the way I want it. Cheers,

Re: [Kicad-developers] New symbol table: problems with '/' characters?

2017-11-18 Thread Diego Herranz
Thanks. I'll chase that bug. Diego On 18 Nov 2017 11:35 am, "Nick Østergaard" wrote: > See https://bugs.launchpad.net/bugs/1732236 > > 2017-11-18 11:42 GMT+01:00 Diego Herranz : > >> Hi, >> >> I'm testing a recent build (41f9c19b) on Ubuntu

[Kicad-developers] [PATCH] add helper to selecting graphic grid. Add 40 mils grid (approx. 1mm) to draw graphic items in mm

2017-11-18 Thread Eldar Khayrullin
Hello. Can you apply my small patch? Description of the patch in mail theme. >From 76d8d7e42f66d06a2bd0168cc1b28bdaa6dbbd7a Mon Sep 17 00:00:00 2001 From: Eldar Khayrullin Date: Sat, 18 Nov 2017 14:41:32 +0300 Subject: [PATCH] eeschema: add a 40 mils grid convenient to

[Kicad-developers] New symbol table: problems with '/' characters?

2017-11-18 Thread Diego Herranz
Hi, I'm testing a recent build (41f9c19b) on Ubuntu 16.04 64 bits. When opening a schematic made with a nightly build ~2 months old, the remapping dialog shows up. So far so good. I've followed the recommendations in http://kicad-pcb.org/post/symbol-lib-table/ and most things seem to be working

Re: [Kicad-developers] Eeschema connectivity storage

2017-11-18 Thread Javier Serrano
On Fri, Nov 17, 2017 at 8:43 PM, Chris Pavlina wrote: > Has CERN began work on that yet? > Yes, Jon is actually working for a CERN order. Sorry for the confusion. We usually keep Wayne in the loop so we are all on the same page. We worked with him on the work package