- 29 Apr, 2015 1 commit
-
-
jean-pierre charras authored
added the example gen_gerber_and_drill_files_board.py in demos, which shows how to do that. Fix a Printf format issue (shown in Debug mode) in Libedit (%d used for a size_t, changed in %zu)
-
- 14 Apr, 2015 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
3D viewer: minor fixes. Use our class REPORTER to show warning messages and activity info when building the 3D board view. Add a few comments in sources. Very minor other fixes.
-
- 04 Jan, 2015 1 commit
-
-
jean-pierre charras authored
-
- 31 Oct, 2014 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 28 Oct, 2014 1 commit
-
-
Wayne Stambaugh authored
* Add more missing source code licenses. * Fix coding policy violations (tabs and trailing white space) in Python scripting code. * Add stable release policy to full documentation build.
-
- 13 Oct, 2014 1 commit
-
-
unknown authored
-
- 06 Oct, 2014 1 commit
-
-
jean-pierre charras authored
Cleaning 3 svg files (no icon change) Very minor other changes.
-
- 02 Oct, 2014 1 commit
-
-
jean-pierre charras authored
BOARD::Add(): fix an issue for tracks: parent not set (could be an issue only in python scripts, because the parent is set by the constructor) *.i : fix coding style issues. python method: add BOARD_ITEM Duplicate, which is a wrapper to Clone(). ( defined as Cast_to_BOARD_ITEM(selt.Clone()).Cast() ) update some .py examples.
-
- 30 Sep, 2014 2 commits
-
-
jean-pierre charras authored
Pcbnew: fix some issues when using python scripting (remove outdated SEG_ZONE item, fix broken access to netclass, track width and via size lists, add missing access to zones) Update listPcb.py to show how to access zones.
-
jean-pierre charras authored
-
- 14 Sep, 2014 1 commit
-
-
unknown authored
Patch for the Python footprint wizard helpers. This adds a few more drawing functions, such as for circles, and also uses a matrix-based transform stack with greatly simplifies constructing footprints consisting of regularly spaced elements (e.g. in lines, grids, circles, or some list of points that you specify). This fixes bug #1366299
-
- 14 Jul, 2014 1 commit
-
-
Maciej Suminski authored
-
- 02 Jul, 2014 1 commit
-
-
jean-pierre charras authored
-
- 15 May, 2014 1 commit
-
-
Maciej Suminski authored
-
- 02 May, 2014 2 commits
- 25 Apr, 2014 1 commit
-
-
Dick Hollenbeck authored
-
- 23 Apr, 2014 1 commit
-
-
John Beard authored
Add Python utility tools to make wizard scripts more easy to write.
-
- 27 Mar, 2014 1 commit
-
-
jean-pierre charras authored
Dialog Freeroute: if freeroute.jar is find in kicad binaries, it is run as a standard java application, not as web applcation Very minor other fixes FPC_(SMD_type)_footprintwizard.py wizard finished.
-
- 13 Feb, 2014 1 commit
-
-
jean-pierre charras authored
Fix a minor error in class D_PAD: void D_PAD::Flip( int Y ) changed to virtual void D_PAD::Flip( const wxPoint& aCentre ) (as defined in BOARD_ITEM) Scripting: fix compatibility current pcbnew version in 2 examples and the default extension of board files in board.i (was .kicad_brd, now is .kicad_pcb)
-
- 12 Feb, 2014 1 commit
-
-
Nick Østergaard authored
-
- 08 Feb, 2014 1 commit
-
-
Miguel Angel Ajo authored
-
- 02 Feb, 2014 1 commit
-
-
Miguel Angel Ajo authored
-
- 01 Nov, 2013 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 25 Sep, 2013 1 commit
-
-
Dick Hollenbeck authored
Add const PROPERTIES* to FootprintDelete(). Add {Get,Set}Properties() to FP_LIB_TABLE::ROW. Touch up fp table dialog.
-
- 21 Sep, 2013 2 commits
-
-
Build System authored
-
Miguel Angel Ajo authored
-
- 20 Sep, 2013 1 commit
-
-
Build System authored
pcbnew.py + doxygen-xml files, and build .i files with docstrings, those .i files are included back again to build a pcbnew.py with extended documentation from C++, finally we take the final pcbnew.py to build the doxygen-python documentation
-
- 28 Aug, 2013 1 commit
-
-
jean-pierre charras authored
Pcbnew: enhancements for blind/buried vias palcement, and save blind/buried vias allowed option in .kicad_pcb file
-
- 29 Jul, 2013 1 commit
-
-
jean-pierre charras authored
Minor code cleaning. Pcbnew: better iniatilization of members in DRAWSEGMENT, TRACK, EDGE_MOD (useful when using python scripting).
-
- 01 May, 2013 1 commit
-
-
Lorenzo Marcantonio authored
- Removed spurious int casts (these are truncated anyway and will break doubles) - Applied the Distance, GetLineLength, EuclideanNorm, DEG2RAD, RAD2DEG ArcTangente and NORMALIZE* functions where possible - ArcTangente now returns double and handles the 0,0 case like atan2, so it's no longer necessary to check for it before calling - Small functions in trigo moved as inline
-
- 18 Apr, 2013 1 commit
-
-
Matthew Beckler authored
-
- 06 Apr, 2013 1 commit
-
-
Lorenzo Marcantonio authored
Charras beat me on fixing the include/sch_item_struct.h include issue from 4069
-
- 17 Mar, 2013 2 commits
-
-
Miguel Angel Ajo authored
-
Miguel Angel Ajo authored
-
- 16 Mar, 2013 2 commits
-
-
Miguel Angel Ajo authored
Fix wxString.Print call to be compatible with wx2.8, thanks to Барановский Константин and Edwin van den Oetelaar for submiting same patch, same hour, are you twins? ;)
-
Miguel Angel Ajo authored
Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away...
-