kicad/pcbnew/router
Maciej Suminski 2c03bf4109 Removed TA_ActivateTool (now tools are invoked by sending TA_Action event, with the tool name as string parameter).
Developed TOOL_Action class & added ActionManager. Hot keys registered by tools are processed.
Selection & move tool can be invoked by a hot key.
2013-09-19 17:02:57 +02:00
..
CMakeLists.txt Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
direction.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_index.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_item.cpp Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_item.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_itemset.cpp Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_itemset.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_joint.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_layerset.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_line.cpp Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_line.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_line_placer.cpp Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_line_placer.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_node.cpp Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_node.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_optimizer.cpp Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_optimizer.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_router.cpp Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_router.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_routing_settings.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_segment.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_shove.cpp Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_shove.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_solid.cpp Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_solid.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_utils.cpp Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_utils.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_via.cpp Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_via.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_walkaround.cpp Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
pns_walkaround.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
readme.txt added note why there's no P&S sources yet... 2013-09-12 11:49:24 +02:00
router_preview_item.cpp Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
router_preview_item.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
router_tool.cpp Removed TA_ActivateTool (now tools are invoked by sending TA_Action event, with the tool name as string parameter). 2013-09-19 17:02:57 +02:00
router_tool.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00
trace.h Initial version of the P&S router. Buggy and crappy. 2013-09-18 19:55:16 +02:00

readme.txt

You'll see the P&S router sources here, but just not right now. 
We are still dealing with some non-technical issues that should be solved by the next week.

Tom