1. 22 Nov, 2014 1 commit
  2. 19 Nov, 2014 3 commits
  3. 09 Nov, 2014 1 commit
  4. 06 Nov, 2014 1 commit
  5. 02 Nov, 2014 1 commit
  6. 26 Oct, 2014 2 commits
  7. 21 Oct, 2014 1 commit
  8. 17 Oct, 2014 1 commit
  9. 14 Oct, 2014 4 commits
  10. 13 Oct, 2014 1 commit
  11. 09 Oct, 2014 1 commit
  12. 08 Oct, 2014 5 commits
  13. 05 Oct, 2014 2 commits
  14. 30 Sep, 2014 1 commit
  15. 29 Sep, 2014 1 commit
  16. 26 Sep, 2014 1 commit
  17. 18 Sep, 2014 1 commit
  18. 17 Sep, 2014 1 commit
    • jean-pierre charras's avatar
      Eeschema: back to KICAD_KEEPCASE option, to find parts in lib, when using case... · 93a3d4cb
      jean-pierre charras authored
      Eeschema: back to KICAD_KEEPCASE option, to find parts in lib, when using case sensitive option (default).
      Schematic component properties dialog: add 2 helper buttons to manage the chip name (name of the corresponding part in lib)
      - a browse button to chose an other chip name
      - a test button, to know if the part exists. If not existing, list the parts found when searching using a case insensitive comparison.
      93a3d4cb
  19. 16 Sep, 2014 2 commits
  20. 15 Sep, 2014 2 commits
  21. 14 Sep, 2014 1 commit
    • jean-pierre charras's avatar
      Eeschema: remove the compil option KICAD_KEEPCASE. Eeschema is now always case... · 1edd8c8a
      jean-pierre charras authored
      Eeschema: remove the compil option KICAD_KEEPCASE. Eeschema is now always case sensitive when seraching components in libs.
      However to be compatible with old versions of Eeschema, when a search in library fails, a case insensitive search is made.
      Therefore, this version should be compatible with sch files created by previous Eeschema versions compiled with KICAD_KEEPCASE = OFF
      1edd8c8a
  22. 13 Sep, 2014 1 commit
  23. 07 Sep, 2014 1 commit
  24. 02 Sep, 2014 1 commit
  25. 29 Aug, 2014 1 commit
  26. 25 Aug, 2014 1 commit
    • jean-pierre charras's avatar
      Eeschema: add dialog libedit options and move options relative to libedit from... · ed4fee76
      jean-pierre charras authored
      Eeschema: add dialog libedit options and move options relative to libedit from eeschema options to this dialog.
      Ensure some values initialized by the schematic editor and used by libedit are also initialized in libedit even if  the schematic editor was not started.
      Remove useless commands (save/load project config) in libedit, because now they have no sense.
      ed4fee76
  27. 24 Aug, 2014 1 commit
    • Wayne Stambaugh's avatar
      Fix Eeschema sheet issues. Should close out bug lp:593782 · 0b69ed3a
      Wayne Stambaugh authored
      * Refresh canvas when user cancels edits so that the discarded sheet is
        cleared from the schematic.
      * Add file name validation to the sheet properties dialog to prevent
        illegal file name characters from being entered into the text control.
      * Rename FOOTPRINT_NAME_VALIDATOR to FILE_NAME_CHAR_VALIDATOR for clarity.
      0b69ed3a