- 03 Apr, 2015 1 commit
-
-
jean-pierre charras authored
-
- 02 Apr, 2015 2 commits
-
-
jean-pierre charras authored
eeschema: fix Bug #1437604 (double translation of some messages in pin editor dialog) relative to some static strings flagged "to be translated". This is due to the fact static strings flagged translated ( _("string") notation) are not translated when they are static only if they are not inside a dll. When they are static inside a dll, the dictionary is already loaded, and the constructor translate them. Therefore they can be translated twice in dialogs are calling wxGetTranslation to show them, if the application is run from kicad. But if the application is run as stand alone, the translation is made only once (as expected).
-
jean-pierre charras authored
Fix minor 3D viewer issues (includling change number of segments and its optimization to draw pad holes.) Fix Bug #1439132 (track and via list on toolbar not always refresh after loading a board). Remove useless tool in Modedit.
-
- 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 2 commits
-
-
Wayne Stambaugh authored
* Add footprint and drop table from the Pcbnew footprint library table menu entry to make it clear to new users. * Add component to the Eeschema library configuration menu entry.
-
unknown authored
Eeschema enhancements: Option to annotate keeping multi-unit parts grouped and friendlier warning for modifying power values.
-
- 22 Mar, 2015 2 commits
-
-
jean-pierre charras authored
Make hotkey string info translatable in dialogs. These strings are now prefixed by _HKI , which can be used by translation tools to extract them.
-
https://launchpad.net/~john-j-beard authored
Fix Bug #1426675 (Undo and cancel commands don't have effect for Duplicate operation in legacy mode)
-
- 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
-
- 13 Mar, 2015 1 commit
-
-
jean-pierre charras authored
Remove a few coverity warnings. Fix some comments which were incorrect, due to the changes in code. Remove not compiled code (kept as comments), now outdated or useless legacy plugin: better compatibility with old brd files (current track width and current vias size, stored in SETUP section, were not read from file and incorrectly set)
-
- 12 Mar, 2015 1 commit
-
-
jean-pierre charras authored
Eechema, libedit, pin dialog editor: show pin texts in pin preview canvas.
-
- 11 Mar, 2015 2 commits
-
-
unknown authored
-
jean-pierre charras authored
Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code)
-
- 10 Mar, 2015 1 commit
-
-
jean-pierre charras authored
Fix a few minor coverity warnings.
-
- 09 Mar, 2015 1 commit
-
-
jean-pierre charras authored
Fix issue #1429665 (eeschema doesn't recognize .sch file when the LIBS section is empty. But the section is not used, just a comment, therefore can be empty). Very minor other fixes.
-
- 06 Mar, 2015 2 commits
-
-
jean-pierre charras authored
Eeschema now uses dashed lines for graphic lines (to be consistent with plot functions and toolbal icon). Fix an old bug in some envionments which warp the mouse on a bad monitor when opening eeschema, pcbnew and some other windows, only noticeable guys who are lucky enough to have more than one monitor.
-
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 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Fix some coverity and cppcheck warnings (most are very minor issues: not initialized members and initialized but not used variables)
-
- 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
-