kicad/pcbnew/connectivity
jean-pierre charras aa5a2225e7 Fix incorrect detection of filled zones changes in DRC check.
Commit 6006703798 fixed a crash but broke the filled zones changes detection.
Filled zones were always seen as not up to date due to the fact the filled areas were cleared too early.

The up to date detection is also optimized: the old filled polygons are no longer stored.
Instead of, the MD5_HASH is calculated and stored before clearing the filled polygons.
2019-03-24 15:38:59 +01:00
..
CMakeLists.txt Build: libpolygon provides its own includes 2019-02-04 19:29:31 -08:00
connectivity_algo.cpp pcbnew: Adjust default update rate to 100ms 2018-11-06 09:28:12 -08:00
connectivity_algo.h pcbnew: refactor connectivity locking 2018-10-12 17:07:31 -07:00
connectivity_data.cpp Minor code formatting 2019-01-17 19:17:34 -08:00
connectivity_data.h Fix incorrect detection of filled zones changes in DRC check. 2019-03-24 15:38:59 +01:00
connectivity_items.cpp pcbnew: Tracks cleanup use connectivity database 2018-11-27 11:17:59 -08:00
connectivity_items.h pcbnew: Tracks cleanup use connectivity database 2018-11-27 11:17:59 -08:00
connectivity_rtree.h pcbnew: Separating connectivity to subdir 2018-10-12 16:31:09 -07:00