Search the web
Sign In
New User? Sign Up
kicad-devel · Kicad Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 226 - 257 of 3684   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
226
I am getting a crash in PCBnew (Kicad RC_1272007 recent off FTP linux) when I have tried to export HPGL Files. 32bit Ubuntu linux/FluxBox 6.10 on 2.6ghz AMD64...
Logan Hedin
loganhedin
Offline Send Email
Apr 4, 2007
7:43 pm
228
I've been using Kicad for my into to electronics class and find it a very helpful tool... thanks to all the devs for the hard work! Last night, I found a minor...
Josh Harding
theamigo42
Offline Send Email
Apr 10, 2007
5:46 pm
229
Hallo, is there possibility to include only library name(s) to schematic file? The problem is, that there is (for now) stored absolute path in file so when I...
Ask me
strangernh
Offline Send Email
Apr 18, 2007
9:39 am
230
Le Wed, 18 Apr 2007 09:36:14 -0000 ... AFAIK, there is no such possibility within the graphical interface, unfortunately. But I have successfully used relative...
Stéphane Goujet
stephane.goujet@...
Send Email
Apr 18, 2007
3:30 pm
231
Hallo, see below: ... I know that this is a solution, but by mens of this you just solve result, not cause. What I wanted to say is, that storing library path...
Milan Horák
strangernh
Offline Send Email
Apr 18, 2007
8:15 pm
232
Here is a patch to add the base of Python binding to kicad ( I am still working on it), it applies on the last stable kicad release. Please let me know your...
Florian Delizy
goutnet
Offline Send Email
Apr 18, 2007
8:42 pm
233
Here is the (final?) version of this patch, for now Kicad with minor fixes, next patches will stack on it. At kicad start time, python scripts are executed in...
Florian Delizy
goutnet
Offline Send Email
Apr 19, 2007
6:49 pm
234
This patch adds a Run Python Script button in kicad (stack on preceding python-support patch) python patch#2 ... bitmaps/icon_python.xpm | 107 ...
Florian Delizy
goutnet
Offline Send Email
Apr 19, 2007
7:36 pm
235
... Wonderful !!! But where is a patch ? Bye Devid...
devid_spagni
Offline Send Email
Apr 20, 2007
8:08 pm
236
... Hum, I received it from the ML but here it is again ... (I attached both the first and the second one, apply first python-support then py-runscript) BTW, I...
Florian Delizy
goutnet
Offline Send Email
Apr 20, 2007
10:02 pm
237
... ok, seems that the ML does not keep attached files, so, if somebody wants those patches, please email me to one of the following emails : ...
Florian Delizy
goutnet
Offline Send Email
Apr 20, 2007
10:15 pm
238
Just a question. Are all the patches and other bells and whistles, being applied to us Windoze users or is this a linux thing. If these things are being...
william ehlers
williamehler...
Offline Send Email
Apr 20, 2007
10:39 pm
239
Hi William You are not right. Xilinx ISE available for Linux. We use this tools last year. It works well. Our OS - Suse 10.1, 10.2, Debian Etch With my best...
Dmitri Belimov
pitman716
Offline Send Email
Apr 20, 2007
10:54 pm
240
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the kicad-devel group. File :...
kicad-devel@yahoogrou...
Send Email
Apr 21, 2007
12:56 am
241
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the kicad-devel group. File :...
kicad-devel@yahoogrou...
Send Email
Apr 21, 2007
12:56 am
242
Don't buy a Windows C compiler (especially not MS Visual C++ - it really sucks goats) Take a look at MinGw, this allows you to run the free best-in-the-world...
terrastudios
Offline Send Email
Apr 21, 2007
7:51 am
243
I resend this patch, since it was not properly applying (dos2unix problems) ... 3d-viewer/makefile.gtk | 1 3d-viewer/makefile.include | 2 common/edaappl.cpp |...
DELIZY Florian
florian.delizy@...
Send Email
Apr 21, 2007
12:34 pm
244
I am adding one by one my patches in the Files section of the yahoo group, in folder : python support patches (&co) Please have a look (I'll send a notice on...
goutnet
Offline Send Email
Apr 21, 2007
9:21 pm
245
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the kicad-devel group. File : /python...
kicad-devel@yahoogrou...
Send Email
Apr 22, 2007
12:29 am
246
3rd python support patch This patch adds the multiple file handling ability to Kicad, from now on all files included in the project directory are shown in the...
DELIZY Florian
florian.delizy@...
Send Email
Apr 22, 2007
12:30 am
247
4th patch: module handling This patch adds the python module handling to pyhandler.cpp to create a binding, just create a C global scope function, in which you...
DELIZY Florian
florian.delizy@...
Send Email
Apr 22, 2007
6:14 pm
248
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the kicad-devel group. File : /python...
kicad-devel@yahoogrou...
Send Email
Apr 22, 2007
6:16 pm
249
5th python patch: Event Handling This patch adds the following Python Functions: common.RegisterCallback ( 'key', func ): registers func ( def func( param ) )...
DELIZY Florian
florian.delizy@...
Send Email
Apr 22, 2007
11:10 pm
250
6th patch This patch adds the ability to create, rename, delete files from the project editor new events are also bound to Python: kicad::RenameFile => the...
Florian Delizy
goutnet
Offline Send Email
Apr 23, 2007
7:39 pm
251
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the kicad-devel group. File : /python...
kicad-devel@yahoogrou...
Send Email
Apr 23, 2007
7:43 pm
252
(resend, again due to dos2unix problems) This patch adds the ability to create, rename, delete files from the project editor new events are also bound to...
DELIZY Florian
florian.delizy@...
Send Email
Apr 24, 2007
9:48 pm
253
7th patch: wxPython bind add This patch adds wxPython binding, and some functions, it is now possible to use any wxWidget component from python. (You will need...
DELIZY Florian
florian.delizy@...
Send Email
Apr 26, 2007
9:27 pm
254
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the kicad-devel group. File : /python...
kicad-devel@yahoogrou...
Send Email
Apr 26, 2007
9:47 pm
255
7th patch: wxPython bind add This patch adds wxPython binding, and some functions, it is now possible to use any wxWidget component from python. (You will need...
DELIZY Florian
florian.delizy@...
Send Email
Apr 26, 2007
10:02 pm
257
I am attaching the documentation I wrote about the python binding API in Kicad. This documentation refers to code I didn't sent yet (the patch is not ...
DELIZY Florian
florian.delizy@...
Send Email
Apr 28, 2007
9:50 pm
Messages 226 - 257 of 3684   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help