- 01 Jan, 2013 1 commit
-
-
jean-pierre charras authored
-
- 31 Dec, 2012 1 commit
-
-
jean-pierre charras authored
Kicad manager: first use of wxFileSystemWatcher (only with wxWidgets >= 2.9.2) to monitor files list.
-
- 30 Dec, 2012 1 commit
-
-
Wayne Stambaugh authored
-
- 29 Dec, 2012 2 commits
-
-
Antia Puentes authored
-
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 2 commits
-
-
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.
-
jean-pierre charras authored
-
- 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 3 commits
- 21 Dec, 2012 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
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 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
eeschema: make new netlist format (S expr netlist format) the default for Pcbnew netlists in dialog netlist. Also move netlist_control.* to dialogs/dialog_netlist.*, to be consistent with other file dialogs.
-
- 15 Dec, 2012 2 commits
-
-
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)
-
jean-pierre charras authored
-
- 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.
-
- 12 Dec, 2012 2 commits
-
-
Wayne Stambaugh authored
-
jean-pierre charras authored
-
- 11 Dec, 2012 2 commits
-
-
Dick Hollenbeck authored
-
Wayne Stambaugh authored
-
- 10 Dec, 2012 2 commits
-
-
jean-pierre charras authored
Pcbnew: Drc dialog: fix a old very minor bug. Added: single click on an item in marker list moves the board graphic cursor on the corresponding marker location on the board Double clicking is not modified.
-
jean-pierre charras authored
Also a minor cosmetic enhancement
-
- 08 Dec, 2012 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Eeschema: Add hotkey 'U' to edit reference. Better filtering for hotheys V, F, U: now the corresponding field is selected without selection list between component and the field.
-
- 07 Dec, 2012 1 commit
-
-
jean-pierre charras authored
All: Fix an usually unwanted behavior in kicad: When closing a dialog (mainly ERC, DRC and recently a component selection by the library viewer on a double click) the mouse release left button event (which is seen by the parent after closing the dialog, becuse it is actually made in the parent) generate an unwanted command (item selection, component place ...) This event can be now skipped if needed by calling EDA_DRAW_FRAME::SkipNextLeftButtonReleaseEvent() from the dialog. Very minor other fixes
-
- 06 Dec, 2012 1 commit
-
-
jean-pierre charras authored
Try to fix an unwanted left mouse release button event, when closing a dialog on a click or double click, and therefore when the mouse butoon is released in the parent window Minor other fixes.
-