1. 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
  2. 09 Feb, 2013 1 commit
  3. 07 Feb, 2013 3 commits
  4. 06 Feb, 2013 2 commits
  5. 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
  6. 27 Jan, 2013 1 commit
  7. 26 Jan, 2013 1 commit
  8. 25 Jan, 2013 1 commit
  9. 23 Jan, 2013 2 commits
  10. 21 Jan, 2013 1 commit
  11. 19 Jan, 2013 3 commits
  12. 18 Jan, 2013 1 commit
  13. 17 Jan, 2013 1 commit
  14. 16 Jan, 2013 1 commit
  15. 15 Jan, 2013 1 commit
  16. 13 Jan, 2013 3 commits
  17. 12 Jan, 2013 2 commits
    • Wayne Stambaugh's avatar
      Base object decoupling improvements. · f8a56d44
      Wayne Stambaugh authored
      * Improve MSG_PANEL_ITEM to handle message panel information.
      * Create containers for passing message panel items between objects and
        the message panel.
      * Rename EDA_ITEM::DisplayInfo to EDA_ITEM::GetMsgPanelInfo.
      * Remove all direct manipulation of EDA_DRAW_FRAME from all objects derived
        from EDA_ITEM.
      f8a56d44
    • jean-pierre charras's avatar
      3D viewer: allows import of models created with openscad and convertedvia... · 5c2efcbf
      jean-pierre charras authored
      3D viewer: allows  import of models created with openscad and convertedvia meshconv to wrl (thanks to Georg Gast <georg@schorsch-tech.de>)
      Export VRML: fix scaling issue for pcbnew - nanometers.
      5c2efcbf
  18. 10 Jan, 2013 2 commits
  19. 09 Jan, 2013 1 commit
  20. 08 Jan, 2013 1 commit
    • jean-pierre charras's avatar
      Pcbnew: Enhancement in connections calculations: · 8b6d5cb4
      jean-pierre charras authored
      Until now, 2 tracks were seen as connected only if one end of the first track is *exactly* on one end of the other track.
      Now the 2 ends are seen as connected when they are "near" i.e. the distance between the 2 ends is < track width/2
      8b6d5cb4
  21. 07 Jan, 2013 2 commits
  22. 04 Jan, 2013 3 commits
  23. 03 Jan, 2013 3 commits
  24. 02 Jan, 2013 2 commits