1. 07 May, 2013 1 commit
    • Lorenzo Marcantonio's avatar
      Removed some spurious float casts · 69b7c2a1
      Lorenzo Marcantonio authored
      (explanation: float is implicitly promoted to double anyway, it's only useful
      for storage; also a fp variable forces conversion of other int in the expression
      without needing a cast)
      Typo fixes in some comments 'floatting' -> 'floating' :D
      69b7c2a1
  2. 06 May, 2013 3 commits
  3. 05 May, 2013 3 commits
  4. 04 May, 2013 1 commit
  5. 03 May, 2013 2 commits
  6. 02 May, 2013 5 commits
  7. 01 May, 2013 5 commits
  8. 30 Apr, 2013 4 commits
  9. 29 Apr, 2013 4 commits
  10. 28 Apr, 2013 6 commits
  11. 27 Apr, 2013 2 commits
  12. 26 Apr, 2013 2 commits
    • Felix Morgner's avatar
      merge with upstream · 8ddbf84c
      Felix Morgner authored
      8ddbf84c
    • Wayne Stambaugh's avatar
      Post Pcbnew NETLIST_READER change clean up. · 81271ad4
      Wayne Stambaugh authored
      * Tweak the NETLIST_READER code to allow for component footprint names that
        are not found in any library to generate a warning instead of an error and
        update the board accordingly.
      * Don't display undo warning in netlist dialog when dry run option selected.
      * Rename netlist_reader_common.cpp to netlist_reader.cpp
      * Rename netlist_reader_firstformat.cpp to legacy_netlist_reader.cpp
      * Rename netlist_reader_kicad.cpp to kicad_netlist_reader.cpp
      * Remove cvpcb/read_write_cmpfile.cpp and move the single function it
        contained into cvframe.cpp
      * Remove cvpcb/loadcmp.cpp and move the single function it contained into
        class_DisplayFootprintsFrame.cpp.
      * Remove cvpcb/readschematicnetlist.cpp and move the single function it
        contained into cvframe.cpp.
      * Remove cvpcb/setvisu.cpp and move the few functions it contained into
        the appropriate source file.
      81271ad4
  13. 25 Apr, 2013 2 commits