1. 09 Oct, 2014 2 commits
  2. 08 Oct, 2014 6 commits
    • Wayne Stambaugh's avatar
    • Mark Roszko's avatar
      Eeschema dialog improvements. · 4aa28d82
      Mark Roszko authored
      * Use the proper verb Annotate in the Annotate dialog for the action button
      * Used the proper verb Generate in the Netlist dialog for the action button
      * Fix ERC dialog title to be "Electrical Rules Checker".
      * Fix all usages of "Erc" to "ERC" consistently in ERC dialog.
      * Move action buttons to bottom of ERC dialog and change Del Markers to
        Delete Markers.
      * Add tooltips to ERC options matrix buttons to indicate their current state.
      * 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" to describe what it's actually doing properly
      4aa28d82
    • 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. 07 Oct, 2014 2 commits
  4. 06 Oct, 2014 2 commits
  5. 05 Oct, 2014 2 commits
  6. 04 Oct, 2014 1 commit
  7. 02 Oct, 2014 2 commits
    • 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
    • jean-pierre charras's avatar
      BOARD::Add(): fix an issue for tracks: parent not set (could be an issue only... · e6274f70
      jean-pierre charras authored
      BOARD::Add(): fix an issue for tracks: parent not set (could be an issue only in python scripts, because the parent is set by the constructor)
      *.i : fix coding style issues.
      python method: add BOARD_ITEM Duplicate, which is a wrapper to Clone(). ( defined as Cast_to_BOARD_ITEM(selt.Clone()).Cast() )
      update some .py examples.
      e6274f70
  8. 01 Oct, 2014 1 commit
  9. 30 Sep, 2014 4 commits
  10. 29 Sep, 2014 2 commits
  11. 28 Sep, 2014 1 commit
  12. 27 Sep, 2014 3 commits
  13. 26 Sep, 2014 3 commits
  14. 25 Sep, 2014 1 commit
  15. 24 Sep, 2014 2 commits
  16. 22 Sep, 2014 2 commits
  17. 19 Sep, 2014 1 commit
  18. 18 Sep, 2014 1 commit
  19. 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
  20. 16 Sep, 2014 1 commit