- 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 3 commits
-
-
Miguel Angel Ajo authored
-
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 5 commits
-
-
Miguel Angel Ajo authored
-
Miguel Angel Ajo authored
-
Miguel Angel Ajo authored
-
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
-
- 20 Mar, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 19 Mar, 2012 4 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)
-
Miguel Angel Ajo authored
-
- 18 Mar, 2012 2 commits
-
-
Miguel Angel Ajo authored
-
Miguel Angel Ajo authored
-
- 17 Mar, 2012 2 commits
-
-
Miguel Angel Ajo authored
* Added a first test 'testLoadSave.py'
-
Miguel Angel Ajo authored
CMakeLists.txt options to build scripting or scripting modules
-
- 11 Mar, 2012 2 commits
-
-
Miguel Angel Ajo authored
-
Miguel Angel Ajo authored
-
- 10 Mar, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 05 Mar, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 01 Mar, 2012 1 commit
-
-
Miguel Angel Ajo authored
-
- 28 Feb, 2012 1 commit
-
-
Miguel Angel Ajo authored
It does nothing but loading and initializing right now.
-
- 26 Feb, 2012 3 commits
-
-
Wayne Stambaugh authored
-
jean-pierre charras authored
ModEdit (and ModView): make "invisible" texts visible. They are not visible in the board editor, but must be visible in the footprint editor. Minor doc update.
-
Wayne Stambaugh authored
* Convert Eeschema from manually linked list to DLIST for storing SCH_ITEM objects. * Add helper functions to SCH_SCREEN for appending list of SCH_ITEM objects. * Fix bug in wire editing code for accurate undo/redo behavior. * Add member to DLIST to append another DLIST. * Other minor code cleaning.
-
- 25 Feb, 2012 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 24 Feb, 2012 3 commits
-
-
Marco Mattila authored
-
Simon Schubert authored
-
Marco Mattila authored
-
- 23 Feb, 2012 3 commits
-
-
Marco Mattila authored
-
jean-pierre charras authored
Pcbnew: zone filling: fix broken thermal relief shape for oval pads. mainly noticeable for oval pads having very different X and Y sizes.
-
Marco Mattila authored
-
- 22 Feb, 2012 3 commits
-
-
Marco Mattila authored
-
Dick Hollenbeck authored
-
Marco Mattila authored
-