kicad/pcbnew/scripting
jean-pierre charras ad48723deb Update 2 footprint wizard python scripts to display the value of parameters in the window messages. DRC: do not generate warnings for pads which are only on tech layers and over a hole.
A very minor other fix.
2015-09-30 18:42:28 +02:00
..
examples BOARD::Add(): fix an issue for tracks: parent not set (could be an issue only in python scripts, because the parent is set by the constructor) 2014-10-02 19:09:32 +02:00
plugins Update 2 footprint wizard python scripts to display the value of parameters in the window messages. DRC: do not generate warnings for pads which are only on tech layers and over a hole. 2015-09-30 18:42:28 +02:00
tests BOARD::Add(): fix an issue for tracks: parent not set (could be an issue only in python scripts, because the parent is set by the constructor) 2014-10-02 19:09:32 +02:00
TODO.txt tool for checking coding style 2013-03-16 00:21:53 +01:00
board.i 2 very minor fixes. 2015-04-14 17:57:07 +02:00
board_item.i Fix absence of PCB_TARGET class in python interface. 2014-10-13 13:14:02 +02:00
module.i Fix compat with swig 3.03 2015-01-04 08:19:04 +01:00
pcbnew.i * Python scripting: brings pad.GetZoneConnection() and in example pad.SetZoneConnection(pcbnew.PAD_ZONE_CONN_FULL) to full workable. 2015-08-18 16:19:17 +02:00
pcbnew_footprint_wizards.cpp Fix in KIWAY_PLAYER::ShowModal: the top level windows children of the KIWAY_PLAYER Modal frame are now enabled (previously were disabled). It fix some issues for instance with the aui toolbar when moved, and the dialog open when starting the footprint wizard frame. Perhaps explain a few other bugs. 2015-09-05 14:10:54 +02:00
pcbnew_footprint_wizards.h Fix in KIWAY_PLAYER::ShowModal: the top level windows children of the KIWAY_PLAYER Modal frame are now enabled (previously were disabled). It fix some issues for instance with the aui toolbar when moved, and the dialog open when starting the footprint wizard frame. Perhaps explain a few other bugs. 2015-09-05 14:10:54 +02: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
python_console_frame.h Minor enhancement in python console: remove margins around the client area. simplify code. 2015-08-24 20:32:56 +02:00
units.i Pcbnew: fix some issues when using python scripting (remove outdated SEG_ZONE item, fix broken access to netclass, track width and via size lists, add missing access to zones) 2014-09-30 20:23:27 +02:00