1. 23 Oct, 2012 1 commit
  2. 22 Oct, 2012 1 commit
  3. 18 Oct, 2012 1 commit
  4. 17 Oct, 2012 2 commits
  5. 13 Oct, 2012 1 commit
  6. 09 Oct, 2012 1 commit
  7. 08 Oct, 2012 1 commit
  8. 07 Oct, 2012 2 commits
    • Wayne Stambaugh's avatar
    • 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
  9. 05 Oct, 2012 2 commits
  10. 04 Oct, 2012 2 commits
  11. 03 Oct, 2012 1 commit
  12. 30 Sep, 2012 1 commit
  13. 27 Sep, 2012 1 commit
  14. 25 Sep, 2012 1 commit
  15. 24 Sep, 2012 2 commits
  16. 22 Sep, 2012 1 commit
  17. 21 Sep, 2012 2 commits
  18. 20 Sep, 2012 4 commits
  19. 17 Sep, 2012 1 commit
  20. 15 Sep, 2012 1 commit
  21. 13 Sep, 2012 1 commit
  22. 12 Sep, 2012 3 commits
  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. 01 Sep, 2012 1 commit