1. 16 Jan, 2015 4 commits
  2. 15 Jan, 2015 1 commit
  3. 13 Jan, 2015 3 commits
  4. 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
  5. 11 Jan, 2015 2 commits
  6. 10 Jan, 2015 3 commits
  7. 08 Jan, 2015 1 commit
  8. 07 Jan, 2015 3 commits
  9. 06 Jan, 2015 3 commits
  10. 05 Jan, 2015 3 commits
  11. 04 Jan, 2015 4 commits
  12. 02 Jan, 2015 1 commit
  13. 01 Jan, 2015 3 commits
  14. 31 Dec, 2014 1 commit
  15. 30 Dec, 2014 2 commits
  16. 29 Dec, 2014 1 commit
  17. 28 Dec, 2014 2 commits
  18. 26 Dec, 2014 1 commit
  19. 23 Dec, 2014 1 commit
    • jean-pierre charras's avatar
      Code cleaning: move class PAGE_INFO from common.h to class_page_info.h; · caafffd7
      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 not 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).
      caafffd7