kicad/pcbnew/scripting
jean-pierre charras 63eac42d07 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
..
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) 2014-02-13 18:27:48 +01:00
plugins Fix wrong numbering in the QFP footprint wizard python script 2014-02-12 08:59:56 +01:00
tests BOARD saving test 2014-02-09 00:21:47 +01:00
TODO.txt tool for checking coding style 2013-03-16 00:21:53 +01:00
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) 2014-02-13 18:27:48 +01:00
board_item.i * cleanups: board.i board_item.i separated from pcbnew.i 2012-03-19 12:21:29 +01:00
module.i Fixes to scripting after refactoring & interface cleanups, 2013-04-18 23:23:11 +02:00
pcbnew.i Adds target to build doxygen-python documentation, that take 2013-09-20 21:01:21 +04:00
pcbnew_footprint_wizards.cpp Angle and distances cleanup (preparing for angles in doubles) 2013-05-01 19:32:36 +02:00
pcbnew_footprint_wizards.h Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away... 2013-03-16 04:27:48 +01:00
pcbnew_scripting_helpers.cpp Make PLUGIN::Footprint*() API functions take 'const' PROPERTIES*. 2013-09-25 14:17:06 -05:00
pcbnew_scripting_helpers.h LOCALE_IO toggle implementation for locale switches on scripting; code cleanups to comply with kicad coding style policy 2013-03-15 17:35:24 +01:00
plugins.i Allow plugins to be reloaded without closing/opening pcbnew, next step is plugin editor, just a few lines away... 2013-03-16 04:27:48 +01:00
units.i Fixed some tab-induced disalignments 2013-04-06 14:28:02 +02:00