Name
Last commit
Last update
..
examples 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)
plugins Fix wrong numbering in the QFP footprint wizard python script
tests BOARD saving test
TODO.txt tool for checking coding style
board.i 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)
board_item.i * cleanups: board.i board_item.i separated from pcbnew.i
module.i Fixes to scripting after refactoring & interface cleanups,
pcbnew.i Adds target to build doxygen-python documentation, that take
pcbnew_footprint_wizards.cpp Angle and distances cleanup (preparing for angles in doubles)
pcbnew_footprint_wizards.h Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away...
pcbnew_scripting_helpers.cpp Make PLUGIN::Footprint*() API functions take 'const' PROPERTIES*.
pcbnew_scripting_helpers.h LOCALE_IO toggle implementation for locale switches on scripting; code cleanups to comply with kicad coding style policy
plugins.i Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away...
units.i Fixed some tab-induced disalignments