Name
Last commit
Last update
..
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)
plugins Source license, coding policy, and documentation fixes.
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)
TODO.txt tool for checking coding style
board.i 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)
board_item.i Fix absence of PCB_TARGET class in python interface.
module.i 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)
pcbnew.i Fix absence of PCB_TARGET class in python interface.
pcbnew_footprint_wizards.cpp Pcbnew: Fix bug #1296649 (Text on flipped modules incorrectly placed).
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 Scripting fix.
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...
python_console_frame.h Fix compil issue I created in rev 5242 when KICAD_SCRIPTING_WXPYTHON is ON
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)