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 Pcbnew: better display of tracks/vias/grid in toolbar. All: modify the zoom value shown in toolbar or status bar (roughly now zoom 1.0 is near the 1:1 scale, on a 22 inches Monitor). Fix also many other minor and very minor issues
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 Fix compat with swig 3.03
board_item.i Fix absence of PCB_TARGET class in python interface.
module.i Fix compat with swig 3.03
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)