Re: [Kicad-developers] Github plugin.

2013-10-04 Thread Dick Hollenbeck
On 10/01/2013 08:47 AM, Carl Poirier wrote: Hey I forgot to tell you yesterday that while moving the libs to GitHub, I had to rename the smd_crystaloscillator one since GitHub doesn't allow the '' character to be used. I called it smd_crystal_and_oscillator, and thus it will fail with any

Re: [Kicad-developers] Github plugin.

2013-10-04 Thread Cirilo Bernardo
- Original Message - From: Dick Hollenbeck d...@softplc.com To: Carl Poirier carl.poirie...@gmail.com Cc: KiCad Developers kicad-developers@lists.launchpad.net Sent: Friday, October 4, 2013 5:24 PM Subject: Re: [Kicad-developers] Github plugin. On 10/01/2013 08:47 AM, Carl Poirier

Re: [Kicad-developers] Interesting DLL Hell with SSL

2013-10-04 Thread Maciej SumiƄski
Hi Brian, In fact it looks very strange.. I am just wondering - wouldn't it be easier to link OpenSSL as a static library? It may require a rebuild in the KiCad-Winbuilder, but then you will not have to care about stuff that users keep in Windows directory. Regards, Orson On 10/04/2013

Re: [Kicad-developers] Github plugin.

2013-10-04 Thread Wayne Stambaugh
On 10/4/2013 3:24 AM, Dick Hollenbeck wrote: On 10/01/2013 08:47 AM, Carl Poirier wrote: Hey I forgot to tell you yesterday that while moving the libs to GitHub, I had to rename the smd_crystaloscillator one since GitHub doesn't allow the '' character to be used. I called it

Re: [Kicad-developers] Github plugin.

2013-10-04 Thread Dick Hollenbeck
On 10/04/2013 06:59 AM, Wayne Stambaugh wrote: On 10/4/2013 3:24 AM, Dick Hollenbeck wrote: On 10/01/2013 08:47 AM, Carl Poirier wrote: Hey I forgot to tell you yesterday that while moving the libs to GitHub, I had to rename the smd_crystaloscillator one since GitHub doesn't allow the ''

Re: [Kicad-developers] Github plugin.

2013-10-04 Thread Dick Hollenbeck
On 10/04/2013 08:50 AM, Dick Hollenbeck wrote: On 10/04/2013 06:59 AM, Wayne Stambaugh wrote: On 10/4/2013 3:24 AM, Dick Hollenbeck wrote: On 10/01/2013 08:47 AM, Carl Poirier wrote: Hey I forgot to tell you yesterday that while moving the libs to GitHub, I had to rename the

Re: [Kicad-developers] Github plugin.

2013-10-04 Thread Dick Hollenbeck
Sorry. BTW, in revision 4362 I added the ability to right mouse popup Paste a (fp_lib_table) s-expression text element into the DIALOG_FP_LIB_TABLE: bzr log text: DIALOG_FP_LIB_TABLE does not use wxSplitterWindow, it would not obey. Paste popup menu in this dialog now allows pasting a

Re: [Kicad-developers] Github plugin.

2013-10-04 Thread Dick Hollenbeck
Short term our best options are to encourage preparation of a publishing guideline. That document would talk about what constitutes a good library, and how to prepare the README.md file, and maybe even offer a wxPython script to prepare it automatically. See

[Kicad-developers] [PATCH] Need (path) in pretty library footprint?

2013-10-04 Thread Dick Hollenbeck
This patch keeps the (path) element out of pretty library (module)s. OK? Anything else we need like this? === modified file 'pcbnew/kicad_plugin.cpp' --- pcbnew/kicad_plugin.cpp 2013-09-26 15:02:46 + +++ pcbnew/kicad_plugin.cpp 2013-10-04 16:36:59 + @@ -971,7 +971,7 @@

Re: [Kicad-developers] Github plugin.

2013-10-04 Thread Carl Poirier
I am also in favor of keeping simpler library names. The latest dialog works well on my side, pasting the table from the README.md as well. Great work there. I'll try in the next few days to get a README.md generated for each pretty library. As for copying the whole table at once instead of

Re: [Kicad-developers] Github plugin.

2013-10-04 Thread Dick Hollenbeck
On Oct 4, 2013 12:08 PM, Carl Poirier carl.poirie...@gmail.com wrote: I am also in favor of keeping simpler library names. The latest dialog works well on my side, pasting the table from the README.md as well. Great work there. I'll try in the next few days to get a README.md generated for

Re: [Kicad-developers] Github plugin.

2013-10-04 Thread Dick Hollenbeck
On Oct 4, 2013 12:58 PM, Dick Hollenbeck d...@softplc.com wrote: On Oct 4, 2013 12:08 PM, Carl Poirier carl.poirie...@gmail.com wrote: I am also in favor of keeping simpler library names. The latest dialog works well on my side, pasting the table from the README.md as well. Great work

Re: [Kicad-developers] Github plugin.

2013-10-04 Thread Dick Hollenbeck
Thank you for your amazing effort on the GitHub plugin. I am looking forward to taking it for a test drive. I hope to finish up the FP_LIB_TABLE code and documentation by the end of the weekend. With all of the pieces in place, KiCad should have a really good footprint library

Re: [Kicad-developers] Github plugin.

2013-10-04 Thread Dick Hollenbeck
On 10/04/2013 03:15 PM, Wayne Stambaugh wrote: On 10/4/2013 3:22 PM, Dick Hollenbeck wrote: Thank you for your amazing effort on the GitHub plugin. I am looking forward to taking it for a test drive. I hope to finish up the FP_LIB_TABLE code and documentation by the end of the weekend.

[Kicad-developers] [PATCH] Github plugin. FP_LIB_TABLE

2013-10-04 Thread Dick Hollenbeck
On 10/04/2013 03:41 PM, Dick Hollenbeck wrote: On 10/04/2013 03:30 PM, Dick Hollenbeck wrote: On 10/04/2013 03:15 PM, Wayne Stambaugh wrote: On 10/4/2013 3:22 PM, Dick Hollenbeck wrote: Thank you for your amazing effort on the GitHub plugin. I am looking forward to taking it for a test

[Kicad-developers] [PATCH] Github plugin. FP_LIB_TABLE

2013-10-04 Thread Dick Hollenbeck
On 10/04/2013 03:41 PM, Dick Hollenbeck wrote: On 10/04/2013 03:30 PM, Dick Hollenbeck wrote: On 10/04/2013 03:15 PM, Wayne Stambaugh wrote: On 10/4/2013 3:22 PM, Dick Hollenbeck wrote: Thank you for your amazing effort on the GitHub plugin. I am looking forward to taking it for a test