1. 25 Jan, 2015 1 commit
  2. 23 Jan, 2015 1 commit
  3. 22 Jan, 2015 1 commit
  4. 20 Jan, 2015 1 commit
  5. 19 Jan, 2015 1 commit
  6. 18 Jan, 2015 1 commit
  7. 17 Jan, 2015 1 commit
  8. 16 Jan, 2015 1 commit
  9. 15 Jan, 2015 1 commit
  10. 11 Jan, 2015 1 commit
  11. 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
  12. 07 Jan, 2015 1 commit
  13. 05 Jan, 2015 1 commit
  14. 04 Jan, 2015 1 commit
  15. 02 Jan, 2015 1 commit
  16. 01 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. 18 Dec, 2014 1 commit
  20. 11 Dec, 2014 1 commit
  21. 09 Dec, 2014 1 commit
  22. 07 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. 23 Nov, 2014 1 commit
  25. 21 Nov, 2014 1 commit
  26. 19 Nov, 2014 2 commits
  27. 14 Nov, 2014 5 commits
  28. 13 Nov, 2014 3 commits
  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
    • Wayne Stambaugh's avatar
      Fix parallel build bugs. · b7f890ad
      Wayne Stambaugh authored
      * Make all files generated by make_lexer() dependencies of thier respective build targets.
      * Make building Boost a dependency for all libraries.
      * Remove duplicate make_lexer() call for Specctra lexer files.
      b7f890ad