1. 08 Apr, 2015 1 commit
  2. 07 Apr, 2015 1 commit
  3. 30 Mar, 2015 3 commits
  4. 29 Mar, 2015 1 commit
    • Wayne Stambaugh's avatar
      Add path (environment variable) configuration dialog. · 45d0448b
      Wayne Stambaugh authored
      * Create new dialog to edit environment variables.
      * Add helper class ENV_VAR_ITEM to manage environment variable values and
        if they were defined externally.
      * A path configuration dialog access to KiCad, CvPcb, Pcbnew, and Footprint Editor
        window menus.
      * Add validator for environment variables.
      45d0448b
  5. 26 Mar, 2015 1 commit
    • Wayne Stambaugh's avatar
      Minor 3D viewer improvements (fixes lp:1406680). · ec4d74c9
      Wayne Stambaugh authored
      * Make OK button the default action in the 3D viewer option dialog per UI
        policy.
      * Fix standard button sizer padding in 3D viewer options dialog.
      * Let sizers do their job by using default size for 3D viewer options
        dialog.
      * Set 3D viewer hot key to Alt+3 in all parent windows where 3D viewer is
        accessible.
      * Minor code cleaning and coding policy fixes.
      ec4d74c9
  6. 23 Mar, 2015 1 commit
  7. 14 Mar, 2015 1 commit
  8. 11 Mar, 2015 1 commit
  9. 06 Mar, 2015 1 commit
  10. 03 Mar, 2015 1 commit
  11. 27 Feb, 2015 1 commit
  12. 17 Feb, 2015 1 commit
  13. 02 Feb, 2015 1 commit
  14. 01 Feb, 2015 1 commit
  15. 19 Jan, 2015 1 commit
  16. 17 Jan, 2015 1 commit
  17. 15 Jan, 2015 1 commit
  18. 13 Jan, 2015 2 commits
  19. 11 Jan, 2015 2 commits
  20. 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
  21. 04 Jan, 2015 1 commit
  22. 01 Jan, 2015 2 commits
  23. 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
  24. 21 Dec, 2014 1 commit
  25. 12 Nov, 2014 1 commit
  26. 29 Oct, 2014 1 commit
  27. 28 Oct, 2014 2 commits
  28. 27 Oct, 2014 1 commit
  29. 26 Oct, 2014 1 commit
  30. 19 Oct, 2014 1 commit
  31. 17 Oct, 2014 1 commit
  32. 14 Oct, 2014 1 commit
  33. 08 Oct, 2014 1 commit
    • Berhnard Stegmaier's avatar
      OSX build fixes and improvements. · b8d1789a
      Berhnard Stegmaier authored
      * Fix creation of single app bundle with respect to scripting support.
      * Cleanup scripting search paths for OSX.
      * Fix some small CMake bugs from previous OSX build change.
      * Optimize bundle file structure to be consistent with Apple specs.
      * Add helper script for compiling wxWidgets and wxPython
      * Update OSX build instructions.
      b8d1789a
  34. 02 Oct, 2014 1 commit
    • Bernhard Stegmaier's avatar
      OSX build improvements. · 8b3c14c0
      Bernhard Stegmaier authored
      * Compile all binaries into a single application bundle.
      * Use CMake BundleUtilities to make application bundle relocatable.
      * Restructure build output to directly create an image file.
      * Fix default search paths.
      * Set KIGITHUB environment variable.
      * Added patch to fix wxWidgets so names for OSX.
      8b3c14c0