- 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 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 5 commits
-
-
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.
-
marco. authored
-
marco. authored
-
marco. authored
-
Marco Mattila authored
-
- 04 Dec, 2012 3 commits
-
-
Dick Hollenbeck authored
-
Dick Hollenbeck authored
window which would cause the part to be parked rather than staying in drag mode.
-
Antia Puentes authored
Library Browser tool, you have to select it in the components listbox and then press the "Insert component into schematic" button to close the window and return to the schematic. The attached patch enables the selection and insertion of a component in schematic by double clicking on it in the Library Browser component listbox. As the double clicking should have effect only if the Library Browser was launched to load a component in schematic, the patch checks for NULL the m_Semaphore variable, used two distinguish the mode in which the Library Browser is running (modal, used when inserting a component in schematic, or non-modal).
-
- 03 Dec, 2012 2 commits
-
-
Marco Mattila authored
-
jean-pierre charras authored
Pcbnew: plot solder mask layer with min width value specified: algorithm modified to reduce artifacts.
-
- 02 Dec, 2012 1 commit
-
-
jean-pierre charras authored
-
- 01 Dec, 2012 1 commit
-
-
jean-pierre charras authored
-
- 30 Nov, 2012 2 commits
-
-
jean-pierre charras authored
-
Marco Mattila authored
-