1. 26 May, 2013 1 commit
  2. 22 Feb, 2013 1 commit
  3. 21 Feb, 2013 1 commit
  4. 05 Nov, 2012 1 commit
  5. 24 Sep, 2012 1 commit
  6. 17 Sep, 2012 1 commit
  7. 15 Sep, 2012 1 commit
  8. 05 Apr, 2012 1 commit
  9. 07 Jan, 2012 1 commit
  10. 11 Mar, 2011 1 commit
  11. 01 Mar, 2011 1 commit
  12. 17 Feb, 2011 1 commit
  13. 16 Feb, 2011 2 commits
  14. 15 Feb, 2011 1 commit
  15. 03 Feb, 2011 2 commits
  16. 01 Feb, 2011 3 commits
  17. 31 Jan, 2011 1 commit
  18. 30 Jan, 2011 1 commit
  19. 28 Jan, 2011 1 commit
  20. 11 Dec, 2010 3 commits
  21. 10 Dec, 2010 1 commit
  22. 06 Dec, 2010 2 commits
  23. 04 Dec, 2010 1 commit
  24. 24 Nov, 2010 1 commit
  25. 21 Nov, 2010 1 commit
    • Marco Mattila's avatar
      This patch adds an output directory field into the plot dialog in · 4451dd3a
      Marco Mattila authored
      pcbnew and directs gerber/hpgl etc. output into that directory.
      There's a browse button that opens a dialog for browsing. If the
      directory does not exist, it is created. Tested in linux, not in
      windows. Wxwidgets methods are used for file (name) manipulations, so
      things are probably ok in windows, too.
      
      marco
      4451dd3a
  26. 12 Jul, 2010 1 commit
    • 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
  27. 24 Feb, 2010 1 commit
  28. 18 Jan, 2010 1 commit
  29. 01 Jan, 2010 1 commit