kicad/pcbnew/plugins/pcad
Jeff Young e6ca9837a2 Clear numbers from non-numberable pads and don't run DRC on them.
This was also the last straw on the misnamed PAD::GetName() and
PAD::SetName(), which are now PAD::GetNumber() and PAD::SetNumber().

Fixes https://gitlab.com/kicad/code/kicad/issues/9017
2021-08-24 01:03:06 +01:00
..
examples
CMakeLists.txt Cleanup headers in pcbnew pcad importer 2021-06-04 01:28:40 +01:00
pcad2kicad_common.cpp Pass wxString objects by reference instead of on the stack. 2021-07-27 08:41:27 -04:00
pcad2kicad_common.h Pass wxString objects by reference instead of on the stack. 2021-07-27 08:41:27 -04:00
pcad_item_types.h Cleanup headers in pcbnew pcad importer 2021-06-04 01:28:40 +01:00
pcad_plugin.cpp More NULL expunging. 2021-07-20 07:27:18 -04:00
pcad_plugin.h File open/import progress dialogs. 2021-06-23 23:55:54 +01:00
pcb.cpp More NULL expunging. 2021-07-20 07:27:18 -04:00
pcb.h Cleanup headers in pcbnew pcad importer 2021-06-04 01:28:40 +01:00
pcb_arc.cpp Pull some name changes back from 7.0 to ease merging. 2021-07-21 20:58:59 +01:00
pcb_arc.h Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
pcb_callbacks.h Rename layer ids file. 2021-07-29 16:03:25 +01:00
pcb_component.cpp Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
pcb_component.h Rename layer ids file. 2021-07-29 16:03:25 +01:00
pcb_copper_pour.cpp Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
pcb_copper_pour.h Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
pcb_cutout.cpp Cleanup headers in pcbnew pcad importer 2021-06-04 01:28:40 +01:00
pcb_cutout.h Cleanup headers in pcbnew pcad importer 2021-06-04 01:28:40 +01:00
pcb_footprint.cpp More NULL expunging. 2021-07-20 07:27:18 -04:00
pcb_footprint.h Cleanup headers in pcbnew pcad importer 2021-06-04 01:28:40 +01:00
pcb_keepout.cpp Cleanup headers in pcbnew pcad importer 2021-06-04 01:28:40 +01:00
pcb_keepout.h Cleanup headers in pcbnew pcad importer 2021-06-04 01:28:40 +01:00
pcb_line.cpp Pull some name changes back from 7.0 to ease merging. 2021-07-21 20:58:59 +01:00
pcb_line.h Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
pcb_net.cpp Cleanup headers in pcbnew pcad importer 2021-06-04 01:28:40 +01:00
pcb_net.h Cleanup headers in pcbnew pcad importer 2021-06-04 01:28:40 +01:00
pcb_pad.cpp Clear numbers from non-numberable pads and don't run DRC on them. 2021-08-24 01:03:06 +01:00
pcb_pad.h Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
pcb_pad_shape.cpp Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
pcb_pad_shape.h Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
pcb_plane.cpp Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
pcb_plane.h Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
pcb_polygon.cpp Pull some name changes back from 7.0 to ease merging. 2021-07-21 20:58:59 +01:00
pcb_polygon.h Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
pcb_text.cpp Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
pcb_text.h Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
pcb_via.cpp Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
pcb_via.h Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
pcb_via_shape.cpp Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
pcb_via_shape.h Naming conventions and a bug fix on arc points. 2021-07-19 13:17:12 +01:00
s_expr_loader.cpp More NULL expunging. 2021-07-20 07:27:18 -04:00
s_expr_loader.h Cleanup headers in pcbnew pcad importer 2021-06-04 01:28:40 +01:00