kicad/qa/pcbnew
Jon Evans c0aa6965de Migrate PcbNew project settings to new framework
Various architecture upgrades to support this.
Creating a BOARD now requires a valid PROJECT, which caused
some (mostly transparent) changes to the Python API internals.

ADDED: Project local settings file
CHANGED: Board design settings are no longer stored in PCB file
CHANGED: Net classes are no longer stored in PCB file
CHANGED: Importing board settings now reads boards, not just projects

Fixes https://gitlab.com/kicad/code/kicad/-/issues/2578
Fixes https://gitlab.com/kicad/code/kicad/-/issues/4070
2020-07-02 22:08:54 -04:00
..
drc Migrate PcbNew project settings to new framework 2020-07-02 22:08:54 -04:00
CMakeLists.txt Rip out the unused leftovers of the old color system 2020-06-18 22:32:14 -04:00
board_test_utils.cpp DRC: Break out courtyard overlap function 2019-01-23 13:27:52 -05:00
board_test_utils.h DRC: Break out courtyard overlap function 2019-01-23 13:27:52 -05:00
test_array_pad_name_provider.cpp pcbnew: Move pads to std::deque 2019-06-01 16:23:54 -07:00
test_graphics_import_mgr.cpp QA: Remove deprecated boost headers 2019-12-05 18:19:40 +01:00
test_lset.cpp Add unit test though it's not great 2019-12-26 13:10:18 +00:00
test_module.cpp QA: Add unit tests on the Pcbnew library 2019-01-06 07:55:36 -08:00
test_pad_naming.cpp QA: Remove deprecated boost headers 2019-12-05 18:19:40 +01:00