kicad/pcbnew/router
Maciej Suminski f7d00a393b Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode()
Renamed BOARD_CONNECTED_ITEM::SetNet() -> SetNetCode()
Added BOARD_CONNECTED_ITEM::GetNet() for accessing NETINFO_ITEM* of a given item.
Fixed module editor crash when launched to edit a module from a PCB.
Replaced some BOARD::FindNet( item->GetNet() ) calls with BOARD_CONNECTED_ITEM::GetNet().
2014-02-25 11:47:27 +01:00
..
CMakeLists.txt Uncrustified the push&shove source, fixed some warnings. 2013-09-27 10:00:26 +02:00
direction.h Improved way of drawing 45-degree lines. 2014-02-17 11:33:03 +01:00
pns_index.h Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
pns_item.cpp Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
pns_item.h PNS_ITEM::m_parent: BOARD_ITEM->BOARD_CONNECTED_ITEM 2014-01-29 15:35:25 +01:00
pns_itemset.cpp Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
pns_itemset.h Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
pns_joint.h Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
pns_layerset.h Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
pns_line.cpp Remove some uses of using namespace std. 2013-12-13 10:27:30 -06:00
pns_line.h Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
pns_line_placer.cpp Remove some uses of using namespace std. 2013-12-13 10:27:30 -06:00
pns_line_placer.h Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
pns_node.cpp Remove some uses of using namespace std. 2013-12-13 10:27:30 -06:00
pns_node.h Fix redraw issue in modedit a modview, with GAL 2013-11-01 13:56:20 +01:00
pns_optimizer.cpp Remove some uses of using namespace std. 2013-12-13 10:27:30 -06:00
pns_optimizer.h Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
pns_router.cpp Renamed BOARD_CONNECTED_ITEM::GetNet() -> GetNetCode() 2014-02-25 11:47:27 +01:00
pns_router.h Added the dynamic ratsnest for the tracks that are currently routed with the PNS router. 2014-01-31 18:05:11 +01:00
pns_routing_settings.h Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
pns_segment.h Mainly case changes. 2013-10-14 20:40:36 +02:00
pns_shove.cpp Remove some uses of using namespace std. 2013-12-13 10:27:30 -06:00
pns_shove.h Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
pns_solid.cpp cvpcb was not filtering on the current library when USE_FP_LIB_TABLE. 2013-10-31 16:30:57 -05:00
pns_solid.h Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
pns_utils.cpp Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
pns_utils.h Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
pns_via.cpp Uncrustifying push&shove router 2013-09-26 23:53:54 +02:00
pns_via.h Uncrustifying push&shove router 2013-09-26 23:53:54 +02:00
pns_walkaround.cpp Remove some uses of using namespace std. 2013-12-13 10:27:30 -06:00
pns_walkaround.h Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
router_preview_item.cpp Mainly case changes. 2013-10-14 20:40:36 +02:00
router_preview_item.h Namespace KiGfx->KIGFX. 2013-10-14 16:13:35 +02:00
router_tool.cpp Continous mode for drawing tools (i.e. they do not finish after adding a single object). 2014-02-19 13:51:32 +01:00
router_tool.h Undo/redo buffer fixed once again.. 2014-01-31 16:08:20 +01:00
trace.h Removed some debug logs. 2013-12-18 12:46:18 +01:00