[Kicad-developers] Ideas for kicad

2012-02-16 Thread Miguel Angel Ajo Pelayo
: to show a preview of what we're chosing in the footprint asignment window. And I'm already forgetting things, Greetings to everyone, Mike, -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https

Re: [Kicad-developers] [PATCH] Floating tracks loose netcode fix

2012-02-16 Thread Miguel Angel Ajo Pelayo
behaviour is unexpected for anyone. Sincerely ;-) 2012/2/17 Brian F. G. Bidulock bidul...@openss7.org Miguel, On Fri, 17 Feb 2012, Miguel Angel Ajo Pelayo wrote: The reasons to add it: making users life easier. If this happened to Janis will happen to other people, and it's

Re: [Kicad-developers] Ideas for kicad

2012-02-17 Thread Miguel Angel Ajo Pelayo
://launchpad.net/~kicad-**developershttps://launchpad.net/~kicad-developers More help : https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing

Re: [Kicad-developers] rev 3419

2012-02-19 Thread Miguel Angel Ajo Pelayo
. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52

[Kicad-developers] High contrast mode hotkey

2012-02-19 Thread Miguel Angel Ajo Pelayo
to do it in Al**um, and it's easier to route this way when you have a lot of things around. -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad

Re: [Kicad-developers] rev 3419

2012-02-19 Thread Miguel Angel Ajo Pelayo
I think I followed the coding standards, but after reading your suggestions, may be I was too fast making my patch. Not sure now if it will be the best implementation. Could you review it please? :-) 2012/2/19 Dick Hollenbeck d...@softplc.com On 02/19/2012 10:58 AM, Miguel Angel Ajo Pelayo

Re: [Kicad-developers] rev 3419

2012-02-19 Thread Miguel Angel Ajo Pelayo
Woops, not sure if the screenshots from my last email can be viewed, if I try to open it here I see just a bunch of base64 codes. 2012/2/19 Miguel Angel Ajo Pelayo miguelan...@nbee.es Hi dick, Sorry, somebody (on the list) already told me that this mode existed, and was implemented

[Kicad-developers] Wrong push using bazaar ...

2012-02-19 Thread Miguel Angel Ajo Pelayo
push (3421), that was intended to go into 2, finally went into 1 and then into 2. There is some way to revert my push on 1? Thanks in advance. -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https

Re: [Kicad-developers] Ideas for kicad

2012-02-22 Thread Miguel Angel Ajo Pelayo
the build, and then publishing it. The swig-js is built using CMake (I'm quite experienced on it) so I could need some help ':-) 2012/2/22 Dick Hollenbeck d...@softplc.com On 02/22/2012 09:11 AM, Miguel Angel Ajo Pelayo wrote: I think I could put some efforts on testing it, and see how well

Re: [Kicad-developers] Ideas for kicad

2012-02-22 Thread Miguel Angel Ajo Pelayo
: https://github.com/espardino/xpress/tree/master/wrappers I will reuse the work of this swig-js for both: Kicad, and Espardino. 2012/2/22 Miguel Angel Ajo Pelayo miguelan...@nbee.es I need to spend some time understanding your idea of design, right now I'm a little bit lost, but I started

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

2012-02-23 Thread Miguel Angel Ajo Pelayo
/22 Miguel Angel Ajo Pelayo miguelan...@nbee.es Ok, I cleaned up a little, and forked the project of swig-js https://github.com/espardino/swig-js It should require heavy testing, I will try to make it work with some of the Kicad classes, and we will see how well or bad does it work :-) PS

[Kicad-developers] Basic question, buidling kicad with debug info

2012-02-24 Thread Miguel Angel Ajo Pelayo
I know it's something basic, but I'm not used to cmake, or the kicad cmake scripts. How do I build Kicad with debug info? Thanks -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https

Re: [Kicad-developers] Thank you for your work!

2012-02-24 Thread Miguel Angel Ajo Pelayo
-**developershttps://launchpad.net/~kicad-developers More help : https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net

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
Varesano fabio.vares...@gmail.com +1 on choosing Python over LUA or JS. Blender is using Python as scripting language and also internally.. and I guess Blender's requirements are pretty similar to those of KiCad. On 02/24/2012 09:22 PM, Miguel Angel Ajo Pelayo wrote: About python, yes, I

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

