1. 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
  2. 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
  3. 04 Jan, 2015 1 commit
  4. 01 Jan, 2015 2 commits
  5. 30 Dec, 2014 1 commit
  6. 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
  7. 22 Dec, 2014 1 commit
  8. 21 Dec, 2014 1 commit
  9. 20 Dec, 2014 1 commit
  10. 11 Dec, 2014 1 commit
  11. 19 Nov, 2014 2 commits
  12. 17 Nov, 2014 1 commit
  13. 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
  14. 09 Nov, 2014 1 commit
  15. 06 Nov, 2014 1 commit
  16. 02 Nov, 2014 1 commit
  17. 27 Oct, 2014 1 commit
  18. 26 Oct, 2014 1 commit
  19. 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
  20. 13 Oct, 2014 2 commits
  21. 12 Oct, 2014 1 commit
  22. 08 Oct, 2014 2 commits
  23. 06 Oct, 2014 1 commit
    • Wayne Stambaugh's avatar
      Road map and Doxygen work. · 99f30c9d
      Wayne Stambaugh authored
      * Remove obsolete settings from Doxygen configuration file.
      * Fix some Doxygen warnings.
      * Add the board edge segment snapping to developers road map.
      * Fix some coding style issues in CMakeLists.txt
      99f30c9d
  24. 25 Sep, 2014 1 commit
  25. 22 Sep, 2014 2 commits
  26. 19 Sep, 2014 1 commit
  27. 14 Sep, 2014 1 commit
    • jean-pierre charras's avatar
      Ref and Value for footprints: use now the layer color, not a specific color:... · aa9de21c
      jean-pierre charras authored
      Ref and Value for footprints: use now the layer color, not a specific color: this is needed by the fact these fields can be on an other layer than silk screen, and therefore must have the corresponding color
      Also do not allow copper layers, solder paste and solder mask: put Ref or Value on these layers has no sense, and can create serious issues on the board.
      aa9de21c
  28. 13 Sep, 2014 2 commits
  29. 10 Sep, 2014 1 commit
    • Lorenzo Marcantonio's avatar
      TEXTE_MODULE cleanup in preparation for text on different layers · 424aac6c
      Lorenzo Marcantonio authored
      - Removed the friends MODULE and FOOTPRINT_EDIT_FRAME from TEXTE_MODULE
        (as in the @todo comment)
      
      - Refactored the Rotate/Flip/Mirror for text in modules into the
        TEXTE_MODULE class itself (members RotateWithModule, FlipWithModule,
        MirrorWithModule)
      
      - New behaviour in coloring text on screen: reference and value still
        take the color from the MOD_TEXT_FR_VISIBLE and MOD_TEXT_BK_VISIBLE
        visibles; other text takes the color of the layer containing it
        (except when hidden, obviously) but still get its visibility
        controlled by those visibles (probably the most intuitive and useful
        behaviour)
      
      - Still need to decide: should text on a layer be hidden when the layer
        is? Probably yes (still to be implemented);
      
      - Some comment fixed and many cast converted to static_cast
      424aac6c
  30. 07 Sep, 2014 1 commit
  31. 06 Sep, 2014 1 commit
  32. 29 Aug, 2014 1 commit
  33. 24 Aug, 2014 2 commits