kicad/pcbnew/router
Alex 6de30b19a0 Don't sync the world twice in inline router tools.
Activate() already clears and syncs the world via PNS::TOOL_BASE::Reset,
so there's no need to sync in InlineDrag and InlineBreakTrack.

(cherry picked from commit cc4e34ef49)
2022-10-21 17:21:24 +03:00
..
CMakeLists.txt
length_tuner_tool.cpp
length_tuner_tool.h
pns_algo_base.cpp
pns_algo_base.h
pns_arc.cpp
pns_arc.h
pns_component_dragger.cpp More wide-string declarations. 2022-02-05 13:29:00 +00:00
pns_component_dragger.h
pns_debug_decorator.h
pns_diff_pair.cpp Fix success conditions in DP placer 2021-12-12 13:05:38 -05:00
pns_diff_pair.h
pns_diff_pair_placer.cpp Fix success conditions in DP placer 2021-12-12 13:05:38 -05:00
pns_diff_pair_placer.h
pns_dp_meander_placer.cpp PNS: Handle via-in-pad distances when tuning 2022-08-01 20:23:07 -07:00
pns_dp_meander_placer.h
pns_drag_algo.h
pns_dragger.cpp We don't always have a line when dragging. 2022-10-13 09:15:24 -07:00
pns_dragger.h We don't always have a line when dragging. 2022-10-13 09:15:24 -07:00
pns_index.cpp
pns_index.h
pns_item.cpp Allow free pad usage in router. 2022-09-28 14:49:44 +01:00
pns_item.h Allow free pad usage in router. 2022-09-28 14:49:44 +01:00
pns_itemset.cpp
pns_itemset.h
pns_joint.h PNS: Fix IsLineCorner logic 2022-07-11 22:47:28 -04:00
pns_kicad_iface.cpp Update router sizes when switching layers. 2022-10-19 14:47:08 +01:00
pns_kicad_iface.h
pns_layerset.h
pns_line.cpp PNS: Fix off-by-one in dragCornerInternal 2022-06-01 17:11:03 -04:00
pns_line.h
pns_line_placer.cpp Re-route m_last_head after routing fails 2022-09-01 22:06:06 +00:00
pns_line_placer.h router: fix use-after-free crash in single trace shove routing when m_endItem's owning NODE is erased by the springback algorithm. 2021-12-15 01:33:05 +01:00
pns_link_holder.h More wide-string declarations. 2022-02-05 13:29:00 +00:00
pns_linked_item.h
pns_logger.cpp More wide-string declarations. 2022-02-05 13:29:00 +00:00
pns_logger.h Don't convert KIID on the fly 2022-02-03 10:34:14 -08:00
pns_meander.cpp
pns_meander.h
pns_meander_placer.cpp PNS: Handle via-in-pad distances when tuning 2022-08-01 20:23:07 -07:00
pns_meander_placer.h
pns_meander_placer_base.cpp Cleanup unused code 2022-08-02 08:51:04 -07:00
pns_meander_placer_base.h PNS: Handle via-in-pad distances when tuning 2022-08-01 20:23:07 -07:00
pns_meander_skew_placer.cpp PNS: Handle via-in-pad distances when tuning 2022-08-01 20:23:07 -07:00
pns_meander_skew_placer.h
pns_mouse_trail_tracer.cpp More wide-string declarations. 2022-02-05 13:29:00 +00:00
pns_mouse_trail_tracer.h
pns_node.cpp Prevent drag index from exceeding full line count 2022-08-01 08:57:45 -07:00
pns_node.h Add edge-exclusions to router (for castellated pads). 2022-07-25 19:30:49 +01:00
pns_optimizer.cpp router: disable 'limit corner count' optimization for via dragging 2021-11-22 00:05:17 +01:00
pns_optimizer.h
pns_placement_algo.h
pns_router.cpp Rely on DRC rules when items might overlap. 2022-07-25 19:31:05 +01:00
pns_router.h router: when dragging segments, don't snap to other segments on the same layer. Fixes drag flickering for short segments. 2021-12-15 01:48:04 +01:00
pns_routing_settings.cpp PNS: Add support for 90-degree corner modes 2021-11-03 02:14:23 +00:00
pns_routing_settings.h Remove RM_Smart state from router tool 2021-12-01 09:52:37 +00:00
pns_segment.h
pns_shove.cpp More wide-string declarations. 2022-02-05 13:29:00 +00:00
pns_shove.h router: fix use-after-free crash in single trace shove routing when m_endItem's owning NODE is erased by the springback algorithm. 2021-12-15 01:33:05 +01:00
pns_sizes_settings.cpp
pns_sizes_settings.h
pns_solid.cpp PNS: Remove offsets from hull generation 2022-06-03 17:39:22 -04:00
pns_solid.h
pns_tool_base.cpp Allow free pad usage in router. 2022-09-28 14:49:44 +01:00
pns_tool_base.h
pns_topology.cpp Ensure arcs are handled in topology 2022-09-01 22:06:06 +00:00
pns_topology.h PNS: Fix tuning calculations through locked segments 2021-12-05 13:35:28 -05:00
pns_tune_status_popup.cpp
pns_tune_status_popup.h
pns_utils.cpp router: fix negative chamfer value for hulls generated for 0-length segments 2022-09-06 11:06:31 -07:00
pns_utils.h
pns_via.cpp PNS: Implement HoleHull for VIA 2022-06-08 02:05:25 +00:00
pns_via.h PNS: Implement HoleHull for VIA 2022-06-08 02:05:25 +00:00
pns_walkaround.cpp router: somewhat improved stop-if-walk-path-is-too-long heuristic in the walkaround algorithm 2022-09-06 11:06:38 -07:00
pns_walkaround.h
range.h
ranged_num.h
router_preview_item.cpp More wide-string declarations. 2022-02-05 13:29:00 +00:00
router_preview_item.h Don't make inferences about object type based on shape. 2021-12-01 19:44:30 +00:00
router_tool.cpp Don't sync the world twice in inline router tools. 2022-10-21 17:21:24 +03:00
router_tool.h Broaden reset-sizes-after-layer-switch algorithm. 2022-10-21 11:09:47 +01:00
time_limit.cpp
time_limit.h