1. 15 Oct, 2012 4 commits
  2. 14 Oct, 2012 1 commit
  3. 13 Oct, 2012 1 commit
  4. 07 Oct, 2012 1 commit
    • 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. 28 Sep, 2012 2 commits
  6. 24 Sep, 2012 2 commits
  7. 22 Sep, 2012 1 commit
  8. 20 Sep, 2012 2 commits
  9. 17 Sep, 2012 1 commit
  10. 15 Sep, 2012 1 commit
  11. 13 Sep, 2012 1 commit
  12. 12 Sep, 2012 2 commits
  13. 11 Sep, 2012 2 commits
  14. 02 Sep, 2012 2 commits
  15. 01 Sep, 2012 1 commit
  16. 31 Aug, 2012 1 commit
  17. 29 Aug, 2012 5 commits
  18. 26 Aug, 2012 1 commit
    • jean-pierre charras's avatar
      3D viewer: · 31ff1bac
      jean-pierre charras authored
        *  serious code cleanup (remove duplicate code)
        *  shows (option in 3D preference menu) the copper items (tracks, zones...)  in 3D, using 35 microns copper thickness.
            However, because there are a lot more3D data to show (roughly 4 times more), this is slower.
      31ff1bac
  19. 24 Aug, 2012 2 commits
    • Dick Hollenbeck's avatar
    • Gregor Riepl's avatar
      The listener is opened on INADDR_ANY, so it will accept any network · 96771ccc
      Gregor Riepl authored
      connection, no matter if it is originating locally or from the outside
      of the host. There is no check in place to discard non-local
      connections. The only security against a malicious attack would be
      provided by a local firewall, which is not guaranteed to be installed on
      every workstation kicad is used on.
      
      I tested this, and a host running eeschema accepts connections on TCP
      port 4243 from other hosts on the internet.
      
      A patch to remedy this potentially serious security hole is attached. It
      creates the listener on localhost instead. A flag is provided to allow
      the creation of sockets on 0.0.0.0 instead, if required. localhost is
      the default.
      96771ccc
  20. 23 Aug, 2012 1 commit
  21. 11 Aug, 2012 2 commits
  22. 10 Aug, 2012 1 commit
  23. 02 Aug, 2012 2 commits
  24. 01 Aug, 2012 1 commit