kicad/pcbnew/connectivity
jean-pierre charras ba5ab99a03 pcbnew: More about Prevent use of non-connected item in ratsnest
Another static cast was left. changed now to dyn_cast

We need to be careful in the connectivity system to always use
dyn_cast/dynamic_cast and check the return when dealing with board
items.
Fixes https://gitlab.com/kicad/code/kicad/issues/5082
2020-08-08 09:59:54 +02:00
..
CMakeLists.txt Build: libpolygon provides its own includes 2019-02-04 19:29:31 -08:00
connectivity_algo.cpp pcbnew: Prevent use of non-connected item in ratsnest 2020-08-07 14:09:03 -07:00
connectivity_algo.h Store items changed by connectivity algorithm in undo list 2019-05-24 21:55:49 -04:00
connectivity_data.cpp pcbnew: More about Prevent use of non-connected item in ratsnest 2020-08-08 09:59:54 +02:00
connectivity_data.h Remove delauney computations from dynamic ratsnest 2020-06-22 20:42:12 -07:00
connectivity_items.cpp connectivity: Use pad anchor for connections 2019-09-19 13:25:26 -07:00
connectivity_items.h pcbnew: Fix error in connecitivty calculation 2019-08-23 10:52:11 -07:00
connectivity_rtree.h pcbnew: Separating connectivity to subdir 2018-10-12 16:31:09 -07:00