1. 22 Feb, 2015 4 commits
  2. 21 Feb, 2015 5 commits
  3. 20 Feb, 2015 6 commits
  4. 19 Feb, 2015 4 commits
  5. 18 Feb, 2015 4 commits
  6. 17 Feb, 2015 4 commits
  7. 16 Feb, 2015 2 commits
    • Cirilo Bernardo's avatar
      Coverity scan IDF fixes. · 1acfbb0d
      Cirilo Bernardo authored
      * Fix resource leak in idf_parser.cpp
      * Fix logically dead code in idf_parser.cpp
      * Fix use after free bug in idf_parser.cpp
      * Fix unitialized scalar value in idf_parser.cpp
      * Fix logically dead code in idf_outlines.cpp
      * Fix unitialized scalar value in idf_outlines.cpp
      * Fix invalid iterator in idf_common.cpp
      * Fix unitialized scalar value in vrml_layer.cpp
      1acfbb0d
    • Wayne Stambaugh's avatar
      Coverity error fixes. · f2edf02b
      Wayne Stambaugh authored
      * Fix unitialized variable in MSG_PANEL_ITEM default ctor.
      * Fix a bunch of uncaught exception issues.
      * Fix a memory leak in the NETLIST_READER::GetNetlistReader() when an
        an attempt to read an invalid net list file occurs.
      f2edf02b
  8. 15 Feb, 2015 4 commits
  9. 14 Feb, 2015 3 commits
  10. 15 Feb, 2015 1 commit
    • Wayne Stambaugh's avatar
      wxPython find and version loading fixes. (fixes lp:1408060) · 69553d6f
      Wayne Stambaugh authored
      * Add test to CMakeLists.txt to verify wxPython is installed when
        KICAD_SCRIPTING_WXPYTHON=ON.
      * Add test to make sure wxPython version major and minor numbers match
        the version of wxWidgets found.
      * Add code to set the correct version of wxPython to the python scripting
        initialization code.
      * Minor code simplification in Pcbnew KIFACE main window creation.
      69553d6f
  11. 14 Feb, 2015 1 commit
    • jean-pierre charras's avatar
      Minor fixes: fix issue Bug #1420910 (Linux specific). · 1a749130
      jean-pierre charras authored
      Rename eeschema/dialogs/dialog_sch_find.fbp to dialog_schematic_find_base.fbp, to be consistent with other dialogs. 
      Pcbnew run from the project manager: add menu Save Copy As..., which is the same command as Save As ... in stand alone mode, but with the constraints of a project (no cwd change, no board filename change, and keep project settings)
      1a749130
  12. 12 Feb, 2015 2 commits