1. 29 Jan, 2015 2 commits
  2. 28 Jan, 2015 2 commits
  3. 27 Jan, 2015 6 commits
  4. 25 Jan, 2015 2 commits
  5. 23 Jan, 2015 1 commit
  6. 22 Jan, 2015 2 commits
    • Wayne Stambaugh's avatar
    • jean-pierre charras's avatar
      Pcbnew: fix issues and potential issues when reading board files and mainly... · ebb967c4
      jean-pierre charras authored
      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.
      ebb967c4
  7. 20 Jan, 2015 2 commits
  8. 19 Jan, 2015 2 commits
  9. 18 Jan, 2015 2 commits
  10. 17 Jan, 2015 1 commit
  11. 16 Jan, 2015 6 commits
  12. 15 Jan, 2015 1 commit
  13. 13 Jan, 2015 3 commits
  14. 12 Jan, 2015 1 commit
    • Wayne Stambaugh's avatar
      Minor dialog improvements. · 0b6d1bbc
      Wayne Stambaugh authored
      * Make generate button the default in Eeschema netlist dialog.
      * Fix spacing issues in export IDF dialog.
      * Make OK button the default in export IDF dialog.
      * Remove unnecessary end dialog code from export IDF dialog.
      * Improve resizing of export IDF dialog.
      0b6d1bbc
  15. 11 Jan, 2015 2 commits
  16. 10 Jan, 2015 3 commits
  17. 08 Jan, 2015 1 commit
  18. 07 Jan, 2015 1 commit
    • jean-pierre charras's avatar
      Modedit: now shows a specific layers manager, which allows user to select the... · 7d8df042
      jean-pierre charras authored
      Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint.
      Please, note the layer manager was already available in GAL mode, but is was the same as tne board editor, which is not good.
      Now:
      - In default mode or GAL mode, the look is the same.
      - Only suitable technical layers (i.e. paired layers) are selectable from the layers manager (for special purposes, some other layers can be used, via the graphic items properties dialog)
      7d8df042