- 27 Feb, 2015 2 commits
-
-
jean-pierre charras authored
-
Bernhard Stegmaier authored
* Fix default KISYSMOD/KISYS3DMOD (#ifdef typo) for OSX builds. * Remove setting KIGITHUB from kicad/pcbnew Info.plist in favor of hardcoded default setting for OSX builds. * Remove now unneeded Set3DShapesDefaultPath() and other small things.
-
- 26 Feb, 2015 1 commit
-
-
jean-pierre charras authored
Fix some coverity warnings (not initialized members). Add comments. Better (more informative) title in dialog to download .pretty libs.
-
- 25 Feb, 2015 1 commit
-
-
jean-pierre charras authored
Fix someminor coverity warning, and one bug found by coverity in drill report files : buried holes were not properly counted and listed.
-
- 24 Feb, 2015 2 commits
-
-
Tomasz Wlostowski authored
-
jean-pierre charras authored
lib_dxf: Update to version 0.5.13 (previous: 0.5.11) due to a bug (memory leak) fixed in 0.5.13, which has also more comments, and try to fix most of coverity warnings (not initialized class members). These members are now initialized, which also fix some other more serious coverity issues.
-
- 23 Feb, 2015 2 commits
-
-
Brian Sidebotham authored
-
jean-pierre charras authored
pcbnew, place file: Fix a minor bug in side identification: a comment in file header was generated with always "top side" id even when the bottom side file was created. Fix also a minor coverity warning (no bug)
-
- 22 Feb, 2015 6 commits
-
-
Mark Roszko authored
-
Bernhard Stegmaier authored
-
Wayne Stambaugh authored
-
jean-pierre charras authored
Pcbnew, Footprint place file: use standard keywords "top" and "bottom" as board side identifiers instead of external copper layers names, which have no meaning in this fabrication file
-
jean-pierre charras authored
Move exact dialog: make all messages translatable. Fix minor issues (some can be Windows specific). Remove useless declarations. Fix coding style issues Fix minor warnings from cppcheck.
-
jean-pierre charras authored
Fix also very minor warnings detected by cppcheck.
-
- 21 Feb, 2015 5 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
jean-pierre charras authored
* move not shared files (sch_item_struct.*, sch_base_frame.h) to eeschema; * move wxEeschemaStruct.h to eeschema and rename it schframe.h to be consistent with the other corresponding file name schframe.cpp; * remove few not needed #include
-
Mark Roszko authored
-
Wayne Stambaugh authored
-
- 20 Feb, 2015 6 commits
-
-
jean-pierre charras authored
Pcbnew: fix bug #142348 (airwire does not always appear after deleting a track). Very minor other fixes.
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Tomasz Wlostowski authored
-
jean-pierre charras authored
-
Mark Roszko authored
* Fix coverity scan error for array comparison. * Check for buffer length overflow that fixes segfault.
-
- 19 Feb, 2015 4 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Wayne Stambaugh authored
* Add support for setting python site package path to PYTHON_SITE_PACKAGE_PATH. * Move configure_file() so WXPYTHON_VERSION is already initialized before creating config.h (Duh!). * Add status message to indicate the version of wxPython found.
-
- 18 Feb, 2015 4 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
jean-pierre charras authored
-
- 17 Feb, 2015 4 commits
-
-
jean-pierre charras authored
Temporary fix a crash I created in rev 5427, when erasing all modules on a board and read the netlist. Will be fully fixed later. Very minor fixes: remove duplicate #define in vrml_v2_modelparser.cpp, and "undo" a very minor change I made in class_board.cpp when I tried to fix a Pcbnew crash.
-
Wayne Stambaugh authored
-
jean-pierre charras authored
Pcbnew: fix Bug #1422093 (pcbnew crashes after editing a footprint cominng from the board with the fp editor and saving it on a librray and trying to load it to the board) Some other very minor fixes.
-
Cirilo Bernardo authored
-
- 16 Feb, 2015 2 commits
-
-
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
-
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.
-
- 15 Feb, 2015 1 commit
-
-
Maciej Suminski authored
-