1. 13 Feb, 2013 1 commit
  2. 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
  3. 10 Feb, 2013 1 commit
  4. 09 Feb, 2013 1 commit
  5. 07 Feb, 2013 2 commits
  6. 06 Feb, 2013 1 commit
  7. 04 Feb, 2013 1 commit
  8. 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
  9. 01 Feb, 2013 1 commit
  10. 30 Jan, 2013 1 commit
  11. 25 Jan, 2013 1 commit
  12. 24 Jan, 2013 1 commit
  13. 21 Jan, 2013 2 commits
  14. 12 Jan, 2013 1 commit
    • 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
  15. 10 Jan, 2013 1 commit
  16. 04 Jan, 2013 1 commit
  17. 03 Jan, 2013 1 commit
  18. 02 Jan, 2013 2 commits
  19. 01 Jan, 2013 1 commit
  20. 29 Dec, 2012 1 commit
  21. 28 Dec, 2012 1 commit
  22. 27 Dec, 2012 1 commit
  23. 21 Dec, 2012 2 commits
  24. 18 Dec, 2012 1 commit
  25. 16 Dec, 2012 1 commit
  26. 10 Dec, 2012 1 commit
  27. 08 Dec, 2012 2 commits
  28. 06 Dec, 2012 1 commit
  29. 04 Dec, 2012 2 commits
    • Dick Hollenbeck's avatar
      Prevent the double click from being as a single click in the parent · 79015495
      Dick Hollenbeck authored
      window which would cause the part to be parked rather than staying
      in drag mode.
      79015495
    • Antia Puentes's avatar
      In eeschema, when inserting a component into the schematic using the · c9714604
      Antia Puentes authored
      Library Browser tool, you have to select it in the components listbox
      and then press the "Insert component into schematic" button to close the
      window and return to the schematic.
      
      The attached patch enables the selection and insertion of a component in
      schematic by double clicking on it in the Library Browser component
      listbox. As the double clicking should have effect only if the Library
      Browser was launched to load a component in schematic, the patch checks
      for NULL the m_Semaphore variable, used two distinguish the mode in
      which the Library Browser is running (modal, used when inserting a
      component in schematic, or non-modal).
      c9714604
  30. 03 Dec, 2012 1 commit
  31. 30 Nov, 2012 1 commit
  32. 27 Nov, 2012 1 commit
  33. 26 Nov, 2012 1 commit