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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2120 - 2149 of 3684   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2120
I agree with you both, Coding style is different taste for everyone. But i think there should be some clear guidelines about the style is used by KiCad...
wafeliron
Offline Send Email
Jan 1, 2009
2:38 pm
2121
... Second that. For function and variable naming especially. Then there are personal tastes for tabs/spaces and more or less spaces. The spaces issue must be...
Vesa Solonen
vsolonen@...
Send Email
Jan 1, 2009
8:55 pm
2122
... Some refinements follow. Jean-Pierre pushed wxGCDC twoliner to tree, so there it hangs. Anyway, it seems impossible to make fractional pixel lines by wxDC,...
Vesa Solonen
vsolonen@...
Send Email
Jan 1, 2009
9:09 pm
2123
... Coding style is one subject. Having a source code map is another. Kicad is a deceptively large project with a lot of lines of code. Even with a good...
Dick Hollenbeck
dickelbeck
Offline Send Email
Jan 2, 2009
4:58 am
2124
... I agree that the linux install could be improved. I would like the installed data tree to be separate from the code tree, optionally. I would like to be...
Dick Hollenbeck
dickelbeck
Offline Send Email
Jan 2, 2009
5:06 am
2125
... I won't use tabs, sorry. So if you want my ca. 12,000 lines of code per year, forget selling tabs here. Wrong project, wrong developer. I recently...
Dick Hollenbeck
dickelbeck
Offline Send Email
Jan 2, 2009
5:52 am
2126
... I started working on the new zoom support and have already committed some initial clean up of the existing zoom code. I have run into some trouble with...
Wayne Stambaugh
stambaughw
Offline Send Email
Jan 2, 2009
1:48 pm
2127
... Using relative paths may be an usable if not a particularly elegant solution. The CMake default installs files using the typical (if there is actually...
Wayne Stambaugh
stambaughw
Offline Send Email
Jan 2, 2009
4:49 pm
2128
... Wayne, Yes I think you have the same understanding of the status quo as I do. But unless I misunderstand you, I do not think your solution addresses the...
Dick Hollenbeck
dickelbeck
Offline Send Email
Jan 4, 2009
10:57 pm
2129
... I misunderstood the problem. I was looking at the problem from installing both the binaries and the data in non-standard location for development purposes...
Wayne Stambaugh
stambaughw
Offline Send Email
Jan 5, 2009
12:45 am
2130
... I like the multiple paths. It is not clear to me what the environment variable brings that a well placed, well designed configuration file does not bring. ...
Dick Hollenbeck
dickelbeck
Offline Send Email
Jan 5, 2009
2:46 am
2131
... I am excited about wxGraphicsContext class. I am not excited about the wxGCDC class. I am not sure I understand the thinking behind wxGCDC. It only...
Dick Hollenbeck
dickelbeck
Offline Send Email
Jan 5, 2009
3:00 am
2132
... Hard coded file is a nice and clean solution under Linux (f.e. /etc/kicad.conf or /etc/kicad/default.conf or even others). As idea if .ini files were...
Manveru
manveru@...
Send Email
Jan 5, 2009
10:29 am
2133
... I think main use of wxGCDC is just adding antialiasing support for old wxDC code. Maybe it is planned to depreciate wxDC interface some day too. ... I'm...
Vesa Solonen
vsolonen@...
Send Email
Jan 5, 2009
11:45 am
2134
... I like your idea about the user specific configuration data. That can be done by choosing a user specific, yet still well known, place to store the master...
Dick Hollenbeck
dickelbeck
Offline Send Email
Jan 5, 2009
2:26 pm
2135
... A single global config file is great for production. I always liked environment variables for development. It's nice to be able to open a shell and set...
Wayne Stambaugh
stambaughw
Offline Send Email
Jan 5, 2009
11:38 pm
2136
... Seems like a reasonable strategy. Everyone gets everything they want. Just have to find time to code it all up, which is always the hard part....
Dick Hollenbeck
dickelbeck
Offline Send Email
Jan 6, 2009
12:25 am
2137
... This will probably be the hardest part. ... I second the no registry motion. I always use config files on Windows. wxWidgets supports config files on...
Wayne Stambaugh
stambaughw
Offline Send Email
Jan 6, 2009
1:22 am
2138
2009/1/6 Wayne Stambaugh <stambaughw@...>: [...] ... wxStandardPaths seems to be nice "no-registry" solution to keep user global and user specific...
Manveru
manveru@...
Send Email
Jan 6, 2009
9:44 am
2139
Hi I have started to code different way of drawing the thermal connections - with tracks not polygons. Because of non enthusiastic response from comunity and...
Rok Markovic
rokmarkov
Offline Send Email
Jan 6, 2009
12:11 pm
2140
... Seems really nice. That system would also allow easy caching for future speed optimizations and great flexibility. ... I've been postponing my work until...
Vesa Solonen
vsolonen@...
Send Email
Jan 6, 2009
2:21 pm
2141
... It would be nice for Jean-Pierre to respond to this. I am unable to comment on the solution because it is not something I have studied. I assume you can...
Dick Hollenbeck
dickelbeck
Offline Send Email
Jan 6, 2009
2:24 pm
2142
... I agree 1000% ... Does not works. If no pads in zone, a lot of filled areas will be missing because they will be detected as insulated islands and removed....
jean-pierre charras -...
jeanpierre_c...
Offline Send Email
Jan 6, 2009
4:43 pm
2143
Hello Vesa! Vesa, you was added to the developers at SF. Please, fill the information about yourself at ...
Igor Plyatov
igor_plyatov
Offline Send Email
Jan 7, 2009
11:06 am
2144
Hi - I'm a new kicad user and new to this group. I'd like to take a look at the block selection code in EEschema. To save some time, could someone point me...
Don
dkdl4w
Offline Send Email
Jan 7, 2009
7:47 pm
2145
... The file is kicad-source-path/common/drawpanel.cpp. The event handler method is OnMouseEvent(). From there you have to trace your way up the stack to the...
Wayne Stambaugh
stambaughw
Offline Send Email
Jan 7, 2009
7:56 pm
2146
... Thanks Wayne :) ~Don...
DK Duncan
dkdl4w
Offline Send Email
Jan 7, 2009
8:19 pm
2147
Hi I have implemented a solution proposed by Jean-Pierre but there is a real problem of determing which point to test to be sure that there is a zone area to...
Rok Markovic
rokmarkov
Offline Send Email
Jan 11, 2009
9:10 am
2148
Hi, There may be something useful in the code of other open source projects. I'm thinking of QUCS and KTECHLAB (both use QT3) both are spice like simulation...
yajeed2000
Offline Send Email
Jan 11, 2009
10:19 am
2149
... I tried compiling kicad with GCC autovectorization enabled, but wasn't able to get much speedup. That's mostly because I didn't compile Boost too I guess....
Vesa Solonen
vsolonen@...
Send Email
Jan 11, 2009
11:25 am
Messages 2120 - 2149 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