1. 05 Jul, 2013 1 commit
  2. 03 Jul, 2013 1 commit
  3. 29 Jun, 2013 1 commit
  4. 27 Jun, 2013 2 commits
  5. 19 Jun, 2013 1 commit
  6. 17 Jun, 2013 1 commit
  7. 14 Jun, 2013 1 commit
  8. 13 Jun, 2013 1 commit
  9. 12 Jun, 2013 1 commit
  10. 11 Jun, 2013 1 commit
  11. 10 Jun, 2013 1 commit
  12. 09 Jun, 2013 1 commit
  13. 07 Jun, 2013 2 commits
  14. 06 Jun, 2013 1 commit
  15. 05 Jun, 2013 1 commit
  16. 31 May, 2013 1 commit
  17. 28 May, 2013 1 commit
  18. 27 May, 2013 2 commits
  19. 26 May, 2013 1 commit
  20. 25 May, 2013 1 commit
  21. 24 May, 2013 3 commits
  22. 23 May, 2013 1 commit
  23. 22 May, 2013 2 commits
  24. 19 May, 2013 1 commit
  25. 18 May, 2013 1 commit
  26. 15 May, 2013 1 commit
  27. 14 May, 2013 1 commit
  28. 13 May, 2013 1 commit
  29. 08 May, 2013 1 commit
    • Wayne Stambaugh's avatar
      Footprint library table work, minor fixes, and code cleaning. · cf86e18f
      Wayne Stambaugh authored
      * Fix a bug when full file name and path are passed to FOOTPRINT_INFO::
        ReadFootprintFiles() which I created in bug fix lp:593989.
      * Fix a wxString debug assertion in EDA_APP::InitEDA_Appl() when the KICAD
        environment variable is defined as an empty string.
      * Add error dialog when libraries cannot be found in system search path
        when loading footprint using the select footprint dialog.
      * Add footprint library name column to the EDA_LIST_DIALOG when selecting
        footprints from the list.
      * Allow reading all columns from the selected row in EDA_LIST_DIALOG.
      * Remove redundant sort from EDA_LIST_DIALOG constructor
      * Add library name member variable and accessors to FOOTPRINT_INFO.
      * Make headers translatable for Eeschema select component from list dialog.
      * Add some helper methods to FPID for identifying the FPID type and validity.
      * Remove a bunch of trailing whitespace and add missing license comments.
      cf86e18f
  30. 07 May, 2013 2 commits
  31. 06 May, 2013 1 commit
  32. 05 May, 2013 1 commit
    • Lorenzo Marcantonio's avatar
      Migrated the interfaces accepting angles to the double type · d00c83cd
      Lorenzo Marcantonio authored
      The plan goes like this:
      - eeschema still uses int in decidegrees
      - all the other things internally use double in decidegrees (or radians
        in temporaries)
      - in pcbnew UI the unit is *still* int in decidegrees
      
      The idea is to have better precision everywhere while keeping the user with int i
      angles. Hopefully, if a fractional angle doesn't come in from the outside, everything
      should *look* like an integer angle (unless I forgot something and it broke)
      
      When the time comes, simply updating the UI for allowing doubles from the user should
      be enough to get arbitrary angles in pcbnew.
      d00c83cd
  33. 04 May, 2013 1 commit