2012-02-28 Thread Miguel Angel Ajo Pelayo
Hi Dick, 2012/2/27 Dick Hollenbeck d...@softplc.com 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

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

2012-02-28 Thread Miguel Angel Ajo Pelayo
print 'Today is',ctime(time())\n); Great! :) 2012/2/28 Miguel Angel Ajo Pelayo miguelan...@nbee.es Hi Dick, 2012/2/27 Dick Hollenbeck d...@softplc.com On 02/27/2012 01:48 AM, Miguel Angel Ajo Pelayo wrote: I've been doing some experiments about that during the weekend

Re: [Kicad-developers] KiCad roadmap - import 3D model from STEP files?

2012-03-02 Thread Miguel Angel Ajo Pelayo
with that. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo

Re: [Kicad-developers] Reverse engineering on KiCad

2012-03-14 Thread Miguel Angel Ajo Pelayo
More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net

[Kicad-developers] Kicad scripting progress :-)

2012-03-18 Thread Miguel Angel Ajo Pelayo
:-) -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help

Re: [Kicad-developers] Kicad scripting progress :-)

2012-03-19 Thread Miguel Angel Ajo Pelayo
/~kicad-developers Post to     : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help   : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo

Re: [Kicad-developers] Kicad scripting progress :-)

2012-03-19 Thread Miguel Angel Ajo Pelayo
Sorry, somehow my pointer crashed in the Send button to early... I meant that, when the scripting is working somehow I could try to help in porting your patches to scripting. 2012/3/19 Miguel Angel Ajo Pelayo miguelan...@nbee.es: Thanks for the feedback Wolfgang,  What does the command

Re: [Kicad-developers] Kicad scripting progress :-)

2012-03-19 Thread Miguel Angel Ajo Pelayo
=ON -DUSE_NEW_PCBNEW_SAVE=ON -DKICAD_STABLE_VERSION=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr I have swig 2.0.4 and python 3.2.2. Do I need anything else? Thanks- -lajos On Sun, Mar 18, 2012 at 12:19 PM, Miguel Angel Ajo Pelayo miguelan...@nbee.es wrote: Hi All,     I wanted

Re: [Kicad-developers] Library License

2012-03-21 Thread Miguel Angel Ajo Pelayo
://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net

Re: [Kicad-developers] Library License

2012-03-22 Thread Miguel Angel Ajo Pelayo
://launchpad.net/~kicad-developers Post to     : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help   : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo

Re: [Kicad-developers] Library License

2012-03-22 Thread Miguel Angel Ajo Pelayo
of redoing the work. -Matt On Thu, Mar 22, 2012 at 4:28 AM, Brian F. G. Bidulock bidul...@openss7.org wrote: Miguel, On Thu, 22 Mar 2012, Miguel Angel Ajo Pelayo wrote: I can be wrong, but, anything that's been designed by an author, has authorship, and it makes it have copyright

Re: [Kicad-developers] Library License

2012-03-22 Thread Miguel Angel Ajo Pelayo
to proprietary closed formats. For example, I have many designs in my company that I wish I could open, but, for what?, they can only be opened with Altium, so the comunity could not make any use of it they're tied to a proprietary software, that costs $6000. -- Miguel Angel Ajo Pelayo http

Re: [Kicad-developers] A few strategy suggestions for the project

2012-03-29 Thread Miguel Angel Ajo Pelayo
-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https

Re: [Kicad-developers] Hello, I want to help with you project

2012-04-07 Thread Miguel Angel Ajo Pelayo
to KiCad and not the other way around. Things like importer/exporter/gcode creator/etc. Footprint wizards, special drc checks, etc... What do you dream about? Have a good day, Edwin Greetings :-) -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo

Re: [Kicad-developers] Kicad scripting progress :-)

2012-04-07 Thread Miguel Angel Ajo Pelayo
list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo

Re: [Kicad-developers] KICAD_PLUGIN for libraries/components (pcbnew)

2012-04-07 Thread Miguel Angel Ajo Pelayo
Woops, Dick?, I see that's in your 2nd point of your current TODO list, anyway, if you find it interesting I could work on this with your review or based on your ideas if you already spent some time working on it's design. 2012/4/7 Miguel Angel Ajo Pelayo miguelan...@nbee.es I

