kicad/pcbnew/router
Maciej Suminski f2807035df router: Improved via placement code. - Blind/buried vias going through all layers are converted to TH vias. - If current layer is not set in the pair, router switches to the top layer instead of keep using the same layer. - Microvias switch between one of the outer layers and the adjacent one. 2015-09-24 18:34:22 +02:00
..
CMakeLists.txt router: differential pairs & length tuning support 2015-02-18 01:29:54 +01:00
direction.h Code formatting. 2015-02-18 17:53:46 +01:00
length_tuner_tool.cpp Fixed failing undo while routing. 2015-08-04 23:08:13 +02:00
length_tuner_tool.h router: fix tuning status popup & incorrect length display 2015-03-05 10:02:29 +01:00
pns_algo_base.cpp Code formatting. 2015-02-18 17:53:46 +01:00
pns_algo_base.h Code formatting. 2015-02-18 17:53:46 +01:00
pns_diff_pair.cpp router: fix ortho snap mode for diff pairs 2015-08-20 09:46:19 +02:00
pns_diff_pair.h Minor fixes: dialog rescue: make strings translatable. Remove a few coverity warnings (not initialized members). Very minor other changes. 2015-04-28 17:07:36 +02:00
pns_diff_pair_placer.cpp router: fixed snapping to target while placing diff pair 2015-08-21 16:35:34 +02:00
pns_diff_pair_placer.h router: fixed snapping to target while placing diff pair 2015-08-21 16:35:34 +02:00
pns_dp_meander_placer.cpp router: fixed snapping to target while placing diff pair 2015-08-21 16:35:34 +02:00
pns_dp_meander_placer.h router: fixed snapping to target while placing diff pair 2015-08-21 16:35:34 +02:00
pns_dragger.cpp router: multiple fixes: 2015-08-19 17:27:23 +02:00
pns_dragger.h router: multiple fixes: 2015-08-19 17:27:23 +02:00
pns_index.h Code formatting. 2015-02-18 17:53:46 +01:00
pns_item.cpp router: improvements to shove algorithm 2015-08-19 18:07:16 +02:00
pns_item.h router: improvements to shove algorithm 2015-08-19 18:07:16 +02:00
pns_itemset.cpp router: multiple fixes: 2015-08-19 17:27:23 +02:00
pns_itemset.h router: multiple fixes: 2015-08-19 17:27:23 +02:00
pns_joint.h router: fixes for disappearing segments after shoving & assertion in PNS_NODE destructor 2015-09-14 18:40:29 +02:00
pns_layerset.h router: multiple changes 2014-11-14 19:15:58 +01:00
pns_line.cpp router: multiple fixes: 2015-08-19 17:27:23 +02:00
pns_line.h PNS code formatting. 2015-07-22 10:46:56 +02:00
pns_line_placer.cpp router: fixes for disappearing segments after shoving & assertion in PNS_NODE destructor 2015-09-14 18:40:29 +02:00
pns_line_placer.h router: fixed snapping to target while placing diff pair 2015-08-21 16:35:34 +02:00
pns_logger.cpp router: support for non-90 degree pad orientations 2015-07-02 16:09:43 +02:00
pns_logger.h Code formatting. 2015-02-18 17:53:46 +01:00
pns_meander.cpp router: take net clearance when deskewing diff pairs. 2015-08-21 16:37:44 +02:00
pns_meander.h fix unwanted foreground frame change on Windows when creating BOM and netlists from scripts. 2015-08-28 16:15:45 +02:00
pns_meander_placer.cpp router: fixed snapping to target while placing diff pair 2015-08-21 16:35:34 +02:00
pns_meander_placer.h router: fixed snapping to target while placing diff pair 2015-08-21 16:35:34 +02:00
pns_meander_placer_base.cpp Edit microvia: fix incorrect drill size (Bug #1466653) 2015-06-19 10:55:37 +02:00
pns_meander_placer_base.h Code formatting. 2015-02-18 17:53:46 +01:00
pns_meander_skew_placer.cpp router: multiple fixes: 2015-08-19 17:27:23 +02:00
pns_meander_skew_placer.h Code formatting. 2015-02-18 17:53:46 +01:00
pns_node.cpp router: fixes for disappearing segments after shoving & assertion in PNS_NODE destructor 2015-09-14 18:40:29 +02:00
pns_node.h router: fixes for disappearing segments after shoving & assertion in PNS_NODE destructor 2015-09-14 18:40:29 +02:00
pns_optimizer.cpp PNS: correctly snap to offset pads 2015-08-04 12:15:47 +02:00
pns_optimizer.h router: support for non-90 degree pad orientations 2015-07-02 16:09:43 +02:00
pns_placement_algo.h router: fixed snapping to target while placing diff pair 2015-08-21 16:35:34 +02:00
pns_router.cpp Rework on Enum PAD_SHAPE_T, PAD_DRILL_SHAPE_T and PAD_ATTR_T (see rev 6008) : the new and better names are now used in Kicad code and existing python scripts. 2015-08-23 21:40:33 +02:00
pns_router.h router: take net clearance when deskewing diff pairs. 2015-08-21 16:37:44 +02:00
pns_routing_settings.cpp Code formatting. 2015-07-02 16:11:15 +02:00
pns_routing_settings.h Code formatting. 2015-07-02 16:11:15 +02:00
pns_segment.h PNS code formatting. 2015-07-22 10:46:56 +02:00
pns_shove.cpp router: fixes for disappearing segments after shoving & assertion in PNS_NODE destructor 2015-09-14 18:40:29 +02:00
pns_shove.h router: improvements to shove algorithm 2015-08-19 18:07:16 +02:00
pns_sizes_settings.cpp P&S: memory mgr & disappearing trace fixes. Still a bit buggy, though... 2015-08-03 21:11:51 +02:00
pns_sizes_settings.h Minor code formatting corrections. 2015-09-24 18:34:22 +02:00
pns_solid.cpp Code formatting. 2015-07-02 16:11:15 +02:00
pns_solid.h PNS: correctly snap to offset pads 2015-08-04 12:15:47 +02:00
pns_tool_base.cpp router: fixed snapping to target while placing diff pair 2015-08-21 16:35:34 +02:00
pns_tool_base.h router: fix shortcut crash & inline dragging for inline dragging P&S 2015-07-02 16:10:07 +02:00
pns_topology.cpp router: improvements to shove algorithm 2015-08-19 18:07:16 +02:00
pns_topology.h router: improvements to shove algorithm 2015-08-19 18:07:16 +02:00
pns_tune_status_popup.cpp Internationalization of GAL dialogs & menus. 2015-04-02 16:09:26 +02:00
pns_tune_status_popup.h FIxed a few clang warnings. 2015-03-09 11:06:54 +01:00
pns_utils.cpp Code formatting. 2015-07-02 16:11:15 +02:00
pns_utils.h Code formatting. 2015-07-02 16:11:15 +02:00
pns_via.cpp router: multiple fixes: 2015-08-19 17:27:23 +02:00
pns_via.h router: multiple fixes: 2015-08-19 17:27:23 +02:00
pns_walkaround.cpp router: improvements to shove algorithm 2015-08-19 18:07:16 +02:00
pns_walkaround.h router: improvements to shove algorithm 2015-08-19 18:07:16 +02:00
range.h Code formatting. 2015-02-18 17:53:46 +01:00
ranged_num.h Code formatting. 2015-02-18 17:53:46 +01:00
router_preview_item.cpp Adjusted ROUTER_PREVIEW_ITEM depth values. 2015-09-09 11:56:16 +02:00
router_preview_item.h Fixed invisible tracks in PNS. 2015-03-30 21:49:30 +02:00
router_tool.cpp router: Improved via placement code. - Blind/buried vias going through all layers are converted to TH vias. - If current layer is not set in the pair, router switches to the top layer instead of keep using the same layer. - Microvias switch between one of the outer layers and the adjacent one. 2015-09-24 18:34:22 +02:00
router_tool.h Fixed failing undo while routing. 2015-08-04 23:08:13 +02:00
time_limit.cpp Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00
time_limit.h Code formatting. 2015-07-02 16:11:15 +02:00
trace.h Reformatted PNS code to conform the coding policy. 2014-05-16 13:37:31 +02:00