1. 25 Jan, 2013 1 commit
  2. 08 Jan, 2013 1 commit
    • jean-pierre charras's avatar
      Pcbnew: Enhancement in connections calculations: · 8b6d5cb4
      jean-pierre charras authored
      Until now, 2 tracks were seen as connected only if one end of the first track is *exactly* on one end of the other track.
      Now the 2 ends are seen as connected when they are "near" i.e. the distance between the 2 ends is < track width/2
      8b6d5cb4
  3. 11 Sep, 2012 1 commit
  4. 07 Sep, 2012 1 commit
    • jean-pierre charras's avatar
      Pcbnew: cleanup functions: now, cleanup uses same algorithm as connectivity... · 3668f4cc
      jean-pierre charras authored
      Pcbnew: cleanup functions: now, cleanup uses same algorithm as connectivity calculations to detect pads connections, and is faster.
      therefore tracks which have a end point inside a pad, but not necessaryexactly  to the pad position are seen as connected, and are no more removed.
      Side effect: reconnect to pads option is removed, because it is useless.
      TODO: use this algorithm in drag functions.
      Minor other fixes
      3668f4cc