kicad/qa/eeschema
Wayne Stambaugh 7a00e01b3e Eeschema: fix false positive library symbol changed ERC errors.
This fix required sorting all of the LIB_PART draw items to ensure
accurate comparison between the symbols stored in the schematic and the
original library symbols.  This has a noticeable impact on symbol library
load performance.  It may also cause significant changes the next time
the library is saved due to changes in the draw item sorting.  Hashing
may be a better solution here but this addressed the immediate problem.

A skeleton method SCH_SCREEN::SwapSymbolLinks() was added because there
is most likely an issue with orphaned symbols in the schematic library
symbol cache during undo/redo operations.  More testing is required to
verify this.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/7263
2021-03-04 17:59:24 -05:00
..
data Don't track project local settings in this repo 2021-02-21 20:30:57 -05:00
sch_plugins/altium altium: add testcase for PropertiesReadKiCadUnitFrac 2021-02-04 20:16:34 +01:00
sim Fix various memory leaks exposed by qa_eeschema 2021-01-18 22:40:58 -05:00
CMakeLists.txt Revert "Bump minimum required CMake version to 3.10" 2021-02-09 18:46:13 -05:00
eeschema_test_utils.cpp Cleanup creation of all our smart pointers 2020-10-26 23:52:44 +00: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 SCH_COMPONENT::GetField() expects a vector index, not a field id. 2021-02-28 15:10:37 +00:00
mocks_eeschema.cpp Remove a few include<wx/wx.h> in many files that do not actually use this include. 2020-10-19 09:00:50 +02:00
netdiff.py Add basic netlist QA test 2020-04-19 19:13:24 -04:00
test_eagle_plugin.cpp Fix various memory leaks exposed by qa_eeschema 2021-01-18 22:40:58 -05: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: fix false positive library symbol changed ERC errors. 2021-03-04 17:59:24 -05:00
test_module.cpp Add missing file. 2020-11-14 22:09:43 +00:00
test_netlists.cpp Fix netlist QA after API changes in 8a12aa4e 2021-02-21 20:30:57 -05:00
test_sch_biu.cpp Convert Schematic Internal Units to 100nm 2019-12-30 18:28:00 +00:00
test_sch_pin.cpp Eeschema: use symbol nomenclature for object file naming. 2021-02-24 08:48:02 -05:00
test_sch_rtree.cpp Fix various memory leaks exposed by qa_eeschema 2021-01-18 22:40:58 -05:00
test_sch_sheet.cpp Fix various memory leaks exposed by qa_eeschema 2021-01-18 22:40:58 -05:00
test_sch_sheet_list.cpp Fix various memory leaks exposed by qa_eeschema 2021-01-18 22:40:58 -05:00
test_sch_sheet_path.cpp Eeschema: add schematic sheet page number. 2020-10-19 14:05:45 -04:00
test_sch_symbol.cpp Eeschema: use symbol nomenclature for object file naming. 2021-02-24 08:48:02 -05: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