Re: [Kicad-developers] New Pcbnew file format.

2012-04-08 Thread Miguel Angel Ajo Pelayo
: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo

Re: [Kicad-developers] D_PAD class questions.

2012-04-08 Thread Miguel Angel Ajo Pelayo
Another question I forgot about, Is there anyway to move the M1 reference of my module around? 2012/4/8 Miguel Angel Ajo Pelayo miguelan...@nbee.es I've been working to make some examples (and take the chance to test the scripting as much as I can), and I got a little bit crazy trying

Re: [Kicad-developers] D_PAD class questions.

2012-04-08 Thread Miguel Angel Ajo Pelayo
forget about the last question ':D module.m_Reference.SetPos0(wxPointMM(-10,-10)) 2012/4/8 Miguel Angel Ajo Pelayo miguelan...@nbee.es Another question I forgot about, Is there anyway to move the M1 reference of my module around? 2012/4/8 Miguel Angel Ajo Pelayo miguelan...@nbee.es

Re: [Kicad-developers] Kicad scripting progress :-)

2012-04-08 Thread Miguel Angel Ajo Pelayo
you Lajos :-) On Sat, Apr 7, 2012 at 1:44 PM, Wayne Stambaugh stambau...@verizon.net wrote: On 4/7/2012 12:08 PM, Miguel Angel Ajo Pelayo wrote: During the last two days I had some hours to spend on scripting again, I've been able to fix some memory management problems (objects

[Kicad-developers] Donating serverspace + confluence + gliffy

2012-04-09 Thread Miguel Angel Ajo Pelayo
* asking for the opensource licenses * keeping everything installed/updated * under some domain (do we already own some domain for the project?) I think It could be a real productivity boost for the project. Greetings, Mike -- Miguel Angel Ajo Pelayo http://www.nbee.es +34

Re: [Kicad-developers] Donating serverspace + confluence + gliffy

2012-04-09 Thread Miguel Angel Ajo Pelayo
a migration path), we could export to .odt/.doc/.pdf, and keep doing it on the source repository. 2012/4/9 David J S Briscoe da...@djsbriscoe.vispa.com On 09/04/2012 07:13, Miguel Angel Ajo Pelayo wrote: I just offer this here, not sure if it could be interesting (I think it could, as I

Re: [Kicad-developers] New Pcbnew file format.

2012-04-09 Thread Miguel Angel Ajo Pelayo
___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype

Re: [Kicad-developers] New Pcbnew file format.

2012-04-09 Thread Miguel Angel Ajo Pelayo
On 04/09/2012 02:55 PM, Miguel Angel Ajo Pelayo wrote: Now that may be we're still in time (well in fact, now I think that could be added lately without big impact..) What do you think about adding a UUID (I see now that you used 'LPID' for SWEET) to the PCB files, and also a revision

Re: [Kicad-developers] Fwd: remarks about the internal nanometer resolution

2012-04-10 Thread Miguel Angel Ajo Pelayo
transition will end up fixing the issue. So I think it's better to put our efforts on all the other things right now. -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers

Re: [Kicad-developers] Donating serverspace + confluence + gliffy

2012-04-10 Thread Miguel Angel Ajo Pelayo
Ok, ok, I add to my offer: transplanting the old wiki to the new one. :) 2012/4/9 Miguel Angel Ajo Pelayo miguelan...@nbee.es Yes, Altium makes extensive use of Confluence. I think this is where I got the idea for using Confluence + JIRA + etc... for my company :-) in first place. I

[Kicad-developers] Interesting question on the IRC about schematic part rotation:

2012-04-11 Thread Miguel Angel Ajo Pelayo
. Is that right? Should it really be a desired behaviour? You could end up with tracks connected, that you didn't want them to be.. I'm asking because I'm also a quite new user to kicad, and may be there is a good reason for that to be like this. -- Miguel Angel Ajo Pelayo http://www.nbee.es

Re: [Kicad-developers] Donating serverspace + confluence + gliffy

2012-04-11 Thread Miguel Angel Ajo Pelayo
, a las 22:23, Dick Hollenbeck d...@softplc.com escribió: On 04/10/2012 12:12 PM, Miguel Angel Ajo Pelayo wrote: Ok, ok, I add to my offer: transplanting the old wiki to the new one. :) I am not opposed to it, and would be willing to buy a domain name. That would be great, I planned

