Re: [Kicad-developers] [Bug 1545468] Re: CK1202_V1.pcb: distribution of non-free file in examples

2016-02-22 Thread Alexander Lunev
for regression testing in case of pcad2kicad source code modification/enhancement. Best regards,Alexander. On Monday, February 22, 2016 10:41 PM, jp charras wrote: Le 22/02/2016 20:07, Alexander Lunev a écrit : > Hi all, I do not fully understand why this file should be removed. >

Re: [Kicad-developers] Static initialization order fiasco

2014-04-13 Thread Alexander Lunev
> Probably won't let you know.  Instead we'll just fix them. OK. Thanks. On Sunday, April 13, 2014 1:43 AM, Dick Hollenbeck wrote: On 04/12/2014 02:56 PM, Alexander Lunev wrote: > This week I tried to build recent revisions of KiCad. Every attempt I built > them,

[Kicad-developers] Static initialization order fiasco

2014-04-12 Thread Alexander Lunev
This week I tried to build recent revisions of KiCad. Every attempt I built them, Pcbnew fell with segmentation fault. I tried different versions of wxWidgets with different options. It did not help. It was especially strange because other developers told me that they can build and run the same

Re: [Kicad-developers] About the new Pl_Editor tool.

2013-07-22 Thread Alexander Lunev
EESchema crashes: cmake ../ -DKICAD_GOST=ON -DCMAKE_BUILD_TYPE=Debug -DwxWidgets_USE_DEBUG=ON -DKICAD_TESTING_VERSION=ON a-lunev@debian-notebook:~/bzr/kicad/Debug/eeschema$ ./eeschema  10:24:05: Debug: Adding locale lookup path: /usr/local/share/kicad/internat ../src/common/filefn.cpp(251): as

Re: [Kicad-developers] /include/xnode.h giving warnings

2013-06-13 Thread Alexander Lunev
In line 121. I'm sorry, I had too little sleep last night. From: Alexander Lunev To: KiCad Developers Sent: Thursday, June 13, 2013 12:46 PM Subject: Re: [Kicad-developers] /include/xnode.h giving warnings Yes, it's my fault. Would somebody wi

Re: [Kicad-developers] /include/xnode.h giving warnings

2013-06-13 Thread Alexander Lunev
Yes, it's my fault. Would somebody with a write access add 'return' in line 118 of xnode.h? Best regards, Alexander From: Edwin van den Oetelaar To: KiCad Developers Sent: Thursday, June 13, 2013 11:28 AM Subject: [Kicad-developers] /include/xnode.h giving wa

[Kicad-developers] [PATCH] - an issue with pcad2kicadpcb conversion of stand-alone text objects

2013-06-12 Thread Alexander Lunev
Fixed not working pcad2kicadpcb conversion of stand-alone text objects. The bug was introduced in rev. 3681 of pcad2kicad branch (applied S-expressions DSNLEXER to load P-Cad ASCII files). The patch is against revision 4208 of lp:kicad branch. === modified file 'common/wildcards_and_files_ext.cpp'

[Kicad-developers] License mismatch

2013-05-22 Thread Alexander Lunev
For some reason, the license in COPYRIGHT.txt differs from license in most of KiCad source files, including menu: Help->About...->License. COPYRIGHT.txt has LGPL ver.2 text. This has confused me once again. Alexander___ Mailing list: https://launchpa

Re: [Kicad-developers] The developer mailing list did not work in my case

2013-05-15 Thread Alexander Lunev
"Note: we have feedback from users/developers only for the Eagle importer." I have got that feedback. Users/developers communicate with me directly. If pcad2kicadsch was in lp:kicad, I think they would send reports to the developer mailing list instead. My resentment is not about "lp:kicad/st

[Kicad-developers] The developer mailing list did not work in my case

2013-05-14 Thread Alexander Lunev
thing! > Is it required to have a different homepage for pcad2kicad? > May be better to integrate it directly in to the KiCad? > ... > Igor Plyatov Would anybody object if PCAD to KiCad converter were integrated to KiCad? Alexander Lunev" 2) Dick Hollenbeck wrote: "No

Re: [Kicad-developers] P-Cad plug-in

2012-07-03 Thread Alexander Lunev
can neither write it back nor save it in a new place in KiCad format. On the other hand, I could use not 100% accurate converter and save the result in KiCad format. This would allow me to move forward. Best regards, Alexander Lunev From: Dick Hollenbeck To

Re: [Kicad-developers] P-Cad plug-in

2012-06-30 Thread Alexander Lunev
original (heterogeneous) CAD. Do I understand you right concerning 'in situ'? Best regards, Alexander Lunev From: Dick Hollenbeck To: kicad-developers@lists.launchpad.net Sent: Wednesday, June 27, 2012 2:13 AM Subject: Re: [Kicad-developers] P-Ca

[Kicad-developers] P-Cad plug-in

2012-06-26 Thread Alexander Lunev
, Alexander Lunev ___ 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

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

2012-06-25 Thread Alexander Lunev
Thank you for your contribution :) From: Miguel Angel Ajo Pelayo To: Edwin van den Oetelaar Cc: kicad-developers@lists.launchpad.net Sent: Monday, June 25, 2012 9:23 PM Subject: Re: [Kicad-developers] New kicad-testing-committer member Thanks Edwin, someti

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

2012-06-22 Thread Alexander Lunev
. Alexander Lunev From: jean-pierre charras To: kicad-developers@lists.launchpad.net Sent: Friday, June 22, 2012 8:44 PM Subject: Re: [Kicad-developers] Why ALL capital letters for classes and typedefs Le 22/06/2012 10:16, Lorenzo Marcantonio a écrit : > On Fri,

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

2012-06-22 Thread Alexander Lunev
The KiCad coding style policy contains the requirement: "Class, typedef, enum, name space, and macro names should be comprised of all capital letters." My question is why should CLASSES and TYPEDEFs be comprised of ALL capital letters? What is the reason for that? The most common convention that

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

2012-06-21 Thread Alexander Lunev
wrote: > ... > We have a big dependency to a closed software because of freerouter. If > Alfon shuts > it down at any time, for any reason, and we have lost "our basic > skills..." then you couldn't route.  absolutely agree. From: Miguel Angel Ajo Pelayo To:

Re: [Kicad-developers] It's me or pcbnew sucks a lot of cpu?

2012-06-13 Thread Alexander Lunev
Just starting results in 0% CPU loading in my case: Build: (2012-06-02 BZR 3592)-stable wxWidgets 2.8.12 Debian release 6.0.5 (squeeze) Kernel Linux 2.6.32-5-amd64 From: Lorenzo Marcantonio To: Kicad Developers Sent: Wednesday, June 13, 2012 1:44 PM Subject:

Re: [Kicad-developers] Fwd: Membership request

2012-06-11 Thread Alexander Lunev
see your p-cad plugin branch, how is it going, it's a good thing :-) 2012/6/10 Dick Hollenbeck >Hi. Would you add me to the team? >-- >This message was sent from Launchpad by >Alexander Lunev (https://launchpad.net/~al-lunev) >using the "Contact this team's admin