1. 29 Nov, 2012 1 commit
    • Wayne Stambaugh's avatar
      Pcbnew print fixes and improvements. · 84c7b07e
      Wayne Stambaugh authored
      * Fix offset errors when scale factor greater is than one.
      * Changed behavior of fit in page when not drawing border and
        title block to fit board outline in page.
      * Fix offset errors when mirroring (still not 100% correct on MSW with
        wxWidgets 2.9.4).
      * Lots of the usual code cleaning and simplifying.
      84c7b07e
  2. 24 Nov, 2012 1 commit
  3. 23 Nov, 2012 1 commit
  4. 19 Nov, 2012 1 commit
    • Dick Hollenbeck's avatar
      Eliminate many assumptions in Pcbnew's library manager, pertaining to locality of libraries and · 2aa27122
      Dick Hollenbeck authored
      their type, by using the more abstract PLUGIN::Footprint*() functions.
      
      This is an intermediate phase only, other changes will be necessary as library table support comes in.
      Encapsulate usage of library path searching, since that will go away as library table support comes in.
      Add FOOTPRINT_EDIT_FRAME::{get,set}LibPath() and FOOTPRINT_EDIT_FRAME::{get,set}LibNickName() functions
      to provide this encapsulation.
      2aa27122
  5. 16 Nov, 2012 1 commit
  6. 05 Nov, 2012 1 commit
  7. 31 Oct, 2012 1 commit
  8. 18 Oct, 2012 1 commit
  9. 17 Oct, 2012 2 commits
  10. 16 Oct, 2012 1 commit
  11. 15 Oct, 2012 1 commit
  12. 13 Oct, 2012 1 commit
  13. 09 Oct, 2012 1 commit
  14. 05 Oct, 2012 2 commits
  15. 04 Oct, 2012 1 commit
  16. 03 Oct, 2012 1 commit
  17. 24 Sep, 2012 1 commit
  18. 22 Sep, 2012 1 commit
  19. 20 Sep, 2012 2 commits
    • jean-pierre charras's avatar
      b1c9c542
    • jean-pierre charras's avatar
      dcsvg (and therefore KicadSVGFileDC) is now unused. Use SVG plotter only to... · 9e096061
      jean-pierre charras authored
      dcsvg (and therefore KicadSVGFileDC)  is now unused. Use SVG plotter only to export a board SVG file.
      SVG export does not use no more wxWidgets wxDC.
      In pcbnew SVG files can be created by plot menu (in B&W) or export SVG menu (B&W or Color).
      Export SVG menu is more suitable to create a view of a board, and plot menu is better to create a B&W document of silkscreen layers.
      (In the future, the 2 menus could be merged, because they are not very different).
      Note: pcbnew plot code is cleaned, mainly in dialog files, but still needs more cleanup.
      9e096061
  20. 17 Sep, 2012 1 commit
  21. 15 Sep, 2012 1 commit
  22. 12 Sep, 2012 1 commit
  23. 11 Sep, 2012 2 commits
  24. 07 Sep, 2012 1 commit
    • jean-pierre charras's avatar
      Pcbnew: cleanup functions: now, cleanup uses same algorithm as connectivity... · 3668f4cc
      jean-pierre charras authored
      Pcbnew: cleanup functions: now, cleanup uses same algorithm as connectivity calculations to detect pads connections, and is faster.
      therefore tracks which have a end point inside a pad, but not necessaryexactly  to the pad position are seen as connected, and are no more removed.
      Side effect: reconnect to pads option is removed, because it is useless.
      TODO: use this algorithm in drag functions.
      Minor other fixes
      3668f4cc
  25. 05 Sep, 2012 1 commit
  26. 02 Sep, 2012 2 commits
  27. 31 Aug, 2012 1 commit
  28. 30 Aug, 2012 1 commit
  29. 29 Aug, 2012 2 commits
  30. 21 Aug, 2012 1 commit
  31. 11 Aug, 2012 1 commit
  32. 04 Aug, 2012 1 commit
  33. 03 Aug, 2012 1 commit
  34. 02 Aug, 2012 1 commit