- 30 Mar, 2015 2 commits
-
-
jean-pierre charras authored
Minor fixes: make a message translatable in CvPcb. Dialog choose component: fix a missing min size calculation and make min size bigger.
-
Chris Pavlina authored
-
- 28 Mar, 2015 1 commit
-
-
unknown authored
-
- 27 Mar, 2015 1 commit
-
-
unknown authored
-
- 25 Mar, 2015 1 commit
-
-
Maciej Suminski authored
-
- 23 Mar, 2015 1 commit
-
-
unknown authored
Eeschema enhancements: Option to annotate keeping multi-unit parts grouped and friendlier warning for modifying power values.
-
- 21 Mar, 2015 2 commits
-
-
unknown authored
-
jean-pierre charras authored
-
- 15 Mar, 2015 1 commit
-
-
jean-pierre charras authored
-
- 14 Mar, 2015 2 commits
-
-
jean-pierre charras authored
Cvpcb: Shows a better message when a netlist is not found.
-
jean-pierre charras authored
Try to fix Bug #1431391 (Unable to edit pins in Schematic library editor). It happens on XFCE, but also on Unity. This fix works on Unity. (it is due to the fact the dialog is not raised, for an unknown reason, and this bug depend on the way Eeschema and Libedit are run). Add Ctrl+E hotkey in eeschema to edit a component with Libedit (similar to pcbnew Ctrl+E hotkey) As usual, fix a few minor coverity warnings
-
- 12 Mar, 2015 1 commit
-
-
jean-pierre charras authored
Eechema, libedit, pin dialog editor: show pin texts in pin preview canvas.
-
- 06 Mar, 2015 1 commit
-
-
unknown authored
Minot fixes: Minor coding style issues fix (tab -> spaces). Add missing GetClass to all classes derived from EDA_ITEM. Make debug method Show() only compiled in debug mode.
-
- 04 Mar, 2015 1 commit
-
-
jean-pierre charras authored
-
- 02 Mar, 2015 1 commit
-
-
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 2 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).
-
- 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.
-
- 24 Feb, 2015 1 commit
-
-
Tomasz Wlostowski authored
-
- 21 Feb, 2015 2 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
-
Wayne Stambaugh authored
-
- 20 Feb, 2015 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix bug #142348 (airwire does not always appear after deleting a track). Very minor other fixes.
-
- 17 Feb, 2015 1 commit
-
-
Wayne Stambaugh authored
-
- 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)
-
- 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 3 commits
-
-
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)
-
- 18 Jan, 2015 1 commit
-
-
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() )
-
- 17 Jan, 2015 1 commit
-
-
jean-pierre charras authored
Minor and very minors fixes: move -DKICAD_USE_WEBKIT definition to the main CMakeLists.txt. Remove duplicate semi-colon at end of some lines.
-
- 12 Jan, 2015 1 commit
-
-
Wayne Stambaugh authored
* Make generate button the default in Eeschema netlist dialog. * Fix spacing issues in export IDF dialog. * Make OK button the default in export IDF dialog. * Remove unnecessary end dialog code from export IDF dialog. * Improve resizing of export IDF dialog.
-
- 21 Dec, 2014 1 commit
-
-
jean-pierre charras authored
-
- 20 Dec, 2014 1 commit
-
-
Wayne Stambaugh authored
* Remove redundant number from unit context menu. * Use letters instead of numbers in component edit dialog.
-
- 19 Dec, 2014 1 commit
-
-
jean-pierre charras authored
-
- 16 Dec, 2014 1 commit
-
-
jean-pierre charras authored
Road map: Gerber X2 file function extension marked done in Pcbnew and Gerbview
-
- 03 Dec, 2014 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
BOM dialog: remove a not very useful button, and merge its function with an other (not perfect, need more work) Add message box to show info added in BOM python scripts (See scripts/bom-in-python/README-bom.txt about this info)
-
- 22 Nov, 2014 1 commit
-
-
jean-pierre charras authored
Eeschema: Netlist generator: remove option to generate the fully outdated old netlist file format (based on a very old Orcad netlist format) Only the new (S expression) better netlist file format is now used.
-
- 19 Nov, 2014 1 commit
-
-
jean-pierre charras authored
-