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 2539 - 2568 of 3677   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2539
... What, I am confused. Are there are C++ compilers out there that meet these criteria: 1) Don't handle exceptions 2) We want to use them That would be an...
Dick Hollenbeck
dickelbeck
Offline Send Email
May 1, 2009
11:21 am
2540
... Matt, Thanks for the patch. It looks pretty good. I have two suggestions: 1) change your two while loops to for loops: for( TRACK* track =...
Dick Hollenbeck
dickelbeck
Offline Send Email
May 1, 2009
11:33 am
2541
... Marco, Did this get in yet? Dick...
Dick Hollenbeck
dickelbeck
Offline Send Email
May 1, 2009
11:34 am
2542
... Me too. I know, we could create a new C++ standard and have twenty different compiler interpretations of that standard. On second thought, why bother no...
Wayne Stambaugh
stambaughw
Offline Send Email
May 1, 2009
12:52 pm
2543
... There is minimal wxWidgets stuff in the specctra code, intentionally. I figured somebody would want to hi-jack it for another project some day. wxWidgets...
Dick Hollenbeck
dickelbeck
Offline Send Email
May 1, 2009
9:38 pm
2544
... I don't share your enthusiasm for these two containers. There is little standard about C++ if <vector> is not. In fact I would even disagree with you....
Dick Hollenbeck
dickelbeck
Offline Send Email
May 1, 2009
9:45 pm
2545
... Well I came back here and see that I said nothing about C++ list. If the object being put on a list is an object derived from our base_struct, then we...
Dick Hollenbeck
dickelbeck
Offline Send Email
May 1, 2009
11:29 pm
2546
... Mirrored printing would work fine, except my printer driver doesn't support it. Exporting and panelizing/mirroring in external programs or by hand would...
Matt Wright
ausinine
Offline Send Email
May 2, 2009
1:40 am
2547
... Oh, wait.. I get what you mean now. Yeah, the Mirror option in the print dialog would have worked in this situation - I have no idea how I managed to miss...
Matt Wright
ausinine
Offline Send Email
May 2, 2009
2:03 am
2548
... << snipped >> ... I can appreciate not wanting your code hi-jacked. ... I think wxWidgets has gone beyond just being a UI. There is a lot of non-UI...
Wayne Stambaugh
stambaughw
Offline Send Email
May 2, 2009
12:20 pm
2549
... I am not enthusiastic about using these containers either. I would much rather use the standard C++ libraries as long as I don't get bit by portability...
Wayne Stambaugh
stambaughw
Offline Send Email
May 2, 2009
12:32 pm
2550
... The code I fixed in CVPcb was not base_struct derived. It was yet another previous/next pointer implementation that was handled by inline code. I am...
Wayne Stambaugh
stambaughw
Offline Send Email
May 2, 2009
12:47 pm
2551
... Sorry, I was not clear. I anticipated, and intentionally hoped to facilitate the code's reuse by keeping it relatively pure of wxWidgets specific candy....
Dick Hollenbeck
dickelbeck
Offline Send Email
May 2, 2009
7:46 pm
2552
Nice job Matt. Committed thanks....
Dick Hollenbeck
dickelbeck
Offline Send Email
May 2, 2009
7:59 pm
2553
... It happens :) Anyway, Inkscape works if you use PostScript plot output. In that case Inkscape is just copy-pasting stuff withiout any translation in ...
Vesa Solonen
vsolonen@...
Send Email
May 3, 2009
8:37 pm
2554
Is there any way to do a block rotation in EESchema? Thanks...
seenath_punnakkal
seenath_punn...
Offline Send Email
May 4, 2009
5:46 pm
2555
Hi, My name is Damien RANNOU, I'm a hardware and software developer in a French company, and I use kicad since 3 years ago (I was using it in a french robotic...
Damien RANNOU
damien.rannou@...
Send Email
May 5, 2009
3:00 pm
2556
... I get them in, thank you Dick & Jean-Pierre :)...
Marco Serantoni
emmedics4
Offline Send Email
May 5, 2009
5:15 pm
2557
... not really .. XML is just a syntax. The syntax doesn't really matter. You could just as well choose C-like, Ada-like, Lisp-like, or whatever. What...
al davis
atdzzzz
Offline Send Email
May 6, 2009
4:50 am
2558
What I was thinking, is using a library that made for us the syntax work, that's why I was thinking about XML, which is very used, well known, and very easy to...
Damien RANNOU
damien.rannou@...
Send Email
May 6, 2009
9:18 am
2559
I mean... clicking OK in the dialog for setting the grid side nothing happens! (In fact the event handler in set_grid.cpp is sadly empty...) Maybe something to...
Lorenzo
lomarcan77
Offline Send Email
May 6, 2009
3:34 pm
2560
... When I clean up, I'm really thorough ;) I'll fix it as soon as I get a chance. Wayne...
Wayne Stambaugh
stambaughw
Offline Send Email
May 6, 2009
5:52 pm
2561
Damien RANNOU Why don't you start by searching this list for all previous discussions on file formats. Then you would know what people think, and it would not...
Dick Hollenbeck
dickelbeck
Offline Send Email
May 7, 2009
5:41 pm
2562
... This sounds like you created a bug, not found a bug. ... It is good to know where you are going before you begin your trip. I agree that the file format...
Dick Hollenbeck
dickelbeck
Offline Send Email
May 7, 2009
5:48 pm
2563
Yeah sorry about that, this was just a suggestion. I'm trying to fix it ! ... -- Damien RANNOU ... www.diateam.net Diateam 41, rue Yves Collet 29200 BREST...
Damien RANNOU
damien.rannou@...
Send Email
May 8, 2009
11:03 am
2564
... What about putting \n in the text that you are saving? so that if you load the file into a text editor, you actually see \n For example: here is the first...
Dick Hollenbeck
dickelbeck
Offline Send Email
May 8, 2009
10:42 pm
2565
Svn rev 1753 introduced the use of BOOST_REVERSE_FOREACH in cvframe.cpp Unfortunately this does not build on my Ubuntu 8.04 machine which is still stuck with...
hvontres@...
hvontres...
Offline Send Email
May 9, 2009
5:06 am
2566
... I knew this would eventually be an issue. It appears that I will be one who has to raise the question. What should be the minimum version of Boost that...
Wayne Stambaugh
stambaughw
Offline Send Email
May 9, 2009
1:28 pm
2567
... I just updated boost on my dev PC. I don't think it is unreasonable to require developers to have certain minimum versions of the libraries KiCad rely's...
Brian Sidebotham
briansidebotham
Offline Send Email
May 9, 2009
4:53 pm
2568
... Brian, I missed the Boost version in COMPILING.TXT. Obviously, I would prefer to bump the Boost version 1.36. Not just because I don't want to change the...
Wayne Stambaugh
stambaughw
Offline Send Email
May 9, 2009
5:13 pm
Messages 2539 - 2568 of 3677   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