kicad/qa/eeschema
Jon Evans d7bd4c9b04 Move Eeschema globals to new SCHEMATIC object
Set up a new lineage for SCH_ITEMS to get back to the SCHEMATIC
they live on: Items will all be parented to the SCH_SCREEN that
they are added to, and each SCH_SCREEN will point back to the
SCHEMATIC that it is part of.  Note that this hierarchy is not
the same as the actual schematic hierarchy, which continues to
be managed through SCH_SHEETs and SCH_SHEET_PATHS.
2020-05-18 13:04:56 -04:00
..
data Update netlist qa files for new format 2020-05-05 21:58:08 -04:00
sim Move Eeschema globals to new SCHEMATIC object 2020-05-18 13:04:56 -04:00
CMakeLists.txt Make the new schematic and symbol library file formats the default. 2020-05-04 12:40:03 +00:00
eeschema_test_utils.cpp Add missing header to qa 2019-04-08 12:33:49 -07:00
eeschema_test_utils.h QA: Eagle test: look up test data in the source tree 2019-04-02 18:26:33 +01:00
lib_field_test_utils.h Variable substitution framework. 2020-03-30 14:15:59 +01:00
mocks_eeschema.cpp qa_eeschema: fix a crash due to LIB_PIN ctor that was using default config values, 2020-04-14 18:12:15 +02:00
netdiff.py Add basic netlist QA test 2020-04-19 19:13:24 -04:00
test_eagle_plugin.cpp QA: Use own unit test headers for eagle test 2019-04-02 23:32:00 +01:00
test_lib_arc.cpp Add unit test for testing LIB_ARC objects. 2020-03-10 11:04:05 -04:00
test_lib_part.cpp Eeschema: implement new symbol library file s-expression formatter. 2020-03-03 08:06:22 -05:00
test_module.cpp QA eeschema: add some tests 2019-05-23 11:29:28 +01:00
test_netlists.py Update netlist qa files for new format 2020-05-05 21:58:08 -04:00
test_sch_biu.cpp Convert Schematic Internal Units to 100nm 2019-12-30 18:28:00 +00:00
test_sch_pin.cpp Lay some groundwork for adding distances to DRC errors. 2020-04-24 14:46:22 +01:00
test_sch_rtree.cpp Update tests to UUIDs. 2020-02-28 22:06:14 +00:00
test_sch_sheet.cpp Move Eeschema globals to new SCHEMATIC object 2020-05-18 13:04:56 -04:00
test_sch_sheet_path.cpp Move Eeschema globals to new SCHEMATIC object 2020-05-18 13:04:56 -04:00
test_sch_symbol.cpp Make the new schematic and symbol library file formats the default. 2020-05-04 12:40:03 +00:00
uuid_test_utils.cpp Add missing files from last commit. 2020-02-28 22:37:53 +00:00
uuid_test_utils.h Add missing files from last commit. 2020-02-28 22:37:53 +00:00