1. 09 Oct, 2014 1 commit
  2. 08 Oct, 2014 5 commits
    • Wayne Stambaugh's avatar
    • Mark Roszko's avatar
    • Mark Roszko's avatar
      Reword count labels to be more proper · 1d80fb74
      Mark Roszko authored
      1d80fb74
    • Berhnard Stegmaier's avatar
      OSX build fixes and improvements. · b8d1789a
      Berhnard Stegmaier authored
      * Fix creation of single app bundle with respect to scripting support.
      * Cleanup scripting search paths for OSX.
      * Fix some small CMake bugs from previous OSX build change.
      * Optimize bundle file structure to be consistent with Apple specs.
      * Add helper script for compiling wxWidgets and wxPython
      * Update OSX build instructions.
      b8d1789a
    • Mark Roszko's avatar
      Tweak the ERC dialog a bit. · 87aba606
      Mark Roszko authored
      Fix dialog title to be "Electrical Rules Checker" to match everywhere else.
      Fix all usages of "Erc" to "ERC" consistently.
      Move action buttons to bottom of dialog, make Del Markers actually say Delete Markers.
      Add tooltips to ERC options matrix buttons to indicate what their current state is, for newb friendliness.
      Cleanup ERC options code that for some reason decided to delete the button and recreate it instead of just updating it's bitmap directly.
      Rename "Test Erc" to "Run" because you are running ERC and not testing it.
      Fix improper usage of SetLabel on a wxTextCtrl instead of SetValue so the ERC totals now work!
      87aba606
  3. 06 Oct, 2014 1 commit
  4. 05 Oct, 2014 2 commits
  5. 02 Oct, 2014 1 commit
    • Bernhard Stegmaier's avatar
      OSX build improvements. · 8b3c14c0
      Bernhard Stegmaier authored
      * Compile all binaries into a single application bundle.
      * Use CMake BundleUtilities to make application bundle relocatable.
      * Restructure build output to directly create an image file.
      * Fix default search paths.
      * Set KIGITHUB environment variable.
      * Added patch to fix wxWidgets so names for OSX.
      8b3c14c0
  6. 30 Sep, 2014 1 commit
  7. 29 Sep, 2014 1 commit
  8. 26 Sep, 2014 1 commit
  9. 24 Sep, 2014 1 commit
  10. 22 Sep, 2014 1 commit
  11. 18 Sep, 2014 1 commit
  12. 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
  13. 16 Sep, 2014 1 commit
    • jean-pierre charras's avatar
      Kicad manager: fix an issue when starting eeschema from its button: if the... · fe4c01a6
      jean-pierre charras authored
      Kicad manager: fix an issue when starting eeschema from its button: if the library editor was previously running, and if the quasimodal field editor dialog was called, eeschema dis not start on Windows, or started but dis not load the schematic project on Linux.
      Enhancement: if a tool is running but is iconized, clicking on its button bring the window on screen.
      fe4c01a6
  14. 15 Sep, 2014 2 commits
  15. 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
  16. 13 Sep, 2014 1 commit
  17. 07 Sep, 2014 2 commits
  18. 02 Sep, 2014 1 commit
  19. 29 Aug, 2014 4 commits
  20. 28 Aug, 2014 1 commit
  21. 26 Aug, 2014 2 commits
  22. 25 Aug, 2014 2 commits
    • 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
    • jean-pierre charras's avatar
      .pro file: Settings for schematic editor and library list are now stored in 2... · 7bf06a38
      jean-pierre charras authored
      .pro file: Settings for schematic editor and library list are now stored in 2 independant sections [schematic_editor] and [eeschema].
      This fixes Bug #1360219 (Lost settings in eeschema) and keep separation between code relative to lib management and code relative to preferences.
      2 or 3 minor settings could be lost in some designs, but they are very easy to reenter.
      7bf06a38
  23. 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
  24. 23 Aug, 2014 3 commits
  25. 19 Aug, 2014 1 commit
  26. 18 Aug, 2014 1 commit