Re: [Kicad-developers] Kicad + V8/NodeJS/Swig [split from kicad ideas mail]

2012-02-27 Thread Miguel Angel Ajo Pelayo
Sorry, I ignore the _wrapper.cxx + yyy_wrapper.cxx + etc cannot be linked together... swig define them as static functions, so they can be linked together and will work. The path is not that dark ;-) 2012/2/27 Miguel Angel Ajo Pelayo miguelan...@nbee.es I've been doing some experiments

Re: [Kicad-developers] Kicad + V8/NodeJS/Swig [split from kicad ideas mail]

2012-02-27 Thread Miguel Angel Ajo Pelayo
I've been doing some experiments about that during the weekend, with python as a first target, and using SWIG (which should be highly desired, as it's something easier to mantain). And by now, what I found is that swig is quite mature, but mainly ready for this:

[Kicad-developers] Printing and Ledger paper type.

2012-02-27 Thread Alexander Zakamaldin
Yes, sure. I wrote about US Ledger paper size. It should be mentioned, the US Ledger's size confuses not only me, but Gnomeprint job also. So, what is the best choice to do? 1. Assume the US Ledger is 11x17 inches size, just the same as 'Inkscape' project is doing. 2. Replace US Ledger with US

Re: [Kicad-developers] problem with the Help link getting started in kicad

2012-02-27 Thread jp.charras
Le 27/02/2012 10:54, Fabrizio Tappero a écrit : Hello, it seems to me that the link help- getting started in kicad is broken for all kicad programs. It should link to a short pdf tutorials and it should work for all kicad programs. can anybody confirm that? cheers Fabrizio I recently fixed

Re: [Kicad-developers] Printing and Ledger paper type.

2012-02-27 Thread Solonen Vesa
http://www.graphic-design-employment.com/tabloid-paper-dimensions.html http://www.graphic-design-employment.com/ledger-paper-dimensions.html It seems there is no portrait tabloid or landscape ledger. This paper size confusion shows a good example why well thought standard is usually a good

Re: [Kicad-developers] Kicad + V8/NodeJS/Swig [split from kicad ideas mail]

2012-02-27 Thread Fabio Varesano
Awesome, this is good news. In case you wanna dig more into this, I'll be happy to test any patch or early code development. It's also worth noting that SWIG isn't the only way to access C/C++ libraries from within Python.. these are some of the other ways: Cython http://cython.org/ Pyrex

Re: [Kicad-developers] sorting pins in .lib files

2012-02-27 Thread Dick Hollenbeck
I propose to start with getting rid of that mess, and see later whether we want to introduce more flexible scheme, maybe that would give priority to pin name, or location in the drawing. It is on my personal to do list at some point in the future. As an interim step, you could use

[Kicad-developers] suggestion - proper Yes/No question to user

2012-02-27 Thread Fabrizio Tappero
Hello, the Component Library Editor when closed after an unsaved modification goes like: Component was modified! Discard changes? Yes No Shouldn't this message say: This component was modified. Do you want to save your changes? Yes Cancel No The same should maybe apply to the following

Re: [Kicad-developers] problem with the Help link getting started in kicad

2012-02-27 Thread Fabrizio Tappero
jean-pierre, hum... in my fresh dev. build of the kicad-doc folder taken 30 min ago from here: bzr branch lp:~kicad-developers/kicad/doc if I compile and install, I get (among other stuff) the following pdfs: 1) /usr/local/share/doc/kicad/en/KiCad_Tutorial 2011.pdf 2)

Re: [Kicad-developers] Kicad + V8/NodeJS/Swig [split from kicad ideas mail]

2012-02-27 Thread Dick Hollenbeck
On 02/27/2012 01:48 AM, Miguel Angel Ajo Pelayo wrote: I've been doing some experiments about that during the weekend, with python as a first target, and using SWIG (which should be highly desired, as it's something easier to mantain). And by now, what I found is that swig is quite

Re: [Kicad-developers] Printing and Ledger paper type.

2012-02-27 Thread Dick Hollenbeck
On 02/27/2012 02:50 AM, Alexander Zakamaldin wrote: Yes, sure. I wrote about US Ledger paper size. It should be mentioned, the US Ledger's size confuses not only me, but Gnomeprint job also. Please explain in detail what are the symptoms of the problem. That is how do you know it is not

Re: [Kicad-developers] sorting pins in .lib files

2012-02-27 Thread Laurent GONZALEZ
On 27/02/2012 15:03, Dick Hollenbeck wrote: I propose to start with getting rid of that mess, and see later whether we want to introduce more flexible scheme, maybe that would give priority to pin name, or location in the drawing. It is on my personal to do list at some point in the