- 23 Feb, 2015 1 commit
-
-
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 4 commits
-
-
Maciej Suminski authored
-
Sven D authored
* Add support for VRML DEF coordinate key word. * Coding policy fixes by Blair Bonnett <blair.bonnett@gmail.com> * Debugging output clean up.
-
Miguel Angel Ajo authored
This method is added for scripting purposes, to be able to query specific board layer names thru a board object. If no board specific layer name is found, it will fallback to standard layer names.
-
Maciej Suminski authored
Now OpenGL can report its problems instead of shutting down the application.
-
- 14 Feb, 2015 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 15 Feb, 2015 1 commit
-
-
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.
-