Re: [Kicad-developers] Donating serverspace + confluence + gliffy

2012-04-11 Thread Miguel Angel Ajo Pelayo
myself just as a system administrator and provider of the server, and eventually will write a lot of content about scripting or other things. But, that goes for the English writers: you'll be delighted!!, trust me :-) Thanks, Dick You're welcome! ;) -- Miguel Angel Ajo Pelayo http

Re: [Kicad-developers] KICAD_PLUGIN for libraries/components (pcbnew)

2012-04-12 Thread Miguel Angel Ajo Pelayo
, or does it take a lot more? I think it could, I'll finish my proposal and submit the patch to get opinions. -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post

Re: [Kicad-developers] KICAD_PLUGIN for libraries/components (pcbnew)

2012-04-13 Thread Miguel Angel Ajo Pelayo
) Dynamic plugin registration, then a python PLUGIN could get itself registered on IO_MGR to read/write formats: that would lead to faster format importer/exporters development. 2012/4/12 Miguel Angel Ajo Pelayo miguelan...@nbee.es 2012/4/12 Dick Hollenbeck d...@softplc.com The changes

Re: [Kicad-developers] KICAD_PLUGIN for libraries/components (pcbnew)

2012-04-13 Thread Miguel Angel Ajo Pelayo
name? -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers

Re: [Kicad-developers] New job.

2012-04-17 Thread Miguel Angel Ajo Pelayo
/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers

Re: [Kicad-developers] You wanted multipage PDFs...

2012-05-03 Thread Miguel Angel Ajo Pelayo
Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https

Re: [Kicad-developers] Looking for volunteers for the website

2012-05-04 Thread Miguel Angel Ajo Pelayo
/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad

Re: [Kicad-developers] Kicad scripting progress :-)

2012-05-05 Thread Miguel Angel Ajo Pelayo
for registering our new class into the C++ part, so we can can list and use them later on some wx interface. 2012/5/2 Wayne Stambaugh stambau...@verizon.net On 5/2/2012 12:32 PM, Dick Hollenbeck wrote: On 05/01/2012 04:35 PM, Miguel Angel Ajo Pelayo wrote: 2012/5/1 Dick Hollenbeckd

Re: [Kicad-developers] Kicad scripting progress :-)

2012-05-05 Thread Miguel Angel Ajo Pelayo
we should see the resulting module on the right. 2012/5/5 Dick Hollenbeck d...@softplc.com On 05/05/2012 08:55 AM, Miguel Angel Ajo Pelayo wrote: Thank you too Wayne, It's nice to team up with you all :-) I have a little prototype of the footprint wizards, for which I should

Re: [Kicad-developers] Kicad scripting progress :-)

2012-05-05 Thread Miguel Angel Ajo Pelayo
woops, where I said plugins.i I meant: http://bazaar.launchpad.net/~miguelangel-r/kicad/scripting/revision/3478#scripting/kicadplugins.i sorry :) 2012/5/5 Miguel Angel Ajo Pelayo miguelan...@nbee.es I'm going further, my plan is not only to make PLUGIN accesible from python, that's the first

[Kicad-developers] Question for the UI experts: best way to work with PCB_BASE_FRAME?

2012-05-05 Thread Miguel Angel Ajo Pelayo
using wxformbuilder, and then put a little PCB_BASE_FRAME somewhere? :-) Greetings, Mike -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad

Re: [Kicad-developers] Question for the UI experts: best way to work with PCB_BASE_FRAME?

2012-05-05 Thread Miguel Angel Ajo Pelayo
hmm, I see PCB_BASE_FRAME has a lot of pure virtual methods, I wonder if I could create a wxformbuilder class, and then subclass both PCB_BASE_FRAME and the wxformbuilder class... :-) 2012/5/5 Miguel Angel Ajo Pelayo miguelan...@nbee.es I'm working on a little UI that's very similar

Re: [Kicad-developers] Kicad scripting progress :-)

2012-05-06 Thread Miguel Angel Ajo Pelayo
2012/5/6 Dick Hollenbeck d...@softplc.com On 05/05/2012 03:32 PM, Miguel Angel Ajo Pelayo wrote: I'm going further, my plan is not only to make PLUGIN accesible from python, that's the first stone, and a good one. Shortly after PCB_IO starts to firm up, it should be pretty easy

