What is the thinking regarding displaying all the *.sch files in the main kicad project tree panel? The latest source code does this. Yet when I click on one...
Would you like to add more hotkeys like the ones in the diff? Eric Index: hotkeys.cpp ... +++ hotkeys.cpp (working copy) @@ -40,6 +40,8 @@ if ( hotkey == 0 )...
As I have time, I would like to add a series of new Search functions to class BOARD. These would be developed and not initially be used until they are...
Hi everyone, we are currently looking into several EDA suites as a potential base for a new software we are developing. It will essentially be an extremely...
Hi Andre, Unlike a business, an open source project does not have a team of salesmen. Therefore, no one is likely to step up and say, "please use us!"...
Jean-Pierre Today I released the visitor design pattern to the project. googling I found this, but there's more out there, and our's is cooler than this one: ...
I looked into the existing python support today. It did not seem complete, and unless I don't understand something, it was less than 15% complete. So I ask: ...
I really want scripting support! It can be Python or any other scrip language, probably not that important to the user what script language KiCAD uses. The...
_._,___ ... Well, I didn't have time to submit it to svn sorry :) ... Yes, I am on it ... Yes, but that's not a concern ... Not true boost.python is...
DELIZY Florian
florian.delizy@...
Aug 12, 2007 10:37 am
488
This decision is an important one. Given the fact that the only two people that have looked into the matter are not in harmonious agreement, I would advise...
... It's a bit too late it *is* already in the code ... ... About a day or two reading all their doc, looking for what I needed, asking people but it still...
DELIZY Florian
florian.delizy@...
Aug 12, 2007 5:23 pm
490
If we do the Python binding well, then the features that it adds are so compelling that I think the Python support gets to where it is no longer optional. If...
I agree. I've used SWIG in a large C++ program with embedded python, and it was mostly not worth the effort; we had to keep around some perl scripts to make...
http://pysvn.tigris.org/ The above project is an example of what we are talking about, something like this architectural stack: Python + wxPython -> PyCXX ->...
It looks to me like there is some support to have eeschema talk to pcbnew. 1) How does this work, where is the documentation on this support? 2) Does the...
... well, it's not that big (you don't have to embeed the whole boost to get boost.python only) ... Lua is good, but it lacks the object model, and that's much...
Nevermind, I found it the existing support in the code. For now, I like the socket based approach in there. DBUS can be considered in the future if we go way...
Hi Dick, thanks a lot for your many thoughts and pointers on this. And sorry for striking a somewhat business-like tone. I'm always kinda careful when I am...
Hello! ... Please, look at http://kicad.sourceforge.net/wiki/index.php/Wish_List If you want something else, write me more detailed. -- Igor Plyatov...
... Java is fast enough at runtime that you could do the whole project in Java, duplicating the object model that you might find in the C++ object storage...
No. But after a text file or webpage or spreadsheet or email table is made consisting of three columns: program and hotkey and feature. Then this table should...
... We are trying to get there. Igor is looking for a volunteer that would manage the released file sets there. We feel this is necessary because: 1) The...
Given the date, I'd say JP Charras is in vacation :)...
DELIZY Florian
florian.delizy@...
Aug 15, 2007 3:17 pm
510
I am using kicad for more than two years now so i managed to see how is development done. I made some small contribution too. IMHO you are heading in the...