Name
Last commit
Last update
..
examples Fixes to scripting after refactoring & interface cleanups,
plugins New register() method in plugins, used by the loader to handle runtime plugin reloading
tests pcbnew: Show/Hide button for scripting console
TODO.txt tool for checking coding style
board.i Cosmetic fixes, before moving to wxGrid
board_item.i * cleanups: board.i board_item.i separated from pcbnew.i
module.i Fixes to scripting after refactoring & interface cleanups,
pcbnew.i switch to new s-expression format for footprint exports, use english layernames for naked footprints, dodge conflict with pythons HAVE_GETC_UNLOCKED
pcbnew_footprint_wizards.cpp Refactoring python to wxArrayString, and better exception error reporting
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 LOCALE_IO toggle implementation for locale switches on scripting; code cleanups to comply with kicad coding style policy
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