1. 15 Feb, 2015 1 commit
    • Wayne Stambaugh's avatar
      wxPython find and version loading fixes. (fixes lp:1408060) · 69553d6f
      Wayne Stambaugh authored
      * Add test to CMakeLists.txt to verify wxPython is installed when
        KICAD_SCRIPTING_WXPYTHON=ON.
      * Add test to make sure wxPython version major and minor numbers match
        the version of wxWidgets found.
      * Add code to set the correct version of wxPython to the python scripting
        initialization code.
      * Minor code simplification in Pcbnew KIFACE main window creation.
      69553d6f
  2. 18 Jan, 2015 1 commit
  3. 04 Jan, 2015 1 commit
  4. 03 Dec, 2014 1 commit
  5. 08 Nov, 2014 1 commit
  6. 06 Nov, 2014 1 commit
  7. 28 Oct, 2014 1 commit
  8. 22 Oct, 2014 1 commit
  9. 21 Oct, 2014 1 commit
  10. 18 Oct, 2014 1 commit
  11. 02 Oct, 2014 1 commit
  12. 02 Jul, 2014 1 commit
  13. 28 Mar, 2014 1 commit
  14. 27 Mar, 2014 1 commit
  15. 18 Feb, 2014 1 commit
  16. 15 Feb, 2014 1 commit
  17. 08 Feb, 2014 1 commit
  18. 13 Dec, 2013 1 commit
  19. 01 Nov, 2013 1 commit
  20. 22 Sep, 2013 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew footprint library table fixes. · 0f4ba095
      Wayne Stambaugh authored
      * Make footprint viewer work properly with library table.
      * Fix bug in Eagle plugin when enumerating footprints.
      * Add missing P-CAD plugin from footprint library table editing dialog.
      * Fix bug in FOOTPRINT_INFO::LoadLibraries when error occur loading footprints
        from libraries.
      0f4ba095
  21. 21 Sep, 2013 1 commit
  22. 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
  23. 19 Jul, 2013 1 commit
  24. 17 Mar, 2013 3 commits
  25. 16 Mar, 2013 1 commit
  26. 15 Mar, 2013 1 commit
  27. 12 Mar, 2013 1 commit
  28. 11 Mar, 2013 1 commit
  29. 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
  30. 14 Nov, 2012 1 commit
    • Dick Hollenbeck's avatar
      1) Switch to boost hashtable support from wx macros which did not handle std::string. · 9bbff22d
      Dick Hollenbeck authored
         This required the additional compiler command line option "-std=c++0x".
      
      2) Switch to unique_ptr from auto_ptr which is C++ deprecated.
      
      3) Change to new English layer names per mailing list discussion, see class_board.cpp.
      
      4) When saving to *.kicad_pcb or *.kicad_mod, identify opportunities to use wildcard
         layer sets, for pads so far.
      
      5) Switch to two std::string hashtables in pcb_parser.cpp, away from one wxString based one
         for layer names and layer sets mapping. One hashtable holds the mask, the other the index.
         Layer sets are only in the mask table.
      
      6) Move "LOCALE_IO toggle" into PCB_IO::Format() since it is a public API function and
         caller should find it as convenient as possible to use.  LOCALE_IO should handle
         nesting OK in the case where public Format() is called from one of the Footprint*()
         functions.
      
      7) Drop support for "export module to new library".  Creating new libraries will have to
         be handled in concert with library table entries, and we've talked recently about
         creating a better footprint library manager, one that resides in a DLL/DSO.  So
         this kind of functionality needs to be handled in there in the near future.
      
      8) Change name of exported PCB_IO module/footprint to *.kicad_mod and not *.emp.
      9bbff22d
  31. 02 Aug, 2012 2 commits
  32. 01 Aug, 2012 1 commit
  33. 22 Jul, 2012 1 commit
  34. 15 Jul, 2012 1 commit
  35. 06 Jul, 2012 1 commit
  36. 27 Jun, 2012 1 commit
  37. 16 May, 2012 1 commit