Browse Source
pcbnew: Rename PCB_ZONE_T and remove from connectivity
pcbnew: Rename PCB_ZONE_T and remove from connectivity
SEGZONE types were confusingly named PCB_ZONE_T. Zones in pcbnew are now _only_ PCB_ZONE_AREA_T, so we name segzone types PCB_SEGZONE_T to be clear. This also removes processing of the SEGZONEs from connectivity calculations.pull/13/head
20 changed files with 40 additions and 39 deletions
-
2include/core/typeinfo.h
-
2pcbnew/attribut.cpp
-
8pcbnew/block.cpp
-
2pcbnew/board_commit.cpp
-
6pcbnew/class_board.cpp
-
6pcbnew/class_track.cpp
-
2pcbnew/class_zone.h
-
10pcbnew/collectors.cpp
-
15pcbnew/connectivity_algo.cpp
-
2pcbnew/controle.cpp
-
2pcbnew/edit.cpp
-
2pcbnew/exporters/export_gencad.cpp
-
2pcbnew/footprint_editor_onclick.cpp
-
2pcbnew/highlight.cpp
-
6pcbnew/legacy_plugin.cpp
-
2pcbnew/legacy_plugin.h
-
2pcbnew/onrightclick.cpp
-
2pcbnew/pcb_painter.cpp
-
2pcbnew/swig/pcbnew_action_plugins.cpp
-
2pcbnew/tools/pcb_selection_conditions.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue