1. 08 Apr, 2015 1 commit
    • Wayne Stambaugh's avatar
      Fix config.h default data install path assignment during configuration. · 4274f2d5
      Wayne Stambaugh authored
      * Remove redundant definition of KICAD_DATA_PATH since DEFAULT_INSTALL_PATH
        was already defined.
      * Use DEFAULT_INSTALL_PATH as the substitution for the default environment
        variable paths.
      * Add option to define DEFAULT_INSTALL_PATH during CMake configuration with
        fall back to CMAKE_INSTALL_PREFIX if not not defined.
      * Developer note: this change is primarily for package builders where
        CMAKE_INSTALL_PATH is the path where the package builder temporarily
        installs the build output before creating the package.  When building
        packages, DEFAULT_INSTALL_PATH should be set to the path where the
        package will be installed by default.
      4274f2d5
  2. 07 Apr, 2015 1 commit
  3. 05 Apr, 2015 1 commit
  4. 02 Apr, 2015 4 commits
  5. 31 Mar, 2015 2 commits
  6. 30 Mar, 2015 3 commits
  7. 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
  8. 26 Mar, 2015 2 commits
  9. 25 Mar, 2015 3 commits
  10. 22 Mar, 2015 2 commits
  11. 21 Mar, 2015 1 commit
  12. 20 Mar, 2015 1 commit
  13. 18 Mar, 2015 1 commit
  14. 16 Mar, 2015 3 commits
  15. 15 Mar, 2015 1 commit
  16. 14 Mar, 2015 1 commit
    • jean-pierre charras's avatar
      Try to fix Bug #1431391 (Unable to edit pins in Schematic library editor). It... · f743b988
      jean-pierre charras authored
      Try to fix Bug #1431391 (Unable to edit pins in Schematic library editor). It happens on XFCE, but also on Unity. This fix works on Unity. (it is due to the fact the dialog is not raised, for an unknown reason, and this bug depend on the way Eeschema and Libedit are run).
      Add Ctrl+E hotkey in eeschema to edit a component with Libedit (similar to pcbnew Ctrl+E hotkey)
      As usual, fix a few minor coverity warnings
      f743b988
  17. 13 Mar, 2015 1 commit
  18. 11 Mar, 2015 2 commits
  19. 10 Mar, 2015 3 commits
  20. 09 Mar, 2015 2 commits
  21. 06 Mar, 2015 3 commits
  22. 05 Mar, 2015 1 commit