kicad/qa/eeschema
Jeff Young 10e68daa37 Fix some bugs in Change Symbol and Update Symbols.
In particular, there was a typo that kept library values from being
updated, and there was missing logic to fetch the various field names
from the library parts (and the change-to part).

Also implements some performance gains by desisting from copying
LIB_FIELDs around every time we want to look at them.

Fixes https://gitlab.com/kicad/code/kicad/issues/6733

Fixes https://gitlab.com/kicad/code/kicad/issues/6749
2020-12-15 16:12:17 +00:00
..
data Fix off-by-one error in exporting netlist, and update testcases. 2020-12-04 19:37:55 +00:00
sim Project settings fixes from review 2020-07-02 22:08:54 -04:00
CMakeLists.txt Finish module cleanup (except for xpms). 2020-11-14 22:00:12 +00: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 Fix some bugs in Change Symbol and Update Symbols. 2020-12-15 16:12:17 +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 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 Fix some bugs in Change Symbol and Update Symbols. 2020-12-15 16:12:17 +00:00
test_module.cpp Add missing file. 2020-11-14 22:09:43 +00:00
test_netlists.cpp Update netlist goldens (properties, natural order, no-connect nets). 2020-11-23 22:09:15 +00:00
test_sch_biu.cpp Convert Schematic Internal Units to 100nm 2019-12-30 18:28:00 +00:00
test_sch_pin.cpp Embarking on the next adventure: component -> symbol. 2020-11-15 20:23:15 +00:00
test_sch_rtree.cpp Update tests to UUIDs. 2020-02-28 22:06:14 +00:00
test_sch_sheet.cpp More component -> symbol. 2020-11-15 20:23:15 +00:00
test_sch_sheet_list.cpp Fix test_sch_sheet_list to run headless. 2020-10-21 13:45:02 +01:00
test_sch_sheet_path.cpp Eeschema: add schematic sheet page number. 2020-10-19 14:05:45 -04:00
test_sch_symbol.cpp Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04: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