kicad/pcbnew/drc
Jeff Young e09271ca0e Fixes for hole clearance and hole-to-hole tests.
1) Separate out CONSTRAINT types
2) Filter both source and dest pads/vias for drilled holes when doing
   hole-to-hole checks.  We were checking the items being put into the
   DRC RTree, but not the items we were scanning.
3) Add hole clearance to Board Setup Constraints panel.

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

Fixes https://gitlab.com/kicad/code/kicad/issues/4683
2020-11-29 23:35:23 +00:00
..
drc_engine.cpp Fixes for hole clearance and hole-to-hole tests. 2020-11-29 23:35:23 +00:00
drc_engine.h Naming conventions. 2020-11-14 18:26:03 +00:00
drc_item.cpp Remove some "class_" prefixes from files. 2020-11-13 15:16:23 +00:00
drc_item.h Clean up terminology so it matches the user message better. 2020-10-12 00:14:32 +01:00
drc_length_report.h Remove common.h from more headers 2020-10-25 22:29:53 -04:00
drc_results_provider.h Naming conventions. 2020-11-14 18:26:03 +00:00
drc_rtree.h Honour pad falshing when colliding with DRC RTree. 2020-11-19 23:55:14 +00:00
drc_rule.cpp Naming conventions. 2020-11-14 18:26:03 +00:00
drc_rule.h Fixes for hole clearance and hole-to-hole tests. 2020-11-29 23:35:23 +00:00
drc_rule_condition.cpp Fix a crash bug in DRC, and equate Margin to Edge.Cuts. 2020-11-20 21:22:27 +00:00
drc_rule_condition.h Remove common.h from more headers 2020-10-25 22:29:53 -04:00
drc_rule_parser.cpp Fixes for hole clearance and hole-to-hole tests. 2020-11-29 23:35:23 +00:00
drc_rule_parser.h Better error reporting; better nullptr safety. 2020-09-16 22:14:41 +01:00
drc_test_provider.cpp MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
drc_test_provider.h Naming conventions. 2020-11-14 18:26:03 +00:00
drc_test_provider_annulus.cpp Mostly formatting cleanup but a few type-casting cleanups too. 2020-11-24 22:16:41 +00:00
drc_test_provider_clearance_base.h Support optional location reporting in SHAPE collisions. 2020-09-28 23:28:33 +01:00
drc_test_provider_connectivity.cpp Mostly formatting cleanup but a few type-casting cleanups too. 2020-11-24 22:16:41 +00:00
drc_test_provider_copper_clearance.cpp Fixes for hole clearance and hole-to-hole tests. 2020-11-29 23:35:23 +00:00
drc_test_provider_courtyard_clearance.cpp Re-factor boundary/courtyard checker error handling. 2020-11-21 20:57:35 +00:00
drc_test_provider_diff_pair_coupling.cpp Mostly formatting cleanup but a few type-casting cleanups too. 2020-11-24 22:16:41 +00:00
drc_test_provider_disallow.cpp Mostly formatting cleanup but a few type-casting cleanups too. 2020-11-24 22:16:41 +00:00
drc_test_provider_edge_clearance.cpp Make sure board edges have 0 width. 2020-11-24 23:49:28 +00:00
drc_test_provider_hole_clearance.cpp Fixes for hole clearance and hole-to-hole tests. 2020-11-29 23:35:23 +00:00
drc_test_provider_hole_size.cpp Mostly formatting cleanup but a few type-casting cleanups too. 2020-11-24 22:16:41 +00:00
drc_test_provider_lvs.cpp Mostly formatting cleanup but a few type-casting cleanups too. 2020-11-24 22:16:41 +00:00
drc_test_provider_matched_length.cpp Mostly formatting cleanup but a few type-casting cleanups too. 2020-11-24 22:16:41 +00:00
drc_test_provider_misc.cpp Mostly formatting cleanup but a few type-casting cleanups too. 2020-11-24 22:16:41 +00:00
drc_test_provider_silk_clearance.cpp Fix a crash bug in DRC, and equate Margin to Edge.Cuts. 2020-11-20 21:22:27 +00:00
drc_test_provider_silk_to_mask.cpp Remove some "class_" prefixes from files. 2020-11-13 15:16:23 +00:00
drc_test_provider_track_width.cpp Remove some "class_" prefixes from files. 2020-11-13 15:16:23 +00:00
drc_test_provider_via_diameter.cpp Mostly formatting cleanup but a few type-casting cleanups too. 2020-11-24 22:16:41 +00:00