kicad/qa/tests/eeschema
Jeff Young edc7603d2a Make it clear that GetSheets() is heavy.
Also removes the side-effect that SCH_SHEET_LIST's
c'tor would sort the list (and write virtual page
numbers) anytime the starting sheet was the root.

Also, definitely don't build a SHEET_LIST (sorted or
otherwise) if you're not even going to use it.

Also don't build SCH_SHEET_LISTs on idle events.  Better
to just always have the Next Sheet button enabled (we
already beep if you click it and there's no next sheet).

Also, use a SCREEN_LIST when you can.  It's much cheaper
to create.
2024-06-06 18:00:59 +01:00
..
erc Make it clear that GetSheets() is heavy. 2024-06-06 18:00:59 +01:00
sch_io/altium Initial rename of file plugin infrastructure components to IO 2023-12-24 01:22:21 +00:00
CMakeLists.txt Break out junction analysis so it can be tested in isolation 2024-05-20 12:40:29 +08:00
lib_field_test_utils.h RIP LIB_PIN. 2024-04-20 12:10:31 +01:00
netdiff.py
test_eagle_plugin.cpp Introduce base IO_MGR class and unify RELEASER objects 2023-12-29 00:37:38 +00:00
test_ee_item.cpp Move ERC items to their own directory 2024-05-03 12:06:24 -07:00
test_incremental_netlister.cpp Make it clear that GetSheets() is heavy. 2024-06-06 18:00:59 +01:00
test_junction_helpers.cpp Consider a bus entry hitting a wire corner or tee to be dot-worthy 2024-05-20 12:40:29 +08:00
test_legacy_power_symbols.cpp
test_lib_part.cpp Fix small memleak in test_lib_part.cpp 2024-05-04 13:12:25 +02:00
test_module.cpp Move PGM_BASE to kicommon 2024-03-20 23:29:42 -04:00
test_netlist_exporter_kicad.cpp Do not merge buses of distinct types 2023-12-30 10:54:24 -05:00
test_netlist_exporter_spice.cpp Disable flaky ngspice tests 2024-02-08 18:46:30 -05:00
test_netlist_exporter_spice.h ADDED checkbox for saving SPICE digital event data. 2024-05-12 18:24:53 +01:00
test_pin_numbers.cpp
test_sch_biu.cpp
test_sch_netclass.cpp Make it clear that GetSheets() is heavy. 2024-06-06 18:00:59 +01:00
test_sch_pin.cpp Build time optimizations. 2024-04-27 23:49:13 +03:00
test_sch_reference_list.cpp Make it clear that GetSheets() is heavy. 2024-06-06 18:00:59 +01:00
test_sch_rtree.cpp
test_sch_sheet.cpp
test_sch_sheet_list.cpp Make it clear that GetSheets() is heavy. 2024-06-06 18:00:59 +01:00
test_sch_sheet_path.cpp
test_sch_symbol.cpp
test_symbol_library_manager.cpp Symbol library manager object changes. 2023-10-09 14:58:49 -04:00