[Kicad-developers] Commit messages

2017-01-04 Thread Chris Pavlina
Hey, I don't mean to be too obnoxious of a stickler, but can we work on our commit messages just a bit? There are three things I'd really like to see improved: 1. No vague messages like: - 8e11d9b: very minor change. Better: Realign comments - 995940e: refinement Better:

Re: [Kicad-developers] [PATCH] Pcbnew, plot dialog: grey out advanced net attributes if Gerber X2 is unchecked.

2017-01-04 Thread Chris Pavlina
Looks good to me, I pushed it. Thank you for your contribution to KiCad. It's easy for patches to slip through the cracks - in the future, don't be afraid to bump a patch a bit sooner, say within a week or two. Apologies for losing it. On Wed, Jan 04, 2017 at 07:45:40PM +, Diego Herranz wrote

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-04 Thread Wayne Stambaugh
To my knowledge no one is currently working on that. On 1/4/2017 4:16 PM, Jean-Samuel Reynaud wrote: > Mainly Action plugins was supposed to add right click/menu/toolbar hooks. > > There is two reference of this: > scripting/kicadplugins.i > and > pcbnew/swig/TODO.txt > > > > Le 04/01/2017 à 2

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-04 Thread Jean-Samuel Reynaud
Mainly Action plugins was supposed to add right click/menu/toolbar hooks. There is two reference of this: scripting/kicadplugins.i and pcbnew/swig/TODO.txt Le 04/01/2017 à 20:14, Wayne Stambaugh a écrit : > What do you mean by action plugin? I'm working on the schematic I/O > plugin. AFAIK, t

Re: [Kicad-developers] Page settings in edit menu

2017-01-04 Thread Wayne Stambaugh
The page settings menu entry in Pcbnew is still in the file menu so I restored it to the file menu in Eeschema for the sake of consistency. Thanks for the heads up. On 12/23/2016 4:30 PM, Chris Pavlina wrote: > Can we put Page Settings back in the File menu where it was prior to > de46873? That's

Re: [Kicad-developers] [PATCH] Footprint Wizards Update

2017-01-04 Thread Oliver Walters
Thanks JP, sorry I didn't see any of these messages, blame timezones! One addition I'd like to see is an import error message if a particular script is bad. Previously if there was an error in any footprint script, KiCad would halt the import process and no subsequent scripts would be imported.

Re: [Kicad-developers] [PATCH] Pcbnew, plot dialog: grey out advanced net attributes if Gerber X2 is unchecked.

2017-01-04 Thread Diego Herranz
Hi, Did anyone have a chance to look at this? Many thanks. Regards, Diego On Tue, Nov 22, 2016 at 8:10 AM, Diego Herranz < diegoherr...@diegoherranz.com> wrote: > > m_useGerberNetAttributes is useless if m_useGerberX2Attributes is not > checked. > So disabled (greyed out) when Gerber X2 gets u

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-04 Thread Wayne Stambaugh
What do you mean by action plugin? I'm working on the schematic I/O plugin. AFAIK, that is the only plugin in progress. On 1/3/2017 10:02 AM, Jean-Samuel Reynaud wrote: > Dear All, > > Quick question about ActionPlugin. What is the current state ? Is there > anybody working on it ? > > Regards

Re: [Kicad-developers] [PATCH] Footprint Wizards Update

2017-01-04 Thread Wayne Stambaugh
On 1/4/2017 10:54 AM, jp charras wrote: > Le 03/01/2017 à 16:30, Wayne Stambaugh a écrit : >> On 1/3/2017 10:08 AM, jp charras wrote: >>> Le 03/01/2017 à 15:30, jp charras a écrit : Le 03/01/2017 à 14:03, Miguel Angel Ajo Pelayo a écrit : > Sorry, I just found the email. Sorry for my delay

Re: [Kicad-developers] [PATCH] Footprint Wizards Update

2017-01-04 Thread jp charras
Le 03/01/2017 à 16:30, Wayne Stambaugh a écrit : > On 1/3/2017 10:08 AM, jp charras wrote: >> Le 03/01/2017 à 15:30, jp charras a écrit : >>> Le 03/01/2017 à 14:03, Miguel Angel Ajo Pelayo a écrit : Sorry, I just found the email. Sorry for my delayed answer. The code looks good to me

Re: [Kicad-developers] .SWEET file suggestion

2017-01-04 Thread Chris Pavlina
I second this suggestion. Numerous people have been proposing this for quite a long time in IRC, it's a popular idea. A large number of parts are configurable, and forcing the pins to be non-configurable makes ERC pretty weak. On Wed, Jan 04, 2017 at 07:22:37PM +1100, Oliver Walters wrote: > As fa

[Kicad-developers] .SWEET file suggestion

2017-01-04 Thread Oliver Walters
As far as I am aware, this ( https://lists.launchpad.net/kicad-developers/msg23302.html) is the latest proposal for the new symbol format. Is this the case? Reading through this I have an idea that I think will be very useful. Currently each PIN can only have one TYPE (INPUT, OUTPUT, OPEN-COLLEC