- 13 Jan, 2013 3 commits
-
-
jean-pierre charras authored
Kicad 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 authored
3D 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 2 commits
-
-
Miguel Angel Ajo authored
-
jean-pierre charras authored
EDA_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 authored
Until 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 authored
Pcbnew: 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
-
- 04 Jan, 2013 3 commits
-
-
Dick Hollenbeck authored
-
jean-pierre charras authored
-
Jacobo Aragunde Perez authored
-
- 03 Jan, 2013 3 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
Dick Hollenbeck authored
-
- 02 Jan, 2013 2 commits
-
-
jean-pierre charras authored
-
Dick Hollenbeck authored
2) Add PCAD_PLUGIN to _pcbnew.so for scripting, fixing a linking bug.
-
- 30 Dec, 2012 1 commit
-
-
Wayne Stambaugh authored
-
- 29 Dec, 2012 1 commit
-
-
Alexander Lunef authored
Pcbnew: Add pcad2kicad pcb plugin, to import PCAD boards ( .pcb ASCII data file PCad 2000 format ) from Alexander Lunef
-
- 28 Dec, 2012 1 commit
-
-
Wayne Stambaugh authored
* Create new GEDA PCB plug in. * Add support for opening GEDA PCB footprints with module editor. * Make import footprint file dialog remember last selected footprint type during current session. * Update module editor file import to use new GEDA PCB plug in. * Let IO_MGR know about GEDA PCB plug in. * Create a WHITESPACE_FILTER_READER to simplify parsing GEDA PCB footprint files.
-
- 27 Dec, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew: board editor: allows pad edition by hotkey 'E' (was accessible only by mouse button right click) All: minor code cleaning and very minor bug fixes.
-
- 23 Dec, 2012 2 commits
- 21 Dec, 2012 1 commit
-
-
jean-pierre charras authored
-
- 20 Dec, 2012 3 commits
-
-
jean-pierre charras authored
Because now there are 2 formats, board backup files extensions are .brd-bak or .kicad_pcb-bak instead of the old .000 extension, depending on the initial file format.
-
jean-pierre charras authored
Pcbnew: fix bug: missing call to SetFileFormatVersionAtLoad after loading a board, in legacy format.
-
Dick Hollenbeck authored
fix a fairly serious bug which would leave SOLDERMASK_LAYER_FRONT layer turned off in PADs, when loading *.kicad_pcb files
-
- 19 Dec, 2012 1 commit
-
-
jean-pierre charras authored
-
- 18 Dec, 2012 2 commits
-
-
jean-pierre charras authored
-
Wayne Stambaugh authored
-
- 16 Dec, 2012 1 commit
-
-
jean-pierre charras authored
-
- 15 Dec, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew: add a dialog to load a legacy file in "old" projects, when the .kicad_pcb file is not existing, and the correspoinding .brd file exists. Fix also an issue in pcb_parser when a netclass name is just a number (like a track width as name)
-
- 14 Dec, 2012 6 commits
-
-
Wayne Stambaugh authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
fix pcbnew file save as problem, if previous file by same basename did not exist. Show default file ext.
-
jean-pierre charras authored
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
Add KiCadPcbFileExt global.
-