1. 11 Aug, 2010 2 commits
  2. 10 Aug, 2010 1 commit
  3. 09 Aug, 2010 1 commit
  4. 08 Aug, 2010 1 commit
  5. 07 Aug, 2010 1 commit
  6. 31 Jul, 2010 1 commit
  7. 29 Jul, 2010 1 commit
  8. 27 Jul, 2010 1 commit
  9. 26 Jul, 2010 1 commit
  10. 23 Jul, 2010 1 commit
  11. 20 Jul, 2010 1 commit
  12. 17 Jul, 2010 1 commit
  13. 14 Jul, 2010 1 commit
  14. 13 Jul, 2010 2 commits
  15. 12 Jul, 2010 2 commits
    • Dick Hollenbeck's avatar
    • Dick Hollenbeck's avatar
      A little useful feature: even if the default unit can be changed between · bc14e66d
      Dick Hollenbeck authored
      inches and mm, the industry is crazy enough to force us with mixed
      design. For example I routinely use imperial units for track size and
      clearance, but drilling is strictly a metric issue...
      
      So I added a little parser to recognize a suffix specification in the
      unit text boxes... so you can put in things like:
      1in (1 inch)
      1" (idem)
      25th (25 thou)
      25mi (25 mils, the same)
      6mm (6 mm, obviously)
      
      The rules are: spaces between the number and the unit are accepted, only
      the first two letters are significant.
      
      As a bonus, it also recognize the period (.) as a decimal point
      substituting it with the correct locale character (there was a wishlist
      for it, IIRC). Most useful for number pad fans :D 
      bc14e66d
  16. 11 Jul, 2010 1 commit
  17. 18 Jun, 2010 1 commit
  18. 17 Jun, 2010 1 commit
  19. 14 Jun, 2010 1 commit
  20. 02 Jun, 2010 1 commit
  21. 30 May, 2010 1 commit
  22. 17 May, 2010 1 commit
    • Wayne Stambaugh's avatar
      Open file dialog fixes and minor code cleaning. · 5ce9c9a9
      Wayne Stambaugh authored
      * Fix a minor problem with wxFileDialog to open a file that no longer
        exists in PCBNew.
      * Make GerbView open file behavior the same as PCBNew.
      * Remove redundant PCB file wild card definition.
      * Add open file refactor task to the todo list.
      * Fix some minor code formatting issues.
      5ce9c9a9
  23. 11 May, 2010 1 commit
  24. 09 May, 2010 1 commit
  25. 01 May, 2010 1 commit
  26. 23 Apr, 2010 2 commits
  27. 21 Apr, 2010 1 commit
  28. 20 Apr, 2010 1 commit
  29. 19 Apr, 2010 1 commit
  30. 16 Apr, 2010 1 commit
  31. 06 Apr, 2010 1 commit
    • stambaughw's avatar
      First pass at DSN token file generator and other minor changes. · 14352646
      stambaughw authored
      * Add CMake script to generate DSN token header and source file from
        token list file.
      * Add preliminary component library DSN token list and lexer file to
        test script and prepare for new component library file lexer.
      * EESchema: right click on ERC check mark displays error in message panel.
      * Remove PCBNew header file dependency from common DSN lexer source.
      * Minor code clean ups.
      14352646
  32. 01 Apr, 2010 1 commit
  33. 31 Mar, 2010 1 commit
    • charras's avatar
      ++Pcbnew · 5f5620a1
      charras authored
      Pcbnew: Fixed an issue in GERBER file creation, under Vista and W7 only for non administrator users
      Plot files were 0 byte length.
      This was due to use of function tmpfile() in a GERBER function to create a temporary file that seems not working using mingw.
      Replaced by more usual files functions.
      5f5620a1
  34. 20 Mar, 2010 1 commit
  35. 19 Mar, 2010 1 commit
  36. 18 Mar, 2010 1 commit
    • charras's avatar
      Eeschema · 7f23d262
      charras authored
      * Some bugs fixed
      * Starting enhancements in Libedit: menubar and commands to "plot" current component in PNG or SVF file (SVG file not fully working, must be refined)
      7f23d262