- 27 Apr, 2015 1 commit
-
-
jean-pierre charras authored
Add a python script example in demo folder to create various plot files from a board. Fix also some issues in plot controller helper class. Important note: from a python script one cannot plot the palge layout, because the page layout template file is not stored in the board file, but it is part of the project. Because when using a python script, the project is not loaded, the page layout template is not known. Trying to plot it crashes the script.
-
- 16 Apr, 2015 1 commit
-
-
Maciej Suminski authored
-
- 28 Mar, 2015 1 commit
-
-
jean-pierre charras authored
-
- 09 Mar, 2015 1 commit
-
-
jean-pierre charras authored
Fix issue #1429665 (eeschema doesn't recognize .sch file when the LIBS section is empty. But the section is not used, just a comment, therefore can be empty). Very minor other fixes.
-
- 04 Jan, 2015 1 commit
-
-
jean-pierre charras authored
-
- 01 Jan, 2015 1 commit
-
-
jean-pierre charras authored
Update ecc83 demo. default KISYS3DMOD definition on Linux: add /usr/local/kicad/share/kicad/module/package3d test to find a suitable value.
-
- 22 Sep, 2014 1 commit
-
-
jean-pierre charras authored
Minor fixes: specctra export: skip malformed circles (having a radius = 0) in board outline creation, which can crash 3d-viewer or vrml export. dialog_fp_lib_table: remember during a session the last open table (global or local). drawing_tool: fix compil warning Update demos.
-
- 01 Sep, 2014 1 commit
-
-
jean-pierre charras authored
eeschema: Find Replace: fix a bug in replace command: sometimes, the string to replace was found, but not replaced if this string contained lower case letters.
-
- 31 Aug, 2014 1 commit
-
-
jean-pierre charras authored
Pcbnew: Minor fix in hotkeys. Demos: add an example to use a local fp-lib-table and local libs, and update schematics and boards.
-
- 29 Aug, 2014 1 commit
-
-
jean-pierre charras authored
-
- 04 Aug, 2014 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
3D viewer: move helper functions from 3d_draw.cpp to 3d_draw_helper_functions.cpp. Add comments in .h sources. Better management of background color. coding style fixes.
-
- 30 Jul, 2014 1 commit
-
-
jean-pierre charras authored
dialog_track_via_size: set minimal size and make dialog resizable. Update demo file.
-
- 20 Jul, 2014 1 commit
-
-
jean-pierre charras authored
-
- 06 Jul, 2014 1 commit
-
-
jean-pierre charras authored
-
- 04 Jul, 2014 1 commit
-
-
jean-pierre charras authored
-
- 25 Jan, 2014 1 commit
-
-
jean-pierre charras authored
-
- 10 Jan, 2014 1 commit
-
-
jean-pierre charras authored
-
- 07 Jan, 2014 1 commit
-
-
jean-pierre charras authored
Update demos. Fix pspice netlist issues when using ( and ) in net names ( parenthesis are replaced by underscore) .
-
- 30 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
Switch to boost::context for all platforms, almost. Please try your platform by commenting out fcontext.s in common/CMakeLists.txt.
-
- 23 Aug, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: Fix a bug when reading a netlist which forces pcbnew to read lib files to find a footprint even if the right footprint is already loaded (which explains the long time to load netlists) Netlist dialog: add option to report only most important messages. Useful for large boards. class REPORTER: add features to allow a basic message filtering (flags to report all/warning/error messages) Fix Bug #1214599 ( tools are deselected on Move command )
-
- 09 Aug, 2013 1 commit
-
-
jean-pierre charras authored
-
- 28 Jul, 2013 1 commit
-
-
Dick Hollenbeck authored
convert to UTF-8, eeschema cannot load LATIN1 strings anymore.
-
- 26 May, 2013 1 commit
-
-
Dick Hollenbeck authored
File "rules" has instructional text as comments near top. 2) Convert all text files in repo to LF line ending form. Any checkout done with "rules" in play will convert the working tree to native line ending, while keeping repo as LF line ending.
-
- 10 Mar, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix issues: Ensure pads type connector have a drill size= 0, like SMD pads. Ensure keepout zones have no net.
-
- 27 Feb, 2013 1 commit
-
-
jean-pierre charras authored
Fix minor issues in nsis config files
-
- 14 Jan, 2013 1 commit
-
-
jean-pierre charras authored
AUTHORS.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
-
- 06 Mar, 2012 1 commit
-
-
jean-pierre charras authored
other minor fixes.
-
- 26 Jan, 2012 1 commit
-
-
jean-pierre charras authored
Pcbnew: First draft to use a new netlist format ( containing the same info as the intermediate netlist, but using S expressions) * Eeschema can generate this netlist format. * Pcbnew can use (automatic identification) the current format or the new format. * Cvpcb does not use yet the new format.
-
- 22 Dec, 2011 1 commit
-
-
jean-pierre charras authored
Better code in test connections in zones. Very minor other fixes
-
- 19 Dec, 2011 1 commit
-
-
jean-pierre charras authored
* A track is seen connected to a pad if the track end is inside the pad shape. * Pads inside pads are now seen connected, if the center of the pad is *inside* the other pad. * this is made to be sure a large copper area is shared by the 2 pads, and to keep algorithm fast.
-
- 18 Dec, 2011 1 commit
-
-
jean-pierre charras authored
-
- 09 Jun, 2011 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix a minor issue. Version update.
-
- 02 Apr, 2011 1 commit
-
-
jean-pierre charras authored
* Gerbview, Pcbnew: add SetLocaleTo_Default() after reading double in config to fix issues with decimal separator (when the separator is not a point). (WxWidgets 2.9.1 seems call setlocale( LC_NUMERIC, "" ) when wxConfig read doubles stored in config, but forget to back to current locale.) Note: perhaps there are some dialogs that need this call to SetLocaleTo_Default() ). * Minor code cleanup in pcbnew/netlist.cpp
-
- 07 Mar, 2011 1 commit
-
-
jean-pierre charras authored
-
- 21 Feb, 2011 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 17 Feb, 2011 1 commit
-
-
jean-pierre charras authored
-
- 10 Feb, 2011 1 commit
-
-
jean-pierre charras authored
Eeschema: in intermediate netlist generation: remove redundant pins list by component, and make Dick happy. Known bug in intermediate netlist generation: multi parts per package have their common pins listed more than once in nets section. Will be fixed.
-
- 05 Feb, 2011 1 commit
-
-
jean-pierre charras authored
Change in CvPcb: CvPcb does not use now .dcm files, only .mod files to read modules keywords and doc
-