kicad/pcbnew/scripting
unknown c1e0a8d067 Patch for the Python footprint wizard helpers. This adds a few more drawing functions, such as for circles, and also uses a matrix-based transform stack with greatly simplifies constructing footprints consisting of regularly spaced elements (e.g. in lines, grids, circles, or some list of points that you specify).
This fixes bug #1366299
2014-09-14 18:29:10 +02: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 Patch for the Python footprint wizard helpers. This adds a few more drawing functions, such as for circles, and also uses a matrix-based transform stack with greatly simplifies constructing footprints consisting of regularly spaced elements (e.g. in lines, grids, circles, or some list of points that you specify). 2014-09-14 18:29:10 +02: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 SEGVIA -> VIA for swig 2014-04-25 01:43:14 -05:00
module.i Fixes to scripting after refactoring & interface cleanups, 2013-04-18 23:23:11 +02:00
pcbnew.i Refinement to commit #4993. 2014-07-14 16:43:21 +02:00
pcbnew_footprint_wizards.cpp Pcbnew: Fix bug #1296649 (Text on flipped modules incorrectly placed). 2014-03-27 18:45:05 +01: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 Scripting fix. 2014-05-15 10:11:17 +02: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