1. 14 Sep, 2014 1 commit
    • unknown's avatar
      Patch for the Python footprint wizard helpers. This adds a few more drawing... · c1e0a8d0
      unknown authored
      Patch for the Python footprint wizard helpers. This adds a few more drawing functions, such as for circles, and also uses a matrix-based transform stack with greatly simplifies constructing footprints consisting of regularly spaced elements (e.g. in lines, grids, circles, or some list of points that you specify).
      This fixes bug #1366299
      c1e0a8d0
  2. 14 Jul, 2014 1 commit
  3. 02 Jul, 2014 1 commit
  4. 15 May, 2014 1 commit
  5. 02 May, 2014 2 commits
  6. 25 Apr, 2014 1 commit
  7. 23 Apr, 2014 1 commit
  8. 27 Mar, 2014 1 commit
  9. 13 Feb, 2014 1 commit
  10. 12 Feb, 2014 1 commit
  11. 08 Feb, 2014 1 commit
  12. 02 Feb, 2014 1 commit
  13. 01 Nov, 2013 2 commits
  14. 25 Sep, 2013 1 commit
  15. 21 Sep, 2013 2 commits
  16. 20 Sep, 2013 1 commit
    • Build System's avatar
      Adds target to build doxygen-python documentation, that take · a602c1b2
      Build System authored
      pcbnew.py + doxygen-xml files, and build .i files with docstrings,
      those .i files are included back again to build a pcbnew.py with
      extended documentation from C++, finally we take the final pcbnew.py
      to build the doxygen-python documentation
      a602c1b2
  17. 28 Aug, 2013 1 commit
  18. 29 Jul, 2013 1 commit
  19. 01 May, 2013 1 commit
    • Lorenzo Marcantonio's avatar
      Angle and distances cleanup (preparing for angles in doubles) · 0e903dba
      Lorenzo Marcantonio authored
      - Removed spurious int casts (these are truncated anyway and will break
        doubles)
      
      - Applied the Distance, GetLineLength, EuclideanNorm, DEG2RAD, RAD2DEG
        ArcTangente and NORMALIZE* functions where possible
      
      - ArcTangente now returns double and handles the 0,0 case like atan2, so
        it's no longer necessary to check for it before calling
      
      - Small functions in trigo moved as inline
      0e903dba
  20. 18 Apr, 2013 1 commit
  21. 06 Apr, 2013 1 commit
  22. 17 Mar, 2013 2 commits
  23. 16 Mar, 2013 2 commits
  24. 15 Mar, 2013 4 commits
  25. 12 Mar, 2013 1 commit
  26. 11 Mar, 2013 1 commit
  27. 11 Feb, 2013 1 commit
    • 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
  28. 16 Jan, 2013 1 commit
  29. 10 Nov, 2012 1 commit
  30. 24 Sep, 2012 1 commit
  31. 29 Aug, 2012 2 commits