Re: [Kicad-developers] Kicad scripting progress :-)

2012-05-06 Thread Miguel Angel Ajo Pelayo
of this is the Python2x.dll dependency in windows / mac, where I might need some help. 2012/5/5 Dick Hollenbeck d...@softplc.com mailto: d...@softplc.com mailto:d...@softplc.com mailto:d...@softplc.com On 05/05/2012 08:55 AM, Miguel Angel Ajo Pelayo

Re: [Kicad-developers] KiCad library format

2012-05-08 Thread Miguel Angel Ajo Pelayo
: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo

Re: [Kicad-developers] KiCad library format

2012-05-09 Thread Miguel Angel Ajo Pelayo
Hehehe, thanks for the tip Lorenzo :-) 2012/5/9 Lorenzo Marcantonio l.marcanto...@logossrl.com On Wed, May 09, 2012 at 12:13:47AM +0200, Miguel Angel Ajo Pelayo wrote: I've put the SVG drawing in my scripting wishlist, but it seems like a long task, well, in fact, drawing in any format

[Kicad-developers] Users say THANK YOU :)

2012-05-09 Thread Miguel Angel Ajo Pelayo
Not sure if everybody here is subscribed to the user list (I wasn't) This is for the developers: they thank you for the work you're doing: http://tech.groups.yahoo.com/group/kicad-users/message/12353 -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo

Re: [Kicad-developers] Looking for volunteers for the website

2012-05-09 Thread Miguel Angel Ajo Pelayo
http://www.kicad-pcb.org/display/~ajo/2012/05/08/KiCad+Scripting+Branch It seems that it will let us make our own kicad-related blogs :-) 2012/5/8 Miguel Angel Ajo Pelayo miguelan...@nbee.es more life :D, I'm gratefully surprised :-) http://www.kicad-pcb.org/pages

Re: [Kicad-developers] Looking for volunteers for the website

2012-05-09 Thread Miguel Angel Ajo Pelayo
woops, permissions were wrong, now the URL can be opened :-) 2012/5/9 Miguel Angel Ajo Pelayo miguelan...@nbee.es http://www.kicad-pcb.org/display/~ajo/2012/05/08/KiCad+Scripting+Branch It seems that it will let us make our own kicad-related blogs :-) 2012/5/8 Miguel Angel Ajo Pelayo

Re: [Kicad-developers] [PATCH] Type refactoring - needs *extensive* testing

2012-05-09 Thread Miguel Angel Ajo Pelayo
-- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help

Re: [Kicad-developers] [PATCH] Type refactoring - needs *extensive* testing

2012-05-09 Thread Miguel Angel Ajo Pelayo
It's fully understood, but for a first patch it was fast anyway! I cannot allocate any more time for testing it right now, but wanted to say: I like it :D 2012/5/9 Lorenzo Marcantonio l.marcanto...@logossrl.com On Wed, May 09, 2012 at 01:52:52PM +0200, Miguel Angel Ajo Pelayo wrote: Good

Re: [Kicad-developers] Graphics Limits … Windows CAIRO

2012-05-10 Thread Miguel Angel Ajo Pelayo
://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https

[Kicad-developers] SetPosition to SetPos0

2012-05-10 Thread Miguel Angel Ajo Pelayo
:-) then if I do the same, but instead if saving, I try to visualize it in the board, I get the opposite: a) I get all pads at (0,0) for the pos0 case, and b) well positioned for position case. What's the exact idea of those 2 positions? -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52

Re: [Kicad-developers] SetPosition to SetPos0

2012-05-10 Thread Miguel Angel Ajo Pelayo
): self.SetStart(start) self.SetStart0(start) self.SetEnd(end) self.SetEnd0(end) } } 2012/5/10 Miguel Angel Ajo Pelayo miguelan...@nbee.es I have an issue, and yet couldn't understand the real difference

Re: [Kicad-developers] SetPosition to SetPos0

2012-05-10 Thread Miguel Angel Ajo Pelayo
PM, Miguel Angel Ajo Pelayo wrote: I have an issue, and yet couldn't understand the real difference. a) If I set a pad (in module, in board) position,and save it to disk (brd or .mod), then the pad position won't get saved. b) If I set a pad (in module, in board) pos0, and save

