1. 13 Oct, 2012 3 commits
  2. 09 Oct, 2012 3 commits
  3. 08 Oct, 2012 4 commits
  4. 07 Oct, 2012 3 commits
    • Wayne Stambaugh's avatar
    • Dick Hollenbeck's avatar
      fdc7e9a8
    • Wayne Stambaugh's avatar
      Pcbnew s-experssion footprint library implementation. · 1468a4ae
      Wayne Stambaugh authored
      * Add footprint methods to PCB_IO.
      * Add FP_CACHE and FP_CACHE_ITEM for handling new footprint library design.
      * Add code to save legacy libraries in new format.
      * Change behavior of BOARD_ITEM::GetLayerName() to return the default layer
        name when the item does not have a BOARD as a parent.
      * Minor changes to the module output formatter when writing to module library
        files (no BOARD as parent).
      * Add new (and some that I forgot along the way) CMake flags to
        EDA_BASE_FRAME::CopyVersionInfoToClipboard().
      * Add -Wno-narrowing to GCC flags to stop GCC 4.7 from complaining about
        a conversion from int to unsigned in the Boost polygon library.
      * Add INPUT_STREAM_READER to richio.cpp to allow using any object derived
        from wxInputStream as a LINE_READER (needs to be validated).
      1468a4ae
  5. 05 Oct, 2012 2 commits
  6. 04 Oct, 2012 2 commits
  7. 03 Oct, 2012 1 commit
  8. 01 Oct, 2012 1 commit
  9. 30 Sep, 2012 1 commit
  10. 28 Sep, 2012 2 commits
  11. 27 Sep, 2012 2 commits
  12. 26 Sep, 2012 3 commits
  13. 25 Sep, 2012 2 commits
  14. 24 Sep, 2012 3 commits
  15. 22 Sep, 2012 4 commits
  16. 21 Sep, 2012 2 commits
  17. 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