Re: [Kicad-developers] pls merge my pull-request in kicad-i18n

2017-08-12 Thread Nick Østergaard
No Russel, not for the translations. Den 13. aug. 2017 10.09 skrev "Russell Oliver" : > Hi Liyoubu, > > Currently the process for accepting contributions is through patches sent > to the mailing list for review. > > More information can be found at > http://kicad-pcb.org/contribute/developers/#_s

Re: [Kicad-developers] pls merge my pull-request in kicad-i18n

2017-08-12 Thread Russell Oliver
Hi Liyoubu, Currently the process for accepting contributions is through patches sent to the mailing list for review. More information can be found at http://kicad-pcb.org/contribute/developers/#_submitting_patches Kind Regards Russell On 13 Aug 2017 11:05, "liyoubdu" wrote: > Time has passed

[Kicad-developers] pls merge my pull-request in kicad-i18n

2017-08-12 Thread liyoubdu
Time has passed for a long time, why not merge my request in github? https://github.com/KiCad/kicad-i18n/pull/150___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.n

[Kicad-developers] [RFC] Long pin numbers/pad names support

2017-08-12 Thread Maciej Suminski
Hi, TL;DR: I seek your input regarding support for long pin numbers and pad names. Perhaps it might not be perceived as a frequently used feature, but the four characters restriction for names is an obstacle for import plugins. As I understand, the decision to use an union of integer and char[4]

Re: [Kicad-developers] Python script offered as example for Action Plugin and wxFormBuilder integration

2017-08-12 Thread Wayne Stambaugh
On 8/12/2017 1:05 PM, Simon Küppers wrote: > I wrote a developer Documentation Page on Python scripting for kicad, i > think the information is best written down there. I have no objections to this. I could just as easily be added to the coding policy in a separate section for Python scripting.

Re: [Kicad-developers] Python script offered as example for Action Plugin and wxFormBuilder integration

2017-08-12 Thread Wayne Stambaugh
I'm OK with pep8 or some variation there of. On 8/12/2017 12:42 PM, Adam Wolf wrote: > Sure. I was actually in the audience for that talk :) IIRC, the > biggest takeaway is that sometimes there are exceptions, especially > for highly idiomatic code, and also that the 80 character original > line

Re: [Kicad-developers] Stable release 4.0.7 status.

2017-08-12 Thread Wayne Stambaugh
On 8/12/2017 11:55 AM, Simon Richter wrote: > Hi, > > On 12.08.2017 14:02, Wayne Stambaugh wrote: > >> Are we good to go with the 4.0.7 stable release? I have everything >> ready to go to make the announcement. I know there were some package >> builder issues so please let me know if I need to

Re: [Kicad-developers] Python script offered as example for Action Plugin and wxFormBuilder integration

2017-08-12 Thread Simon Küppers
I wrote a developer Documentation Page on Python scripting for kicad, i think the information is best written down there. Am 12. August 2017 18:42:05 MESZ schrieb Adam Wolf : >Sure. I was actually in the audience for that talk :) IIRC, the >biggest takeaway is that sometimes there are excepti

Re: [Kicad-developers] Python script offered as example for Action Plugin and wxFormBuilder integration

2017-08-12 Thread Adam Wolf
Sure. I was actually in the audience for that talk :) IIRC, the biggest takeaway is that sometimes there are exceptions, especially for highly idiomatic code, and also that the 80 character original line length limit is silly today and something like 120 is more appropriate. If you have particul

[Kicad-developers] Jenkins build is back to normal : linux-kicad-full-gcc-head #2256

2017-08-12 Thread Miguel Angel Ajo
See ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-devel

Re: [Kicad-developers] Python script offered as example for Action Plugin and wxFormBuilder integration

2017-08-12 Thread Kevin Cozens
On 2017-08-12 11:43 AM, Adam Wolf wrote: I think PEP8 is great for us. Let's just add a line that says "We use PEP8 as our Python style guide." Before you get too deep in to following PEP8 you might want to watch the video of a talk given by Raymond Hettinger (a core Python programmer) at Py

Re: [Kicad-developers] Python script offered as example for Action Plugin and wxFormBuilder integration

2017-08-12 Thread Greg Smith
Where should I submit a (likely short) style guide for review? I have recently reviewed PEP8 and updated the code for KiPadCheck and LayerViewSet to be compliant, so I can write a short document about the KiCad Python style for others to review. There are other guides similar to style guides t

Re: [Kicad-developers] Stable release 4.0.7 status.

2017-08-12 Thread Simon Richter
Hi, On 12.08.2017 14:02, Wayne Stambaugh wrote: > Are we good to go with the 4.0.7 stable release? I have everything > ready to go to make the announcement. I know there were some package > builder issues so please let me know if I need to push this back another > week or two. Thank you everyo

Re: [Kicad-developers] Python script offered as example for Action Plugin and wxFormBuilder integration

2017-08-12 Thread Adam Wolf
I think PEP8 is great for us. Let's just add a line that says "We use PEP8 as our Python style guide." Adam Wolf On Sat, Aug 12, 2017 at 10:27 AM, Strontium wrote: > Hello Wayne and Greg, > > Can I suggest just adopting PEP8 for Python code formatting. Its clean, > well documented, and there a

Re: [Kicad-developers] Python script offered as example for Action Plugin and wxFormBuilder integration

2017-08-12 Thread Strontium
Hello Wayne and Greg, Can I suggest just adopting PEP8 for Python code formatting. Its clean, well documented, and there are plenty of linters to check conformance. And if there is anything in PEP8 that is annoying for KiCad development (cant imagine what) just specify an exclusion or except

[Kicad-developers] Build failed in Jenkins: linux-kicad-full-gcc-head #2255

2017-08-12 Thread Miguel Angel Ajo
See Changes: [Wayne Stambaugh] Eeschema: add symbol library table editor dialog. -- [...truncated 125.65 KB...] [ 78%] Building CXX object pcbnew/CMakeFiles/pcbnew

Re: [Kicad-developers] Python script offered as example for Action Plugin and wxFormBuilder integration

2017-08-12 Thread Wayne Stambaugh
On 8/11/2017 10:08 PM, Greg Smith wrote: > What is the process of getting a python example script into KiCad > distribution? You must submit a patch (preferably using `git format-patch` against the HEAD of the KiCad master branch) to the developer's mailing list so developers can test and comment

[Kicad-developers] Stable release 4.0.7 status.

2017-08-12 Thread Wayne Stambaugh
Are we good to go with the 4.0.7 stable release? I have everything ready to go to make the announcement. I know there were some package builder issues so please let me know if I need to push this back another week or two. Thank you everyone who makes the stable releases possible and keep up the