Re: [Kicad-developers] [PATCH] CPolyLine -> SHAPE_POLY_SET refactor

2017-04-16 Thread Alejandro Garcia Montoro
Hi, guys! Sorry for the late reply, Easter Week out of home. 2017-04-14 15:09 GMT+02:00 jp charras : > > OK. > I reverted the change in seg.h (looking to me as a old seg.h version > committed by mistake) > in my commit cbb5708c365025df67161a7fa8e29b3925e39741, > and updated a few comments. > I

Re: [Kicad-developers] [Kicad-lib-committers] kicad.pro with all schematic libs

2017-04-16 Thread cedric.dew...@telfort.nl
Hi All, I don't have a deep understanding about the internal working of Kicad, so I have no idea what I'm talking about :-) When Kicad is started, I think the libraries are not yet accessed, until the user wants to place a new part in the schematic, the schematic is converted into a PCB, and oth

Re: [Kicad-developers] [FEATURE] Component table viewer

2017-04-16 Thread Oliver Walters
JP, others, After further investigation, I have worked out why the components with duplicated references were displaying incorrectly. Patch_004 is attached, Thomas can you confirm that it fixes the display for you? Kind Regards, Oliver On Mon, Apr 17, 2017 at 7:53 AM, Oliver Walters < oliver.he

Re: [Kicad-developers] kicad.pro with all schematic libs

2017-04-16 Thread Oliver Walters
If all the libraries are added by default, it can take a significant amount of time to load them when KiCad starts. Perhaps we need to better inform users of the presence of these other libraries? On 17 Apr 2017 08:55, "Andrey Kuznetsov" wrote: > Does the default lib list ship with the kicad-lib

Re: [Kicad-developers] kicad.pro with all schematic libs

2017-04-16 Thread Andrey Kuznetsov
Does the default lib list ship with the kicad-lib or the kicad main program? I think it should be the former so that the kicad-lib provides the defaults based on whatever libraries they deem stable and default, and kicad program reads in the lib list and loads the libraries in that list. Yes kicad

Re: [Kicad-developers] kicad.pro with all schematic libs

2017-04-16 Thread Nick Østergaard
I added kicad-lib-comitters, I would like to know why that think about this. 2017-04-16 22:49 GMT+02:00 "Jörg Hermann" : > Hello, > > KiCad ships with 92 schematic ibraries, but kicad.pro contains only 29. > I suggest defaulting to have all libs in kicad.pro by replacing the 29 libs > with my list

Re: [Kicad-developers] [FEATURE] Component table viewer

2017-04-16 Thread Oliver Walters
JP, Thanks for the feedback. In the component table, multi-unit symbols are "compressed" into a single entry. Change a field value for one and it will change for all units of that symbol. For "duplicate" references, perhaps the best approach is to only allow a certain reference to be added once

[Kicad-developers] kicad.pro with all schematic libs

2017-04-16 Thread Jörg Hermann
Hello,   KiCad ships with 92 schematic ibraries, but kicad.pro contains only 29. I suggest defaulting to have all libs in kicad.pro by replacing the 29 libs with my list. I suggest applying this to devel and stable.   Best regards and happy easter eggs to all!   Jörg Hermann   LibName1=74x

Re: [Kicad-developers] Enabling Esc/Enter keys default for "Footprint Properties" dialogue?

2017-04-16 Thread jp charras
Le 16/04/2017 à 21:04, Chris Pavlina a écrit : > On Sun, Apr 16, 2017 at 08:31:41PM +0200, jp charras wrote: >> Le 16/04/2017 à 19:49, Chris Pavlina a écrit : >>> On Sun, Apr 16, 2017 at 04:05:10PM +0200, jp charras wrote: Le 16/04/2017 à 08:38, Joseph Chen a écrit : > Does someone here kn

Re: [Kicad-developers] Enabling Esc/Enter keys default for "Footprint Properties" dialogue?

2017-04-16 Thread Chris Pavlina
On Sun, Apr 16, 2017 at 08:31:41PM +0200, jp charras wrote: > Le 16/04/2017 à 19:49, Chris Pavlina a écrit : > > On Sun, Apr 16, 2017 at 04:05:10PM +0200, jp charras wrote: > >> Le 16/04/2017 à 08:38, Joseph Chen a écrit : > >>> Does someone here know how to make this work? > >>> > >>> With pcbnew'

Re: [Kicad-developers] Enabling Esc/Enter keys default for "Footprint Properties" dialogue?

