- 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 1 commit
-
-
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.
-
- 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)
-
- 18 Apr, 2013 1 commit
-
-
Matthew Beckler authored
-
- 15 Jul, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 10 May, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 01 May, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 22 Apr, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 09 Apr, 2012 1 commit
-
-
Miguel Angel Ajo authored
detect building status of the swig .py file (on parallel make builds). Fix unit conversion returns (From_xxx) to integer, what's all the wxPoint/wxRect/wx.. expect. Extended createPcb.py example
-
- 08 Apr, 2012 2 commits
-
-
Miguel Angel Ajo authored
-
Miguel Angel Ajo authored
Fixed wxSize bug, wxPoint(double,double) support, units. Fixed GetBoard wasn't accessible at every build. Extended example for board creation (now adds pads). Also fixed the _pcbnew loading from pcbnew which should only go to the internal _pcbnew and not the _pcbnew.so/dso. Right installation path for _pcbnew.so (in linux only)
-
- 06 Apr, 2012 2 commits
-
-
Miguel Angel Ajo authored
-
Miguel Angel Ajo authored
-
- 20 Mar, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 19 Mar, 2012 1 commit
-
-
Miguel Angel Ajo authored
* dlist.i empty list fixed (Segfault) * units.i: FromMM FromMils ToMM ToMils * added a little example (listPcb.py) that shows most items in a board
-