- 02 Aug, 2012 2 commits
-
-
Miguel Angel Ajo authored
pcbnew scripting: cleanup, renamed KICAD_SCRIPTING_EXPERIMENT to KICAD_SCRIPTING_WXPYTHON, now every flavour compiles
-
Miguel Angel Ajo authored
-
- 01 Aug, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 22 Jul, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 15 Jul, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 06 Jul, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 27 Jun, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 16 May, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 10 May, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 09 May, 2012 1 commit
-
-
Miguel Angel Ajo authored
* Footprint wizard C++ generic classes * Footprint wizard C++ to python wrappers * Automatic plugin loader from ~/.kicad/plugins * Python plugin architecture: Footprint wizards
-
- 05 May, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 20 Apr, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 09 Apr, 2012 2 commits
-
-
Miguel Angel Ajo authored
-
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
BOARD::Add now it's wrapped in python and clears the .thisown flag on python to avoid GC from deleting the object later (BOARD will do)
-
Miguel Angel Ajo authored
-
- 05 Apr, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 19 Mar, 2012 3 commits
-
-
Miguel Angel Ajo authored
-
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
-
Miguel Angel Ajo authored
DLIST iterator code, now we can do: for module in pcb.m_Modules: print module.GetReference() instead of: module = pcb.m_Modules while module: print module.GetReference() module = module.Next() or even: module_list = list(pcb.m_Modules)
-
- 17 Mar, 2012 1 commit
-
-
Miguel Angel Ajo authored
* Added a first test 'testLoadSave.py'
-