2017-04-16 Thread jp charras
Le 16/04/2017 à 19:49, Chris Pavlina a écrit : > On Sun, Apr 16, 2017 at 04:05:10PM +0200, jp charras wrote: >> Le 16/04/2017 à 08:38, Joseph Chen a écrit : >>> Does someone here know how to make this work? >>> >>> With pcbnew's "footprint properties" dialogue window, the ESC and ENTER >>> keys ar

Re: [Kicad-developers] Enabling Esc/Enter keys default for "Footprint Properties" dialogue?

2017-04-16 Thread Chris Pavlina
On Sun, Apr 16, 2017 at 04:05:10PM +0200, jp charras wrote: > Le 16/04/2017 à 08:38, Joseph Chen a écrit : > > Does someone here know how to make this work? > > > > With pcbnew's "footprint properties" dialogue window, the ESC and ENTER > > keys are not functioning as > > defaults as with the "pa

[Kicad-developers] [FIX BUG] pcbnew option to export text as editable text when plotting DXF

2017-04-16 Thread eldar
Hi. Another one patch related plotting to DXF. Plot oneline ASCII text as editable. https://bugs.launchpad.net/kicad/+bug/1423515 P.S. patch is incremental to my previous patches related with plot line width to DXF >From 162558f598d5fa6ad4a8d4338a71a03f90529642 Mon Sep 17 00:00:00 2001 From: Eld

Re: [Kicad-developers] Latest Master Build: Drag Zone Outlines no longer working in legacy view

2017-04-16 Thread jp charras
Le 16/04/2017 à 10:37, Nick Østergaard a écrit : > Please report it on the bug tracker. > > Den 16/04/2017 09.39 skrev "Joseph Chen" >: > > Just built kicad from the latest master branch and noticed that pcbnew's > drag zone outlines are > no longer worki

Re: [Kicad-developers] [FEATURE] Component table viewer

2017-04-16 Thread jp charras
Le 16/04/2017 à 15:12, Oliver Walters a écrit : > It's not KiCad that "knows" to exclude testing points, etc - my Python BOM > script has a series of > regex filters that remove a whole swathe of virtual components. > > Sometimes you actually want test points to be in the BoM e.g. for loading >

[Kicad-developers] EDA Managerial support

2017-04-16 Thread dileep kushwaha
Let me know if u need managerial help -- Regards, *Kumar Sheelvardhan* +91- <+918860664892>7853897964 ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad

Re: [Kicad-developers] Enabling Esc/Enter keys default for "Footprint Properties" dialogue?

2017-04-16 Thread jp charras
Le 16/04/2017 à 08:38, Joseph Chen a écrit : > Does someone here know how to make this work? > > With pcbnew's "footprint properties" dialogue window, the ESC and ENTER keys > are not functioning as > defaults as with the "pad properties" dialogue window. > > This inconsistency is a bit of annoy

[Kicad-developers] RFC: Testing completeness of implementation

2017-04-16 Thread Simon Richter
Hi, in my net_ties branch I'm adding a few additional classes that need to be handled in all appropriate places. A pattern I've seen often in the code (e.g. in the PAINTER classes) is void do_something(EDA_ITEM *item) { switch(item->Type()) { case FOO_TYPE: // some

[Kicad-developers] [FIX BUG] pcbnew: plot dxf draws 2 lines instead 1 with the right width

2017-04-16 Thread eldar
Hello guys. Please try my patches that fixes DXF plot bug https://bugs.launchpad.net/kicad/+bug/1643330 . Current behaviour: Pcbnew plots drawings to DXF outline mode only. After patch: Pcbnew plots drawings to DXF copper/mask/adhes/paste layers in outline mode and other layers (for importing

Re: [Kicad-developers] 3dmodel display doesn't work

2017-04-16 Thread Nick Østergaard
2017-04-16 2:16 GMT+02:00 Cirilo Bernardo : > On Sat, Apr 15, 2017 at 9:52 AM, Nick Østergaard wrote: >> I had a look at this today, it seems to be related to the LIBDIR >> patch. I don't understand the ldconfig mechanism on ubuntu. To me this >> simply loooks like a packaging issue. >> >> By spor

Re: [Kicad-developers] Latest Master Build: Drag Zone Outlines no longer working in legacy view

2017-04-16 Thread Nick Østergaard
Please report it on the bug tracker. Den 16/04/2017 09.39 skrev "Joseph Chen" : > Just built kicad from the latest master branch and noticed that pcbnew's > drag zone outlines are no longer working for me. > > > > ___ > Mailing list: https://launchpad.n

[Kicad-developers] Latest Master Build: Drag Zone Outlines no longer working in legacy view

2017-04-16 Thread Joseph Chen
Just built kicad from the latest master branch and noticed that pcbnew's drag zone outlines are no longer working for me. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https