jean-pierre charras
9a56467e13
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)
2014-02-13 18:27:48 +01:00
Matthew Beckler
e469d9d1f9
Fixes to scripting after refactoring & interface cleanups,
2013-04-18 23:23:11 +02:00
Miguel Angel Ajo
2b54414e60
Support for nanometer build, extra example
2012-07-15 22:01:05 +02:00
Miguel Angel Ajo
d497b62fb3
Cosmetic fixes, before moving to wxGrid
2012-05-10 22:49:07 +02:00
Miguel Angel Ajo
abb05eae40
support for footprint library operations
2012-05-01 17:13:36 +02:00
Miguel Angel Ajo
f6b8a150bb
merged to last testing, also added automatic file extension detection on save/load
2012-04-22 13:14:58 +02:00
Miguel Angel Ajo
9fc9ca3265
merged testing branch
2012-04-14 23:18:27 +02:00
Miguel Angel Ajo
151fc3065b
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
2012-04-09 08:19:57 +02:00
Miguel Angel Ajo
6fd2e6ced0
Fix units.i and add some extra wrappers wxSizeMM, wxSizeMils wxRectMM wxRectMils
2012-04-08 16:59:12 +02:00
Miguel Angel Ajo
f3ddaf5dce
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)
2012-04-08 16:25:49 +02:00
Miguel Angel Ajo
ea90b73781
Add method for MODULE in python that takes care of memory handling
2012-04-06 22:38:32 +02:00
Miguel Angel Ajo
e81576b74e
example for pcb creation in scripting
2012-04-06 21:48:00 +02:00
Miguel Angel Ajo
7ee96336d7
Fixed Board.Save, listPcb.py +x and updated TODO.txt
2012-03-20 07:34:23 +01:00
Miguel Angel Ajo
5d6ca51ea8
* cleanups: board.i board_item.i separated from pcbnew.i
...
* 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
2012-03-19 12:21:29 +01:00