Re: [Kicad-developers] [PATCH] Reworking patchlets, first issue

2012-05-11 Thread Miguel Angel Ajo Pelayo
-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net

Re: [Kicad-developers] [PATCH] Reworking patchlets, first issue

2012-05-11 Thread Miguel Angel Ajo Pelayo
never tried it. May be launchpad has something to do automated tests on build? The advantage in doing these small patches is that's relatively easy (like bzr bisect IIRC) to pinpoint where shit happened... Oh, didn't know that bzr had bisect too :-) nice! :) -- Miguel Angel Ajo Pelayo http

Re: [Kicad-developers] Looking for volunteers for the website

2012-05-12 Thread Miguel Angel Ajo Pelayo
. Also, please consider that I'm not an English native speaker, so my writing may need some touch ups ;) Greetings, Mike 2012/5/9 Miguel Angel Ajo Pelayo miguelan...@nbee.es woops, permissions were wrong, now the URL can be opened :-) 2012/5/9 Miguel Angel Ajo Pelayo miguelan...@nbee.es

[Kicad-developers] Preview of the footprint wizard / scripting branch

2012-05-13 Thread Miguel Angel Ajo Pelayo
, but python is everywhere, and the result looks powerful :-) Cheers, Mike -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers

Re: [Kicad-developers] Looking for volunteers for the website

2012-05-14 Thread Miguel Angel Ajo Pelayo
Miguel Angel Ajo Pelayo miguelan...@nbee.es And a developer space, with the doxygen links, and SWEET doxygen from the /new part of testing. http://www.kicad-pcb.org/display/DEV/KiCad+Development I've put a little list of the things we're doing, but I'm not aware of everything, so please feel

Re: [Kicad-developers] Patch: Don't force modal dialog on creating a new file

2012-05-14 Thread Miguel Angel Ajo Pelayo
Post to : kicad-developers@lists.**launchpad.netkicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-**developershttps://launchpad.net/~kicad-developers More help : https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp -- Miguel Angel

Re: [Kicad-developers] Patch: Don't force modal dialog on creating a new file

2012-05-15 Thread Miguel Angel Ajo Pelayo
-developers More help : https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post

Re: [Kicad-developers] Project templates (related to the modal dialog thread)

2012-05-15 Thread Miguel Angel Ajo Pelayo
2012/5/15 Brian Sidebotham brian.sidebot...@gmail.com On 15 May 2012 09:33, Miguel Angel Ajo Pelayo miguelan...@nbee.es wrote: Hi Brian Edwin, I like Brian's proposal as it's right now, because it's quite simple to start and make, and I also feel that the scripting part isn't

Re: [Kicad-developers] Project templates (related to the modal dialog thread)

2012-05-15 Thread Miguel Angel Ajo Pelayo
/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad

[Kicad-developers] script-aligning-blocks :)

2012-05-17 Thread Miguel Angel Ajo Pelayo
Probably it could be even more automated, but it looks good as a first experiment: http://www.kicad-pcb.org/display/~ajo/2012/05/17/Keeping+your+blocks+aligned+with+scripting That saved me a lot of time -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo

Re: [Kicad-developers] script-aligning-blocks :)

2012-05-17 Thread Miguel Angel Ajo Pelayo
It would be even better if I could copy my track layout when it done, I'm going to sleep before I feel tempted to try it, it doesn't seem to be a trivial problem to solve. :) 2012/5/18 Miguel Angel Ajo Pelayo miguelan...@nbee.es Probably it could be even more automated, but it looks good

Re: [Kicad-developers] script-aligning-blocks :)

2012-05-18 Thread Miguel Angel Ajo Pelayo
, Miguel Angel Ajo Pelayo wrote: That saved me a lot of time You're lucky you have so much board space :D usually I have to stretch/merge/join my blocks so they are one nothing like the other:P Also using resistor/capacitor/TVS/transistor arrays breaks the game. Anyway good showcase

Re: [Kicad-developers] Kicad-gal and OpenGL supported version under Mingw ( was Plotting/fabricating in nanometers)

2012-05-18 Thread Miguel Angel Ajo Pelayo
-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https

Re: [Kicad-developers] script-aligning-blocks :)

