kicad/qa/eeschema
Wayne Stambaugh 54f066fed7 Implement simple inheritance for library symbols.
This change completely removes the LIB_ALIAS design pattern an replaces
it by allowing LIB_PART objects to inherit from other LIB_PART objects.
The initial implementation only allows for single inheritance and only
supports the mandatory fields in the derived part because that is all
that the current symbol library file format will support.  Once the new
file format is implemented and saving to the old file format is deprecated,
more complex inheritance will be added.  The LIB_ALIAS information saved
in the document files was move into the LIB_PART object.  This change
impacts virtually every part of the schematic and symbol library editor
code so this commit message is woefully incomplete.

REMOVE: Removed the symbol aliases concept from the schematic and symbol
editors and the symbol viewer.

NEW: Replace the symbol alias concept with simple inheritance that allows
a library symbol to be derived from another library symbol.
2019-12-06 11:33:52 -05:00
..
data qa: Moving eeschema qa to main qa folder 2019-01-09 21:43:23 -08:00
CMakeLists.txt Fix build order for generated headers and sources 2019-07-03 09:36:40 -04: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 Reinstate "QA: Tweak boost print helper macro"" 2019-05-24 13:23:51 +01:00
mocks_eeschema.cpp QA eeschema: add some tests 2019-05-23 11:29:28 +01:00
test_eagle_plugin.cpp QA: Use own unit test headers for eagle test 2019-04-02 23:32:00 +01:00
test_lib_part.cpp Implement simple inheritance for library symbols. 2019-12-06 11:33:52 -05:00
test_module.cpp QA eeschema: add some tests 2019-05-23 11:29:28 +01:00
test_sch_pin.cpp QA eeschema: add some tests 2019-05-23 11:29:28 +01:00
test_sch_sheet.cpp QA eeschema: add some tests 2019-05-23 11:29:28 +01:00
test_sch_sheet_path.cpp QA eeschema: add some tests 2019-05-23 11:29:28 +01:00
timestamp_test_utils.cpp QA eeschema: add some tests 2019-05-23 11:29:28 +01:00
timestamp_test_utils.h QA eeschema: add some tests 2019-05-23 11:29:28 +01:00