1. 17 Apr, 2015 2 commits
  2. 16 Apr, 2015 1 commit
    • jean-pierre charras's avatar
      Eeschema: Fix a very old bug relative to the tool to load power parts: · 4daf9039
      jean-pierre charras authored
      Previously, only the lib named "power" was used (and therefore power parts defined in other libs not shown).
      Now, all power parts can be loaded from any library.
      Also, when loading power parts from the chose component dialog or the lib viewer, libs and parts are filtered:  only power parts and libs containing power parts are listed.
      Hotkeys: move a few global strings in the files where ther are actually used (and make them local.) and code cleaning.
      Fix a few other minor issues.
      4daf9039
  3. 14 Apr, 2015 1 commit
  4. 09 Apr, 2015 1 commit
  5. 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
  6. 07 Apr, 2015 1 commit
  7. 05 Apr, 2015 1 commit
  8. 02 Apr, 2015 4 commits
  9. 31 Mar, 2015 2 commits
  10. 30 Mar, 2015 3 commits
  11. 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
  12. 26 Mar, 2015 2 commits
  13. 25 Mar, 2015 3 commits
  14. 22 Mar, 2015 2 commits
  15. 21 Mar, 2015 1 commit
  16. 20 Mar, 2015 1 commit
  17. 18 Mar, 2015 1 commit
  18. 16 Mar, 2015 3 commits
  19. 15 Mar, 2015 1 commit
  20. 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
  21. 13 Mar, 2015 1 commit
  22. 11 Mar, 2015 2 commits
  23. 10 Mar, 2015 3 commits
  24. 09 Mar, 2015 1 commit