1. 30 Apr, 2015 9 commits
  2. 25 Apr, 2015 1 commit
    • Chris Pavlina's avatar
      Add schematic component library change rescue feature (fixes lp:1435338). · 26c320db
      Chris Pavlina authored
      * Add code to test if any of the components in the schematic cache have been changed
        in the component libraries.
      * Prompt user to accept or reject components when changes are found.
      * If the user chooses to use the components in the cache, create a new library with the old
        components and add it to the beginning of the component library list so the schematic will
        not be changed.
      * Create dialogs to handle user feedback and status.
      26c320db
  3. 20 Apr, 2015 1 commit
  4. 19 Apr, 2015 1 commit
  5. 17 Apr, 2015 1 commit
  6. 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
  7. 14 Apr, 2015 1 commit
  8. 09 Apr, 2015 1 commit
  9. 06 Apr, 2015 1 commit
  10. 03 Apr, 2015 2 commits
  11. 02 Apr, 2015 3 commits
  12. 31 Mar, 2015 1 commit
  13. 30 Mar, 2015 4 commits
  14. 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
  15. 27 Mar, 2015 1 commit
  16. 26 Mar, 2015 1 commit
  17. 25 Mar, 2015 2 commits
  18. 22 Mar, 2015 2 commits
  19. 17 Mar, 2015 1 commit
  20. 15 Mar, 2015 1 commit
  21. 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
  22. 13 Mar, 2015 1 commit
  23. 10 Mar, 2015 2 commits