kicad/pcbnew/router
Jeff Young eacaa39aa2 Remove global units usage from GetSelectionText...
... and GetMsgPanelInfo.

Step 4 in the g_UserUnit eradication effort.

Also removes a couple of conversion routines that were close
enough to extinction.

(cherry picked from commit c75da51)
2018-07-17 15:11:09 +01:00
..
CMakeLists.txt
length_tuner_tool.cpp pcbnew: Prevent mouse capture after actions 2018-06-13 14:05:32 -07:00
length_tuner_tool.h
pns_algo_base.cpp
pns_algo_base.h
pns_debug_decorator.h
pns_diff_pair.cpp pcbnew: diff pair filter bugfix 2018-06-29 13:05:44 -07:00
pns_diff_pair.h Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
pns_diff_pair_placer.cpp pcbnew: Keep dp placer on initial layer 2018-07-03 08:23:16 -07:00
pns_diff_pair_placer.h router: allow placing tracks/diff pairs without continuing routing by Shift+L-Click 2018-06-19 19:30:03 +02:00
pns_dp_meander_placer.cpp Use more self-documenting names for conversion routines. 2018-07-17 15:10:13 +01:00
pns_dp_meander_placer.h router: allow placing tracks/diff pairs without continuing routing by Shift+L-Click 2018-06-19 19:30:03 +02:00
pns_dragger.cpp PNS router: apply the last stable state after dragging 2018-05-08 11:50:37 +02:00
pns_dragger.h
pns_index.h Initial support for keepout zones in the P&S router. 2018-02-06 09:43:56 +01:00
pns_item.cpp router: treat negative net indices as always colliding 2018-02-17 18:25:20 +01:00
pns_item.h Initial support for keepout zones in the P&S router. 2018-02-06 09:43:56 +01:00
pns_itemset.cpp
pns_itemset.h Optimize itemset 2018-05-07 13:59:12 -07:00
pns_joint.h
pns_kicad_iface.cpp Remove global units usage from GetSelectionText... 2018-07-17 15:11:09 +01:00
pns_kicad_iface.h router: support for board outline 2018-02-06 09:43:56 +01:00
pns_layerset.h
pns_line.cpp router: prevent a very unlikely infinite loop in PNS::LINE::Walkaround() causing an OOM&segfault 2018-05-02 15:06:08 -07:00
pns_line.h router: prevent a very unlikely infinite loop in PNS::LINE::Walkaround() causing an OOM&segfault 2018-05-02 15:06:08 -07:00
pns_line_placer.cpp router: allow placing tracks/diff pairs without continuing routing by Shift+L-Click 2018-06-19 19:30:03 +02:00
pns_line_placer.h router: allow placing tracks/diff pairs without continuing routing by Shift+L-Click 2018-06-19 19:30:03 +02:00
pns_logger.cpp Setting custom pad shape to be outline for PNS 2018-05-04 08:23:20 -07:00
pns_logger.h Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
pns_meander.cpp Fix a bug in how we check for differential pair tuning. 2018-05-21 13:49:40 +01:00
pns_meander.h
pns_meander_placer.cpp Use more self-documenting names for conversion routines. 2018-07-17 15:10:13 +01:00
pns_meander_placer.h router: allow placing tracks/diff pairs without continuing routing by Shift+L-Click 2018-06-19 19:30:03 +02:00
pns_meander_placer_base.cpp
pns_meander_placer_base.h
pns_meander_skew_placer.cpp Use more self-documenting names for conversion routines. 2018-07-17 15:10:13 +01:00
pns_meander_skew_placer.h
pns_node.cpp router: fixed use-after-free error occuring when a newly routed segment covered exactly an older one 2018-02-08 11:34:31 +01:00
pns_node.h pcbnew: Set dp clearance based on netclass 2018-06-18 14:23:25 -07:00
pns_optimizer.cpp Adjusting the breakout optimizer for custom pads 2018-05-04 08:23:20 -07:00
pns_optimizer.h Adjusting the breakout optimizer for custom pads 2018-05-04 08:23:20 -07:00
pns_placement_algo.h router: allow placing tracks/diff pairs without continuing routing by Shift+L-Click 2018-06-19 19:30:03 +02:00
pns_router.cpp router: allow placing tracks/diff pairs without continuing routing by Shift+L-Click 2018-06-19 19:30:03 +02:00
pns_router.h router: allow placing tracks/diff pairs without continuing routing by Shift+L-Click 2018-06-19 19:30:03 +02:00
pns_routing_settings.cpp
pns_routing_settings.h Change "Automatic neckdown" to "Optimize pad connections". 2018-02-15 17:02:44 +01:00
pns_segment.h
pns_shove.cpp router: allow placing via without track in shove mode 2018-05-08 15:18:10 +02:00
pns_shove.h
pns_sizes_settings.cpp pcbnew: Differential pairs obey netclass settings 2018-06-07 08:58:12 -07:00
pns_sizes_settings.h
pns_solid.cpp Setting custom pad shape to be outline for PNS 2018-05-04 08:23:20 -07:00
pns_solid.h
pns_tool_base.cpp Remove duplicated PNS TOOL_ACTIONs to display routing settings 2018-06-15 17:12:15 +02:00
pns_tool_base.h Remove duplicated PNS TOOL_ACTIONs to display routing settings 2018-06-15 17:12:15 +02:00
pns_topology.cpp
pns_topology.h
pns_tune_status_popup.cpp Added STATUS_TEXT_POPUP for simple popup text display 2018-02-22 15:18:52 +01:00
pns_tune_status_popup.h Added STATUS_TEXT_POPUP for simple popup text display 2018-02-22 15:18:52 +01:00
pns_utils.cpp Setting custom pad shape to be outline for PNS 2018-05-04 08:23:20 -07:00
pns_utils.h Setting custom pad shape to be outline for PNS 2018-05-04 08:23:20 -07:00
pns_via.cpp
pns_via.h
pns_walkaround.cpp router: prevent a very unlikely infinite loop in PNS::LINE::Walkaround() causing an OOM&segfault 2018-05-02 15:06:08 -07:00
pns_walkaround.h
range.h
ranged_num.h
router_preview_item.cpp pcbnew: Draw the clearance outline first 2018-06-28 20:28:12 -07:00
router_preview_item.h
router_tool.cpp router: allow placing tracks/diff pairs without continuing routing by Shift+L-Click 2018-06-19 19:30:03 +02:00
router_tool.h Avoid selection disambiguation menu when possible. 2018-01-18 09:09:25 +01:00
time_limit.cpp
time_limit.h