- 03 May, 2015 2 commits
-
-
unknown authored
-
jean-pierre charras authored
Fix 2 coverity warnings.
-
- 01 May, 2015 2 commits
-
-
jean-pierre charras authored
tools/edit_tool.cpp: remove limitation (GAL mode) to delete the last pad in a footprint (a footprint can have 0 pad, for instance a logo)
-
jean-pierre charras authored
* Use only double to store zoom levels in class BASE_SCREEN (int type is not working for eeschema or page layout editor) (this fix Bug #1450551, Assertion failed on wxRound() when zooming) * Fix crash in all apps but Pcbnew when a grid or a zoom was selected from the popup menu. * Modify default hotkeys for Next Grid and Previous Grid: the initial key was a dead key, not suitable as hotkey. the 'N' and Shift N keys are used instead (with a change for unfill zone hotkey) * Modify code in EDA_DRAW_FRAME::SetNextGrid() and EDA_DRAW_FRAME::SetPreviousGrid() to make them compatible with other editors than the board editor.
-
- 30 Apr, 2015 18 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
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.
-
- 27 Apr, 2015 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Add a python script example in demo folder to create various plot files from a board. Fix also some issues in plot controller helper class. Important note: from a python script one cannot plot the palge layout, because the page layout template file is not stored in the board file, but it is part of the project. Because when using a python script, the project is not loaded, the page layout template is not known. Trying to plot it crashes the script.
-
unknown authored
-
- 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 2 commits
-
-
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.
-
Dick Hollenbeck authored
Use whatever comes from the lib_path in the fp-lib-table, thus opening up the same plugin for alternative generic servers.
-
- 21 Apr, 2015 2 commits
-
-
jean-pierre charras authored
-
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 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
ModEdit: fix a refresh issue after deleting a pad (depending on the position of the pad, the pad was sometimes not immediately undrawn). Fix a few coverity wanings (not initialized members in ctors)
-
- 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 2 commits
-
-
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).
-
Maciej Suminski authored
-
- 16 Apr, 2015 2 commits
-
-
jean-pierre charras authored
Previously, only the lib named "power" was used (and therefore power parts defined in other libs not shown). Now, all power parts can be loaded from any library. Also, when loading power parts from the chose component dialog or the lib viewer, libs and parts are filtered: only power parts and libs containing power parts are listed. Hotkeys: move a few global strings in the files where ther are actually used (and make them local.) and code cleaning. Fix a few other minor issues.
-
unknown authored
Fix some issues in filling zones normals. Fix an issue with some models that have materials but didn't defined the diffuse color. Workaround for Bug #1443431. Implement some missing "code logic" for pervertexperface normals. Remove some not used functions. Calculate normals using double type.
-