- 24 Jan, 2013 1 commit
- 
- 
Jacobo Aragunde Perez authored
 
- 
- 23 Jan, 2013 2 commits
- 
- 
Dick Hollenbeck authored
- 
Dick Hollenbeck authored
 
- 
- 21 Jan, 2013 5 commits
- 
- 
Jacobo Aragunde Perez authored
- 
jean-pierre charras authoredGerbview: Fix a minor but annoying issue in gerbview config: colors setup is broken when running a testing version after an old gerbview version (due to a bug of this old version which breaks the color config) 
- 
Jacobo Aragunde Perez authoredEeschema: fix Bug #1102381 <eeschema: -cache.lib file not created the first time you save a schematic> 
- 
Dick Hollenbeck authored
- 
Dick Hollenbeck authored
 
- 
- 19 Jan, 2013 3 commits
- 
- 
jean-pierre charras authoredStill try to find a better fix for Bug #1100876, however I am thinking the bug is not in Kicad: looks like a buggy version of wxWidgets is used, which sends sometimes an unwanted wxCommandEvent event, when an event::Check() is called inside a function called by a wxUpdateUIEvent event. 
- 
jean-pierre charras authored
- 
jean-pierre charras authoredPcbnew: fix bug Bug #1101399 (Custom page size gets reset after restarting pcbnew) (bug also in eeschema) Try to find a better fix for Bug #1100876 
 
- 
- 18 Jan, 2013 5 commits
- 
- 
jean-pierre charras authoredIt could be a race condition when setting the tools state on and off in PCB_EDIT_FRAME::OnSelectAutoPlaceMode( wxCommandEvent& aEvent ) on some Linux/wxWidgets versions (does not happen on my computer) 
- 
Jacobo Aragunde Perez authored
- 
Jacobo Aragunde Perez authored
- 
Dick Hollenbeck authored
- 
Dick Hollenbeck authoredEnhance DIALOG_SHIM to optionally call SetFocus() after the derived class's constructor has been called, for wx 2.8 and wxGTK 
 
- 
- 17 Jan, 2013 1 commit
- 
- 
jean-pierre charras authored
 
- 
- 16 Jan, 2013 2 commits
- 
- 
jean-pierre charras authoredScripting: fix erroneous extension for S exp board files, which prevent to open a .kicad_pcb file from a python script Make scripting version compilable on platforms where the python executable is not python2: Just define it by -DPYTHON_EXECUTABLE=<python executable filename> when running cmake (there was already a partial fix for this) 
- 
jean-pierre charras authoredMake scripting version compilable on platforms where the python executable is not python2 (define it by -DPYTHON_EXECUTABLE=<python executable filename>) 
 
- 
- 15 Jan, 2013 1 commit
- 
- 
jean-pierre charras authoredPcbnew: store in configuration the default line width (now in mm), under a new keyword, to avoid a strange behavior of pcbnew in decimils version (old pcbnew versions), after running pcbnew in nanometers. 
 
- 
- 14 Jan, 2013 1 commit
- 
- 
jean-pierre charras authoredAUTHORS.txt: add some contributor names (I certainly forgot some other contributors, and I apologize). Demos: convert .brd files to .kicad_pcb files and fix 2 broken files 
 
- 
- 13 Jan, 2013 4 commits
- 
- 
jean-pierre charras authoredKicad manager: fix a recent bug: project tree not updated when kicad is launched by a command line with a project name to open. Pcbnew: export vrml: * move dialog functions to a new file: dialog_export_vrml.cpp (to be consistent with other dialogs). * fix some coding style issues * added patch from Cirilo Bernardo. 
- 
jean-pierre charras authoredKicad manager: fix a recent bug: project tree not updated when kicad is launched by a command line with a project name to open. pcbnew: export vrml: * move dialog functions in a new file: dialog_export_vrml.cpp. * fix coding style issues * patch add from cirilo Bernardo. 
- 
Dick Hollenbeck authored
- 
Heikki Pulkkinen authored
 
- 
- 12 Jan, 2013 2 commits
- 
- 
Wayne Stambaugh authored* Improve MSG_PANEL_ITEM to handle message panel information. * Create containers for passing message panel items between objects and the message panel. * Rename EDA_ITEM::DisplayInfo to EDA_ITEM::GetMsgPanelInfo. * Remove all direct manipulation of EDA_DRAW_FRAME from all objects derived from EDA_ITEM. 
- 
jean-pierre charras authored3D viewer: allows import of models created with openscad and convertedvia meshconv to wrl (thanks to Georg Gast <georg@schorsch-tech.de>) Export VRML: fix scaling issue for pcbnew - nanometers. 
 
- 
- 10 Jan, 2013 3 commits
- 
- 
Miguel Angel Ajo authored
- 
jean-pierre charras authored
- 
jean-pierre charras authoredEDA_LIST_DIALOG: add a filter option to select names to display is list, from a kamil zorychta's patch <kamil.zorychta@gmail.com> Use wxFormBuilder to create EDA_LIST_DIALOG_BASE, like other dialogs. Minor code cleanup (remove unused functions and coding style fixes) and minor bug fixes. 
 
- 
- 09 Jan, 2013 1 commit
- 
- 
Wayne Stambaugh authored
 
- 
- 08 Jan, 2013 1 commit
- 
- 
jean-pierre charras authoredUntil now, 2 tracks were seen as connected only if one end of the first track is *exactly* on one end of the other track. Now the 2 ends are seen as connected when they are "near" i.e. the distance between the 2 ends is < track width/2 
 
- 
- 07 Jan, 2013 2 commits
- 
- 
jean-pierre charras authoredPcbnew: Fix unwanted selection clarification popmenu in board editor after double clicking on a DRC Unconnected error (For DRC clearance error, it was fixed in bzr 3838, but forgotten for DRC Unconnected error) 
- 
jean-pierre charras authored
 
- 
- 06 Jan, 2013 1 commit
- 
- 
jean-pierre charras authored
 
- 
- 04 Jan, 2013 4 commits
- 
- 
Dick Hollenbeck authored
- 
jean-pierre charras authored
- 
Jacobo Aragunde Perez authored
- 
Jacobo Aragunde Perez authoredEeschema:commit patch <Prevent Eeschema from opening the same file twice> with a small fix for windows. 
 
- 
- 03 Jan, 2013 1 commit
- 
- 
Wayne Stambaugh authored
 
- 
