18 Commits (70df15175b50254c8856964e51851fbec0e0e782)

Author SHA1 Message Date
Miguel Angel Ajo 70df15175b Footprint wizard, plus fixes 14 years ago
Miguel Angel Ajo 4dc70b2fc8 wxGrid instead of list, now we do really have values... 14 years ago
Miguel Angel Ajo 23bec4b80b * Footprint wizard UI: Added to module editor. 14 years ago
Miguel Angel Ajo edee5dc1ce KiCad scripting plugin architecture, footprint wizards first 14 years ago
Miguel Angel Ajo 42fad8a754 Exceptions handled on board Load/Save 14 years ago
Miguel Angel Ajo a201522f6b lajos kamocsay compilation patches 14 years ago
Miguel Angel Ajo 0cdc5c59ab 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 14 years ago
Miguel Angel Ajo 1f108b0b6c missing script 14 years ago
Miguel Angel Ajo be15057977 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) 14 years ago
Miguel Angel Ajo 96c1a50e00 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) 14 years ago
Miguel Angel Ajo 173b869dcb Compilation cleanup, TODO.txt update about library creation 14 years ago
Miguel Angel Ajo 3f761c890c Added wxRect and wxSize wrappers to wx.i 14 years ago
Miguel Angel Ajo cd93e14d7d fixed DEBUG build dependency... 14 years ago
Miguel Angel Ajo 9ebe983eaa * cleanups: board.i board_item.i separated from pcbnew.i 14 years ago
Miguel Angel Ajo 9398eb9767 std::vector and std::string items 14 years ago
Miguel Angel Ajo 06c570bab3 * More cleanup (common wrappers moved to scripting, instead of pcbnew/scripting) 14 years ago