1. 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
  2. 23 Apr, 2015 1 commit
    • Wayne Stambaugh's avatar
      UI consistency and assertion fixes. · ad9ec412
      Wayne Stambaugh authored
      * Use "Close" in the file menu of every main frame window instead of the
        mismatch of the terms "Close", "Exit", and "Quit".
      * Change the terminology in the Pcbnew graphic text edit dialog to match the
        module text edit dialog.
      * Improve the layout of the Pcbnew graphic text dialog.
      * Fix some wxPrintf parameter type assertions for 64 bit time_t.
      * Fix all (at least I think I got all of them) duplicate menu accelerator
        characters.
      ad9ec412
  3. 22 Apr, 2015 3 commits
  4. 21 Apr, 2015 2 commits
  5. 20 Apr, 2015 3 commits
  6. 19 Apr, 2015 4 commits
  7. 17 Apr, 2015 5 commits
  8. 16 Apr, 2015 4 commits
  9. 15 Apr, 2015 1 commit
  10. 14 Apr, 2015 3 commits
  11. 13 Apr, 2015 1 commit
  12. 12 Apr, 2015 1 commit
  13. 11 Apr, 2015 1 commit
  14. 10 Apr, 2015 4 commits
  15. 09 Apr, 2015 4 commits
  16. 08 Apr, 2015 2 commits
    • 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
    • jean-pierre charras's avatar
      Pcbnew: always save the line width of footprint graphic edges in files, to... · 0d77a860
      jean-pierre charras authored
      Pcbnew: always save the line width of footprint graphic edges in files, to allow width = 0 in polygon outlines.
      (should not change anything currently for all existing footprints).
      0d77a860