- 30 Apr, 2015 1 commit
-
-
Maciej Suminski authored
-
- 29 Apr, 2015 1 commit
-
-
jean-pierre charras authored
added the example gen_gerber_and_drill_files_board.py in demos, which shows how to do that. Fix a Printf format issue (shown in Debug mode) in Libedit (%d used for a size_t, changed in %zu)
-
- 28 Apr, 2015 1 commit
-
-
jean-pierre charras authored
Minor fixes: dialog rescue: make strings translatable. Remove a few coverity warnings (not initialized members). Very minor other changes.
-
- 26 Apr, 2015 1 commit
-
-
jean-pierre charras authored
Eeschema: add missing rotate and mirror sheet in sheet context menu (these transforms were possible in block commands, but not from the sheet menu). Fix a i18n issue in field names when loading a component, if the language was changed during a session, and kicad not restarted (see Bug #1448654). However changing the language needs restarting kicad, in order to have all messages or menus translated.
-
- 23 Apr, 2015 1 commit
-
-
Wayne Stambaugh authored
* Use "Close" in the file menu of every main frame window instead of the mismatch of the terms "Close", "Exit", and "Quit". * Change the terminology in the Pcbnew graphic text edit dialog to match the module text edit dialog. * Improve the layout of the Pcbnew graphic text dialog. * Fix some wxPrintf parameter type assertions for 64 bit time_t. * Fix all (at least I think I got all of them) duplicate menu accelerator characters.
-
- 22 Apr, 2015 1 commit
-
-
jean-pierre charras authored
Minor fixes: dialog_create_array.* files: clean code ( remove useless declarations and functions ). fix a few coverity warnings about not initialized members in ctors.
-
- 21 Apr, 2015 1 commit
-
-
jean-pierre charras authored
footprint wizard python plugins management: Fix a memory leak. Remove useless and outdated code, and add a minor enhancement. Make a string translatable in a pcbnew info dialog.
-
- 20 Apr, 2015 1 commit
-
-
jean-pierre charras authored
-
- 19 Apr, 2015 1 commit
-
-
jean-pierre charras authored
Dialog layers setup: cosmetic enhancements (fix a very minor issue on Windows). Remove a not used and outdated file.
-
- 17 Apr, 2015 1 commit
-
-
jean-pierre charras authored
Better handling of disabled layers when editing a footprint (value, ref) from the board editor (avoid the "illegal layer" message box when possible).
-
- 10 Apr, 2015 2 commits
-
-
Chris Pavlina authored
-
Chris Pavlina authored
-
- 09 Apr, 2015 1 commit
-
-
Nick Østergaard authored
-
- 05 Apr, 2015 2 commits
-
-
Sven D. authored
-
jean-pierre charras authored
Modview: fix issue about mouse on wrong monitor when starting Modview.
-
- 02 Apr, 2015 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 31 Mar, 2015 2 commits
-
-
Maciej Suminski authored
-
jean-pierre charras authored
3d viewer: fix a few warning coverity (and a potential bug). fp libs wizard: make it internationalized, and replace an untranslatable string created by grouping 3 strings by one translatable string.
-
- 30 Mar, 2015 1 commit
-
-
Maciej Suminski authored
-
- 14 Mar, 2015 1 commit
-
-
jean-pierre charras authored
Cvpcb: Shows a better message when a netlist is not found.
-
- 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 3 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)
-
Maciej Suminski authored
-
- 10 Mar, 2015 1 commit
-
-
jean-pierre charras authored
Fix a few minor coverity warnings.
-
- 09 Mar, 2015 1 commit
-
-
Maciej Suminski authored
-
- 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.
-
- 28 Feb, 2015 1 commit
-
-
Blair Bonnett authored
-
- 27 Feb, 2015 1 commit
-
-
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.
-
- 22 Feb, 2015 1 commit
-
-
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.
-
- 21 Feb, 2015 1 commit
-
-
Maciej Suminski 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.
-
- 18 Feb, 2015 2 commits
-
-
Maciej Suminski authored
-
Tomasz Włostowski authored
-
- 17 Feb, 2015 1 commit
-
-
Tomasz Włostowski authored
-