1. 22 Feb, 2015 1 commit
  2. 21 Feb, 2015 1 commit
  3. 20 Feb, 2015 1 commit
  4. 17 Feb, 2015 1 commit
  5. 12 Feb, 2015 4 commits
  6. 10 Feb, 2015 1 commit
  7. 06 Feb, 2015 2 commits
  8. 03 Feb, 2015 1 commit
  9. 02 Feb, 2015 2 commits
  10. 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
  11. 27 Jan, 2015 1 commit
  12. 17 Jan, 2015 1 commit
  13. 16 Jan, 2015 1 commit
  14. 15 Jan, 2015 1 commit
  15. 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
  16. 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
  17. 04 Jan, 2015 1 commit
  18. 01 Jan, 2015 2 commits
  19. 30 Dec, 2014 1 commit
  20. 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
  21. 22 Dec, 2014 1 commit
  22. 21 Dec, 2014 1 commit
  23. 20 Dec, 2014 1 commit
  24. 11 Dec, 2014 1 commit
  25. 19 Nov, 2014 2 commits
  26. 17 Nov, 2014 1 commit
  27. 14 Nov, 2014 1 commit
    • Tomasz Wlostowski's avatar
      router: multiple changes · 80adf9d8
      Tomasz Wlostowski authored
      - re-worked PNS_LINE_PLACER and PNS_ROUTER classes a bit, removing duplicate class members
      - cleaned up Andrew's blind/buried via fixes
      - fixed 'custom via width' dialog bug updating the width even when closed/cancelled
      - fixed incorrect radius of drawn microvias
      80adf9d8
  28. 09 Nov, 2014 1 commit
  29. 06 Nov, 2014 1 commit
  30. 02 Nov, 2014 1 commit
  31. 27 Oct, 2014 1 commit
  32. 26 Oct, 2014 1 commit
  33. 17 Oct, 2014 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew VRML export improvements. · 431ed318
      Wayne Stambaugh authored
      * Improve VRML export dialog lay out.
      * Make the OK button the default action in the export dialog.
      * Make 3D model export work correctly and avoid redundant file copies.
      * Fix embedded path separators in wrl files on windows.
      * Fix absolute model file path creation in wrl files.
      * Clean up VRML export code.
      431ed318