Re: [Kicad-developers] [PATCH] Add pin overview table

2015-03-27 Thread jp charras
Le 27/03/2015 15:31, Simon Richter a écrit : > Hi, > > Am 27.03.2015 um 13:04 schrieb jp charras: > >> - add position of pins > > Noted. > >> - add sorting by pin type (mainly to check is all GND or VCC pins >> are existing) > > You can group by pin type by right clicking the column header, >

Re: [Kicad-developers] [PATCH] Add pin overview table

2015-03-27 Thread Simon Richter
Hi, Am 27.03.2015 um 13:04 schrieb jp charras: > - add position of pins Noted. > - add sorting by pin type (mainly to check is all GND or VCC pins are > existing) You can group by pin type by right clicking the column header, which allows you to keep the sorting by pin number for a quicker che

Re: [Kicad-developers] [PATCH] Add pin overview table

2015-03-27 Thread jp charras
Le 26/03/2015 23:31, Simon Richter a écrit : > On 26.03.2015 12:45, jp charras wrote: > >> I tested your patches, and they add a *very good and very useful >> feature*. I am willing to commit them, but I'll will *very* happy >> if you can fix some (minor) issues: > > I think I've caught most of t

Re: [Kicad-developers] [PATCH] Add pin overview table

2015-03-26 Thread Simon Richter
On 26.03.2015 12:45, jp charras wrote: > I tested your patches, and they add a *very good and very useful feature*. > I am willing to commit them, but I'll will *very* happy if you can fix > some (minor) issues: I think I've caught most of them. Are new features still added to the release? I've

[Kicad-developers] [PATCH] Add pin overview table

2015-03-26 Thread Simon Richter
This adds a new dialog giving an overview over the pins in the current component. Currently only pin number, name and type are shown. More functions, and editing support are planned. --- bitmaps_png/CMakeLists.txt | 1 + bitmaps_png/cpp_26/pin_table.cpp

Re: [Kicad-developers] [PATCH] Add pin overview table

2015-03-26 Thread jp charras
Le 22/03/2015 02:52, Simon Richter a écrit : > > This adds a new dialog giving an overview over the pins in the current > component. Currently only pin number, name and type are shown. More > functions, and editing support are planned. > --- Hi, Simon, I tested your patches, and they add a *very

Re: [Kicad-developers] [PATCH] Add pin overview table

2015-03-21 Thread Simon Richter
Hi, On 21.03.2015 19:45, jp charras wrote: > To be usable, you have also (this is mandatory) to manage the unit > number (perhaps also the De Morgan representation). Otherwise the pin > table has no sense for multi parts per package components. I've added handling for the unit number. For the NO

Re: [Kicad-developers] [PATCH] Add pin overview table

2015-03-21 Thread Simon Richter
Hi, On 21.03.2015 19:45, jp charras wrote: > Please, attach the patch file. > Usually, for many reasons, patches inside a mail are not very usable. Sure, can do. I use git format-patch and git send-email usually, which should make sure that nothing untoward happens to the patch before sending.

[Kicad-developers] [PATCH] Add pin overview table

2015-03-21 Thread Simon Richter
This adds a new dialog giving an overview over the pins in the current component. Currently only pin number, name and type are shown. More functions, and editing support are planned. --- bitmaps_png/CMakeLists.txt | 1 + bitmaps_png/cpp_26/pin_table.cpp

Re: [Kicad-developers] [PATCH] Add pin overview table

2015-03-21 Thread jp charras
Le 21/03/2015 18:18, Simon Richter a écrit : > This adds a new dialog giving an overview over the pins in the current > component. Currently only pin number, name and type are shown. More > functions, and editing support are planned. Hi, Simon Please, attach the patch file. Usually, for many reas

[Kicad-developers] [PATCH] Add pin overview table

2015-03-21 Thread Simon Richter
This adds a new dialog giving an overview over the pins in the current component. Currently only pin number, name and type are shown. More functions, and editing support are planned. --- bitmaps_png/CMakeLists.txt | 1 + bitmaps_png/cpp_26/pin_table.cpp