kicad/demos
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
..
complex_hierarchy Update env vars in demos 2021-01-01 16:20:35 +00:00
custom_pads_test Demos update 2021-01-15 20:21:23 +01:00
ecc83 Eeschema: fix false positive library symbol changed ERC errors. 2021-03-04 17:59:24 -05:00
electric Update demos 2020-11-08 20:26:37 +01:00
flat_hierarchy Demos update 2021-01-15 20:21:23 +01:00
interf_u Update env vars in demos 2021-01-01 16:20:35 +00:00
kit-dev-coldfire-xilinx_5213 Demo update 2021-02-06 11:33:13 +01:00
microwave Update demos. 2018-06-14 09:52:23 +02:00
pic_programmer Demo update 2021-01-15 14:21:22 +01:00
python_scripts_examples Rename D_PAD to PAD 2020-11-14 09:37:45 +00:00
simulation Coding policy fixes. 2021-02-09 11:35:43 -05:00
sonde xilinx Update env vars in demos 2021-01-01 16:20:35 +00:00
stickhub French translation update. 2021-02-12 16:34:46 +01:00
test_pads_inside_pads Demos update 2021-01-15 20:21:23 +01:00
test_xil_95108 Update env vars in demos 2021-01-01 16:20:35 +00:00
video Update env vars in demos 2021-01-01 16:20:35 +00:00
CMakeLists.txt Add StickHub demo board 2021-01-27 18:37:42 -05:00