Hi, I was just testing RC4 and found that the schemtics symbol editor has no "fields" tab any more on the properties requester/screen. I very much hope that...
In the eeschema preferences the grid color is not saved. Didn't check if in pcbnew it does so... Quick patch to fix it (DARKDARKGRAY is MY default :P): Index:...
Hi Heiko, The "fields" in libedit are now in "T" icon, beside old properties icon. Ps: too can ativate by double click in component on eesquema. []´s Renie...
Hi Jean-Pierre, In news RC´s are missing .pdf files of portuguese translation, the old files (kicad.pdf, Cvpcb.pdf etc.) don´t present in RC´s, only the...
Hi Renie, Thanks for the hint, found it. What a relief. The list view is actually so much better than the old style, it's almost a full library parameter...
I am working on directions for Windows Users to build KiCAD and I think that you are Changing to using the Monolithic Build of the wxWidgets DLL, but I am not...
I just wanted to point out that sysprof by Søren Sandmann seems very useful for finding bottlenecs in code. It is available in Ubuntu repos too. Any...
Vesa Solonen
vsolonen@...
Mar 8, 2009 7:22 pm
2356
... I fact, I do not understand your question. I case of KiCad under Windows, the method does not matter, as wxWidgets has to be tighten together with KiCad...
Manveru
manveru@...
Mar 9, 2009 7:53 am
2357
Hi again, solved by installing Virtual PC 2007 with XP :-) Milan...
... The grid is a reference, so i think the dots positions must be exact. Perhaps creates a grid line in memory and using a blit function could be faster; (to...
... I meant zoom factor exactness, so that every grid increment is even in pixels. Otherwise blitting needs fractional calculation and rounding too for line...
Vesa Solonen
vsolonen@...
Mar 9, 2009 12:13 pm
2360
... There are a lot of unnecessary calls in the grid drawing code. The current GRPutPixel code checks every pixel to see if it is in the current view even...
On Mon, 9 Mar 2009, Wayne Stambaugh wrote: Thanks, Wayne for your through explanation. ... I think Jean-Pierre meant blitting _only_ the resulting line of dots...
Vesa Solonen
vsolonen@...
Mar 10, 2009 1:20 pm
2362
... I'm not sure you will save much by drawing the grid to a wxBitmapDC and blitting it to the device then update the rest of the drawing over top of it. I...
Hi Dick, It is actually very convenient to have seperate files for single-sided boards as the secondary side is used for testpoints. Means, the primary side...
Updated translation for rev.1646 and noticed a small problem with the behaviour of the radio buttons for selecting the field separator. The property...
The stable version kicad-2009-02-16 is now out. I uploaded it to iut-tice.ujf-grenoble.fr/cao/ -- Jean-Pierre CHARRAS Maître de conférences Directeur...
Jean-Pierre, There are some problems with your latest auto generate of the file eeschema/dialog_edit_component_in_schematic_fbp.cpp. Somehow in wxformbuilder...
... You are right! I committed a better version, enhancements (DRC now tests holes to pads clearance) and minor bugs fixes. -- Jean-Pierre CHARRAS Maître de...
Hi I was very pleased to upgrade to new release. I use Mandriva 2007.1 so I had only to update cmake to make it compile. but :( :( there is a big problem: in...
... There is no bug and old version do exactly the same thing. You have just created a "common to units" rectangle. If you want to have different graphic items...
Hi, I just found a workaround for that... (after returning to my prior version, it stopped working too) With the Edit pin element by element" set to ON, I...
Hi Jean Pierre, first of all, forgive me for the noise about something that is not considered as a bug :( IMHO the most needed feature in Kicad now is...
I've experienced some problems with placing of components with last stable release i were unable to see the component prior the placing. I've discovered that...
Sorry the correct version is the following Index: gr_basic.cpp ... +++ gr_basic.cpp (working copy) @@ -375,7 +375,11 @@ else if( draw_mode & GR_XOR ) ...
The ~ syntax for drawing overbars on pin names could be very useful even in other places, expecially in label names... I've located the relevant code in...
I've experienced a crash with pcbnew when trying to end a track using the popup-menu, that doesn't happen when using the "End" shortcut. Seems that in the...
I could not duplicate the problem. Maybe more detail is needed in your explanation or maybe it is MAC specific. If MAC specific please explain why if you can. ...
... Indeed is mac specific, i'vent the same problem with the windows binaries i've tested, i've preponed MacOSX in the subject just to evidentiate it. Seems...