1. 03 Feb, 2015 1 commit
  2. 02 Feb, 2015 2 commits
  3. 30 Jan, 2015 1 commit
    • jean-pierre charras's avatar
      ModEdit: add a settings menu option(and the corresponding dialog) to set... · 8412f2ad
      jean-pierre charras authored
      ModEdit: add a settings menu option(and the corresponding dialog) to set default values used when creating a footprint or add graphic items to a footprint being edited.
      These settings are now not common to the board editor, because the footprint editor can be run outside the board editor.
      download_boost.cmake: ignore  .htm* files when installing boost. They are not used, and often have a very very long (and stupid) name which sometimes creates issues.
      8412f2ad
  4. 29 Jan, 2015 1 commit
  5. 28 Jan, 2015 2 commits
  6. 25 Jan, 2015 2 commits
  7. 22 Jan, 2015 1 commit
  8. 20 Jan, 2015 1 commit
  9. 18 Jan, 2015 1 commit
  10. 17 Jan, 2015 1 commit
  11. 15 Jan, 2015 1 commit
  12. 11 Jan, 2015 1 commit
  13. 10 Jan, 2015 1 commit
    • jean-pierre charras's avatar
      Add hight contrast option in Modedit. In hight contrast mode, solder masks and... · 9cfb97d8
      jean-pierre charras authored
      Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown.
      this option was possible only by modifying the way display options are managed.
      before these changes, display options were a global DISPLAY_OPTIONS class instance.
      Now each EDA_DRAW_FRAME(and derivated classes)  includes its own DISPLAY_OPTIONS class instance.
      As a consequence, some duplicate display option variables in these classes have been removed, because there were just duplicate variables of the  DISPLAY_OPTIONS class instance.
      9cfb97d8
  14. 07 Jan, 2015 2 commits
    • 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
    • Jose Ingnacio's avatar
      Use XDG_CONFIG_DIR for lock file path on Linux. · c9a1b239
      Jose Ingnacio authored
      * With fixes from Adam Wolf.
      c9a1b239
  15. 05 Jan, 2015 1 commit
  16. 04 Jan, 2015 1 commit
  17. 31 Dec, 2014 1 commit
  18. 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
  19. 20 Dec, 2014 1 commit
  20. 18 Dec, 2014 1 commit
  21. 16 Dec, 2014 1 commit
  22. 11 Dec, 2014 1 commit
  23. 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
  24. 21 Nov, 2014 1 commit
  25. 19 Nov, 2014 1 commit
  26. 15 Nov, 2014 1 commit
  27. 14 Nov, 2014 2 commits
  28. 08 Nov, 2014 1 commit
  29. 06 Nov, 2014 1 commit
  30. 02 Nov, 2014 1 commit
  31. 31 Oct, 2014 1 commit
  32. 26 Oct, 2014 1 commit
  33. 22 Oct, 2014 1 commit
  34. 19 Oct, 2014 1 commit
  35. 18 Oct, 2014 1 commit