- 03 Mar, 2015 1 commit
-
-
jean-pierre charras authored
-
- 02 Mar, 2015 3 commits
-
-
jean-pierre charras authored
-
Tomasz Włostowski authored
-
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 4 commits
-
-
Wayne Stambaugh 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).
-
Wayne Stambaugh authored
-
Wayne Stambaugh authored
-
- 27 Feb, 2015 2 commits
-
-
Wayne Stambaugh authored
-
jean-pierre charras authored
-
- 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 1 commit
-
-
Tomasz Wlostowski authored
-
- 22 Feb, 2015 2 commits
-
-
Mark Roszko authored
-
Wayne Stambaugh authored
-
- 21 Feb, 2015 3 commits
-
-
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 2 commits
-
-
jean-pierre charras authored
Pcbnew: fix bug #142348 (airwire does not always appear after deleting a track). Very minor other fixes.
-
jean-pierre charras authored
-
- 19 Feb, 2015 1 commit
-
-
Maciej Suminski authored
-
- 17 Feb, 2015 1 commit
-
-
Wayne Stambaugh authored
-
- 15 Feb, 2015 1 commit
-
-
Ronald Sousa authored
- changes comment number and value from nodes to attibutes - UPdate bom_with_title_block_2_csv to use the changes made for sheet and comment
-
- 14 Feb, 2015 1 commit
-
-
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)
-
- 12 Feb, 2015 1 commit
-
-
John Beard authored
-
- 11 Feb, 2015 2 commits
-
-
Ronald Sousa authored
-
Ronald Sousa authored
- update bom_with_title_block_2_csv.xsl
-
- 10 Feb, 2015 1 commit
-
-
Ronald Sousa authored
- the net file now has all project sheet title block using node 'sheets' and 'sheet' - Updated bom_with_title_block_2_csv. Note, its only going to output the root title block.
-
- 09 Feb, 2015 1 commit
-
-
Ronald Sousa authored
- corrected the code that violated the code policy. i.e. added the extra space to make the code more readable - Restored bom2csv.xsl to its original form - Added bom_with_title_block_2_csv.xsl which has the new BOM generator.
-
- 08 Feb, 2015 1 commit
-
-
Ronald Sousa authored
-update XNODE* NETLIST_EXPORT_TOOL::makeGenericDesignHeader() so that the net file now outputs project information. For example: - Company name - Project title - issue date - Revision - Comment 1 to 4 - updated bom2csv.xsl plugin to take advatage of the extra project information that the net file now outputs. Overall this improvement will make it easier to automatically make controlled and traceable documents.
-
- 06 Feb, 2015 1 commit
-
-
Wayne Stambaugh authored
-
- 02 Feb, 2015 1 commit
-
-
jean-pierre charras authored
Dialogs edit footprint in module editor and edit footprint in board editor: add button to edit the selected 3D shape filename. Dialog edit component in library editor: add button to edit the selected footprint filter.
-
- 28 Jan, 2015 1 commit
-
-
Alexander Golubev authored
* Fix -Woverloaded-virtual warning in DIALOG_LIB_NEW_COMPONENT class definition. * Make EDA_ITEM::Matches( const wxString& wxFindReplaceData& ) protected since it's a helper function that should only be called by derived objects.
-
- 27 Jan, 2015 4 commits
-
-
Wayne Stambaugh authored
* Check to see if image handler is already initialized to prevent warning on debug builds. * Change LIB_PART destructor message output to use wxLogDebug for debugging on windows builds. * Minor code cleaning and coding policy fixes.
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
Fix minor aesthetic issues in dialogs (these minor issues (overlapping widgets) exit only with some Windows managers like KDE)
-
- 20 Jan, 2015 1 commit
-
-
jean-pierre charras authored
Eeschema: fix a minor bug and enhances SCH_MARHER::Matches function ( partial use of 0005-SCH_MARKER-fix-a-Woverloaded-virtual.patch, from <fatzer2@gmail.com> ) and other very minor fix.
-
- 18 Jan, 2015 2 commits
-
-
jean-pierre charras authored
Very minor fixes: add missing const return type to some GetBoundingBox() declarations. Change few functions names to better names in some places (like GetName() to GetPinName() )
-
unknown authored
-