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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 556 - 588 of 3675   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
556
... As wxGlade is an Open Source/Free Software project it has no inbuilt limit that I am aware of. --Phil....
phil0sphere
Offline Send Email
Sep 4, 2007
2:10 am
558
Hi all, there is a readme file intended to be packed into svn snapshot release. I'm open to your comments and suggestions. <begin> Readme file for SVN snapshot...
Milan Horák
strangernh
Offline Send Email
Sep 6, 2007
8:06 pm
559
Milan, You may want to include it as an HTML file, that way users can hyperlink to the URL I added below. Changes below. Dick ... The ... current,...
Dick Hollenbeck
dickelbeck
Offline Send Email
Sep 6, 2007
8:50 pm
560
It looks like somebody vandalized and erased some pages from the Wiki, and the URL of the offender seems visible here: ...
Dick H.
dickelbeck
Offline Send Email
Sep 6, 2007
8:51 pm
561
... 1) That's not an URL, it's an IP address. 2) It appears only the main page got nuked 3) I've reverted the damage (basically you do a View Page History on...
Philip Pemberton
papemjr
Offline Send Email
Sep 6, 2007
10:57 pm
562
Hi Dick, it looks pretty good and I'll do it as you said. Milan ... hyperlink...
Milan Horák
strangernh
Offline Send Email
Sep 7, 2007
4:57 am
563
Hi, Just for information: I followed these instructions (quite quick to implement) to secure my own wiki against spam: ...
David Bourgeois
jaguar0ndi
Offline Send Email
Sep 7, 2007
7:40 am
564
Hi Latest svn version exit error, but previous version work make -f makefile.gtk g++ -Wall -O2 -I/usr/lib/wx/include/ ...
Nagy László
biglacko4
Offline Send Email
Sep 8, 2007
4:27 pm
565
... from macros.h: #if wxUSE_UNICODE #define CONV_TO_UTF8(wxstring) ((const char*) wxConvCurrent->cWX2MB(wxstring)) #define CONV_FROM_UTF8(utf8string) (...
Dick Hollenbeck
dickelbeck
Offline Send Email
Sep 9, 2007
1:25 am
566
In macros.h all line commented Before this change realised make work fine "2007-sept-6 UPDATE Jean-Pierre Charras <jean-pierre.charras@...> ...
Nagy László
biglacko4
Offline Send Email
Sep 9, 2007
7:00 am
567
make -f makefile.gtk DEBUG=1 make[1]: Entering directory `/diskb/svn/kicad/common' g++ -Wall -g3 -ggdb3 -I/usr/lib/wx/include/gtk2-unicode-debug-2.8 ...
Dick Hollenbeck
dickelbeck
Offline Send Email
Sep 10, 2007
4:29 am
568
... I have fixed this compil problem: it happens only in non unicode (ansi) wxWidgets version. -- Jean-Pierre CHARRAS Maître de conférences Directeur...
jean-pierre charras -...
jeanpierre_c...
Offline Send Email
Sep 10, 2007
6:03 am
569
Thanks problem solved...
Nagy László
biglacko4
Offline Send Email
Sep 12, 2007
6:27 am
570
Hi folks, just want to announce release of first Linux svn snapshot. I hope I'll keep releasing it as often as win32 snapshot :-) Milan...
Milan Horák
strangernh
Offline Send Email
Sep 12, 2007
11:55 am
571
... Thank you Milan. Hopefully you got the latest stuff I committed last night which adds the "multiple items under the mouse support". That new code could...
Dick Hollenbeck
dickelbeck
Offline Send Email
Sep 12, 2007
2:31 pm
572
Hi Dick, it's r251 so all of your stuff is included (win32 snapshot is r250). Milan ... the ... is made....
Milan Horák
strangernh
Offline Send Email
Sep 12, 2007
2:37 pm
573
Dick, I have removed all modifications of the m_StructType member of EDA_BaseStruct in kicad sources. Virtual functions now can be used widely. ...
jean-pierre charras
jeanpierre_c...
Offline Send Email
Sep 13, 2007
12:49 pm
574
Thanks Jean-Pierre, All your recent work looks good, hotkeys, all of it. I hope you can spend some time testing pcbnew on a test board which has overlapping...
Dick Hollenbeck
dickelbeck
Offline Send Email
Sep 13, 2007
6:22 pm
575
Thanks Jean-Pierre, All your recent work looks good, hotkeys, all of it. I hope you can spend some time testing pcbnew on a test board which has overlapping...
Dick Hollenbeck
dickelbeck
Offline Send Email
Sep 13, 2007
6:30 pm
576
I am as sure as I can be that I am speaking on behalf of all of the other developers, and everyone else who is interested in the continued enhancement of...
Geoff Harland
gharlandau
Offline Send Email
Sep 13, 2007
10:32 pm
577
I think that regardless of which political party is holding power at any time, that actually achieving a truly satisfactory level of expenditure on rail...
Geoff Harland
gharlandau
Offline Send Email
Sep 19, 2007
3:38 am
578
Please accept my apologies for the previous message ("Re: The most staggering turnaround"). I thought I had specified the appropriate mailing list before...
Geoff Harland
gharlandau
Offline Send Email
Sep 19, 2007
3:47 am
579
Noticed in commit 265 that a couple of functions have "Hothey" in their names instead of "Hotkey". Cheers, David...
David Bourgeois
jaguar0ndi
Offline Send Email
Sep 20, 2007
7:44 am
580
Dick, What is your problem about Erc and Pwr flag Erc does not know anything about Pwr flag. Pwr flag is just a component with a pin having the "Power Out" ...
jean-pierre charras
jeanpierre_c...
Offline Send Email
Sep 21, 2007
11:49 am
581
I have a simple, 4 part schematic which exhibits the problem. It references a personal library that I made. In that library I have the following component: ...
Dick Hollenbeck
dickelbeck
Offline Send Email
Sep 21, 2007
1:12 pm
582
If I change the single pin name and number in the given GND_EARTH library component from GND to EGND, then the problem goes away. This I think is a bug....
Dick H.
dickelbeck
Offline Send Email
Sep 21, 2007
1:48 pm
583
line 627 of netlist.cpp?...
Dick H.
dickelbeck
Offline Send Email
Sep 21, 2007
2:27 pm
584
... Not a bug. Only the pin name is used. Invisible pins which have the Power In or Power Out electrical caract. are automatically connected. Because your...
jean-pierre charras
jeanpierre_c...
Offline Send Email
Sep 21, 2007
3:15 pm
585
Thank you Jean-Pierre. If it is in the manual, then it is my fault for missing it....
Dick Hollenbeck
dickelbeck
Offline Send Email
Sep 21, 2007
7:44 pm
588
... other developers, and everyone else who is interested in the continued enhancement of KiCad, in saying that Dick Hollenbeck has been doing an excellent job...
Dick H.
dickelbeck
Offline Send Email
Sep 25, 2007
8:01 pm
Messages 556 - 588 of 3675   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