1. 11 Feb, 2013 2 commits
    • jean-pierre charras's avatar
      Eeschema: All fixed fields are now always saved in libraries. Therefore the... · e206a1b4
      jean-pierre charras authored
      Eeschema: All fixed fields are now always saved in libraries. Therefore the footprint field can be set in lib (size, visibility) and imported in schematic with its predefined attributes, even if the footprint text is not set.
      e206a1b4
    • Wayne Stambaugh's avatar
      Configuration and compile documentation improvements. · 4d465ec8
      Wayne Stambaugh authored
      * Improve the stable and testing build version option logic.
      * Use CMake FindPythonInterp to configure the Python interpreter.
      * Use Python interpreter to determine the system Python module install
        path if not already defined on the command line.
      * Add header symbol checks for asinh(), acosh(), and atanh().
      * Add test source to check for isinf() which can be defined as a C++template.
      * Replace conditional compile on windows systems for aXXXh() with CMake
        configuration tests.
      * A few minor MSVC compile fixes.
      * Fix incorrect python environment string in fixswigimports.py
      * Create a separate document for KiCad CMake build options.
      * Create a separate how to compile KiCad on Windows document.
      4d465ec8
  2. 10 Feb, 2013 2 commits
  3. 09 Feb, 2013 1 commit
  4. 07 Feb, 2013 4 commits
  5. 06 Feb, 2013 3 commits
  6. 04 Feb, 2013 2 commits
  7. 02 Feb, 2013 1 commit
    • jean-pierre charras's avatar
      Changes for CvPcb to eeschema stuff file: the stuff file generation from CvPcb... · 619125f9
      jean-pierre charras authored
      Changes for CvPcb to eeschema stuff file: the stuff file generation from CvPcb is removed. Eeschema now imports footprints names from the .cmp usual file created by CvPcb or by Pcbnew (Why to use 2 file formats for the same thing?) .
      Pcbnew: in netlist dialog: The user now can choose between the netlist and the .cmp file to import footprints names.
      Therfore no need to delete the .cmp file when exists to use only the netlist.
      This is useful for users who use CvPcb only once to fill footprints fields in schematic, and after edit/modify the footprints fields in schematic outside CvPcb.
      619125f9
  8. 01 Feb, 2013 1 commit
  9. 30 Jan, 2013 1 commit
  10. 27 Jan, 2013 2 commits
  11. 26 Jan, 2013 1 commit
  12. 25 Jan, 2013 1 commit
  13. 24 Jan, 2013 2 commits
  14. 23 Jan, 2013 2 commits
  15. 21 Jan, 2013 5 commits
  16. 19 Jan, 2013 3 commits
  17. 18 Jan, 2013 5 commits
  18. 17 Jan, 2013 1 commit
  19. 16 Jan, 2013 1 commit
    • jean-pierre charras's avatar
      Scripting: fix erroneous extension for S exp board files, which prevent to... · 968a0c92
      jean-pierre charras authored
      Scripting: fix erroneous extension for S exp board files, which prevent to open a .kicad_pcb file from a python script
      Make scripting version compilable on platforms where the python executable is not python2:
      Just define it by -DPYTHON_EXECUTABLE=<python executable filename> when running cmake (there was already a partial fix for this)
      968a0c92