~metacollin/kicad/boosting_boost

Viewing all changes in revision 5384.

  • Committer: jean-pierre charras
  • Date: 2015-01-22 12:06:34 UTC
  • Revision ID: jp.charras@wanadoo.fr-20150122120634-esyxtcz64cq1wb62
Pcbnew: fix issues and potential issues when reading board files and mainly old board files, and enhance the DRC tests and Delete Single Pad Net option when reading a netlist:
* Delete Single Pad Net option does not delete the net if a zone use this net (i.e. is attached to this pad).
* pcb_parser accept now negative netcodes in zones (can happen with old files, which previously could crash Pcbnew)
* pcb_parser accept now files with incorrect or missing net count  (can happen with old files, which previously could crash Pcbnew)
* if a zone has a non-existent net name it now keep this net name, and DRC detect it (previously, the net name was lost, and the DRC did not tected this issue).
* Drc test: now detect a "dead" net, i.e. a net with 0 pads, but still used by a zone. It happens easily after a schematic modification, when a net disappears or is renamed.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: