1. 15 Jan, 2015 1 commit
  2. 13 Jan, 2015 1 commit
  3. 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
  4. 10 Jan, 2015 2 commits
  5. 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
  6. 05 Jan, 2015 3 commits
  7. 04 Jan, 2015 2 commits
  8. 02 Jan, 2015 1 commit
  9. 01 Jan, 2015 2 commits
  10. 31 Dec, 2014 1 commit
  11. 30 Dec, 2014 1 commit
  12. 28 Dec, 2014 2 commits
  13. 26 Dec, 2014 1 commit
  14. 23 Dec, 2014 1 commit
    • jean-pierre charras's avatar
      Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; · bc230f76
      jean-pierre charras authored
      Fix issue when using a page layout file in project folder: eeschema and Pcbnew did not use it, unless using an absolute path.
      Now, if the file path is nor absolute, it is seen as relative to the project (which is the expected behavior)
      fp lib wizard: when pcbnew id compiled with USE_GITHUB_PLUGIN=OFF, the github plugin option is no more accessible (and the web viewer no more used).
      bc230f76
  15. 22 Dec, 2014 1 commit
  16. 21 Dec, 2014 1 commit
  17. 20 Dec, 2014 1 commit
  18. 19 Dec, 2014 2 commits
  19. 18 Dec, 2014 1 commit
  20. 11 Dec, 2014 1 commit
  21. 08 Dec, 2014 1 commit
  22. 07 Dec, 2014 2 commits
  23. 06 Dec, 2014 1 commit
  24. 04 Dec, 2014 1 commit
    • jean-pierre charras's avatar
      Pcbnew: fix Bug #1395594 (pcbplotparams parser sensitive to formatting) · 0e996cac
      jean-pierre charras authored
      Looked like a minor issue, but was due to a more serious bug, when using 2 different DSN_LEXERS which were not synchronized.
      The fix is not perfect, but unfortunately, the parser used to read the PCB_PLOT_PARAMS in .kicad_pcb files is also used in legacy board file reader.
      Therefore it is better than write 2 parser functions, one for legacy files, the other for the .kicad_pcb files, which make the same thing.
      0e996cac
  25. 03 Dec, 2014 1 commit
  26. 01 Dec, 2014 1 commit
    • jean-pierre charras's avatar
      Pcbnew, export Solder masks in Gerber Format: fix not working export when the... · 479af2a7
      jean-pierre charras authored
      Pcbnew, export Solder masks in Gerber Format: fix not working export when the solder mask minimal width is not 0 (the exported shapes were the same as if the vule = 0) with boost version >= 1.56
      This is due to the fact the boost::pylygon function resize ( a inflate/deflate function) used for calculations does not work with boost version >= 1.56.
      Use Clipper  inflate/deflate function instead. It is faster and works fine.
      479af2a7
  27. 30 Nov, 2014 1 commit
  28. 29 Nov, 2014 1 commit
  29. 27 Nov, 2014 2 commits
  30. 26 Nov, 2014 1 commit
  31. 24 Nov, 2014 1 commit