- 02 Mar, 2015 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Footprint editor: set the default footprint text size to 1 mm. Minor cleaning code. Very minor other fixes.
-
jean-pierre charras authored
Fix some minor coverity warnings. Fix a bug in pcad2kicad plugin. Scripting: map BASE_SET. Rename some python bom scripts with better names. Fix erroneous comments and add comments
-
- 28 Feb, 2015 8 commits
-
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
* Add wxTAB_TRAVERSAL to TREE_PROJECT_FRAME ctor. * Please note that there is still a focus issue when closing a child window (at least on windows) that prevents this from being an ideal solution. * Minor code cleaning.
-
John Beard authored
-
jean-pierre charras authored
Eeschema: Fix a (minor but annoying) bug detected by coverity which prevent Eeschema to draw components in "fast mode" (i;e. without pin texts) when they are moved, due to a draw parameter which was incorrectly used. Move items rework: enhancements: for some items (sheets, components, bus entries) the mouse cursor is no more wrapped to the anchor. For large symbols, this is better: they are more easy to place. There is also a change when starting a move item command: the full screen is redraw, and therefore there is no artifact due to the XOR draw mode. Some other minor coverity fixes (uninitialized members).
-
Blair Bonnett authored
-
Wayne Stambaugh authored
-
HDE_Opticalworm authored
-
Wayne Stambaugh authored
-
- 27 Feb, 2015 3 commits
-
-
Wayne Stambaugh authored
-
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 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-