2012-05-18 Thread Miguel Angel Ajo Pelayo
l.marcanto...@logossrl.com On Fri, May 18, 2012 at 08:34:45AM +0200, Miguel Angel Ajo Pelayo wrote: Yes, It's just a little board -yet-, Component arrays make blocks more complicate, I tend not to use them (unless for buses). But sometimes you just need them (cost constraining...) Just

Re: [Kicad-developers] About today bzr update

2012-05-18 Thread Miguel Angel Ajo Pelayo
50% slower..., it's nice because you'll save a lot of screen space with the mac-style menus, but.. I switched back to XFCE4 after some months of unity... -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list

Re: [Kicad-developers] Future of 3D models in KiCAD

2012-05-27 Thread Miguel Angel Ajo Pelayo
://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad

Re: [Kicad-developers] Future of 3D models in KiCAD

2012-05-28 Thread Miguel Angel Ajo Pelayo
___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype

Re: [Kicad-developers] Fwd: Membership request

2012-06-11 Thread Miguel Angel Ajo Pelayo
___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http

Re: [Kicad-developers] Project templates (related to the modal dialog thread)

2012-06-11 Thread Miguel Angel Ajo Pelayo
-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo

Re: [Kicad-developers] Fwd: Membership request

2012-06-11 Thread Miguel Angel Ajo Pelayo
. -- *From:* Miguel Angel Ajo Pelayo miguelan...@nbee.es *To:* Dick Hollenbeck d...@softplc.com *Cc:* KiCad Developers kicad-developers@lists.launchpad.net *Sent:* Monday, June 11, 2012 10:05 AM *Subject:* Re: [Kicad-developers] Fwd: Membership request I've been thinking about to ask

Re: [Kicad-developers] pcb module import is broken with nano build...

2012-06-12 Thread Miguel Angel Ajo Pelayo
Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https

Re: [Kicad-developers] Clearance and rounding in kicad-nano

2012-06-20 Thread Miguel Angel Ajo Pelayo
: https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad

Re: [Kicad-developers] Clearance and rounding in kicad-nano

2012-06-21 Thread Miguel Angel Ajo Pelayo
. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34

Re: [Kicad-developers] Why ALL capital letters for classes and typedefs

2012-06-23 Thread Miguel Angel Ajo Pelayo
-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net

Re: [Kicad-developers] New kicad-testing-committer member

2012-06-25 Thread Miguel Angel Ajo Pelayo
://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net

Re: [Kicad-developers] New kicad-testing-committer member

2012-06-25 Thread Miguel Angel Ajo Pelayo
://help.launchpad.net/ListHelp ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo

Re: [Kicad-developers] Simplified vias patch proposal

2012-06-26 Thread Miguel Angel Ajo Pelayo
___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25

Re: [Kicad-developers] New kicad-testing-committer member

2012-06-26 Thread Miguel Angel Ajo Pelayo
: https://help.launchpad.net/ListHelp -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https

Re: [Kicad-developers] New kicad-testing-committer member

2012-06-26 Thread Miguel Angel Ajo Pelayo
Thanks Jean Pierre, Fabrizio and Alexander,it's a pleasure to work with you :-) 2012/6/25 Alexander Lunev al.lu...@yahoo.com Thank you for your contribution :) -- *From:* Miguel Angel Ajo Pelayo miguelan...@nbee.es *To:* Edwin van den Oetelaar

Re: [Kicad-developers] Panelization of PCB

2012-06-27 Thread Miguel Angel Ajo Pelayo
-- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More

Re: [Kicad-developers] Simplified vias patch proposal

2012-06-28 Thread Miguel Angel Ajo Pelayo
2012/6/28 Lorenzo Marcantonio l.marcanto...@logossrl.com On Thu, Jun 28, 2012 at 02:50:51PM +0200, Miguel Angel Ajo Pelayo wrote: *this can cause trouble at manufacturing if not well handled but it's a good way to reduce parasitic impedance*. You need to make sure that solder paste stays

[Kicad-developers] You will like this stats eagle pcb vs kicad ;)

2012-06-29 Thread Miguel Angel Ajo Pelayo
http://www.google.com/trends/?q=kicad,+eagle+pcbctab=0geo=alldate=allsort=0 -- Miguel Angel Ajo Pelayo http://www.nbee.es +34 636 52 25 69 skype: ajoajoajo ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers

  1   2   3   >