- 27 Apr, 2015 1 commit
-
-
jean-pierre charras authored
Minor fixes in dialog rescue: missing title, incorrect refresh due to use of a wxPaintDC outside a paint event, and coverity warnings (not initialized members).
-
- 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.
-
- 25 Apr, 2015 1 commit
-
-
Chris Pavlina authored
* Add code to test if any of the components in the schematic cache have been changed in the component libraries. * Prompt user to accept or reject components when changes are found. * If the user chooses to use the components in the cache, create a new library with the old components and add it to the beginning of the component library list so the schematic will not be changed. * Create dialogs to handle user feedback and status.
-
- 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 3 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.
-
jean-pierre charras authored
Now these parameters are stored in user config, not project config ( they are not really related to a given project, they are just a setup during an edition), and the schematic editor and the component editor have now separate parameters, because they are separate editors with different constraints. component editor: repeat pin enhancement (from and idea of Edward Johns)
-
- 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 3 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)
-
Maciej Suminski authored
-
- 19 Apr, 2015 4 commits
-
-
Wayne Stambaugh authored
-
jean-pierre charras authored
Very minor coding style issue fix in hotkey code (pl_editor and gerbview). Fix a compil error using c++11 option for painstaking compilers
-
jean-pierre charras authored
Dialog layers setup: cosmetic enhancements (fix a very minor issue on Windows). Remove a not used and outdated file.
-
unknown authored
-
- 17 Apr, 2015 5 commits
-
-
unknown authored
Hide "Power component value text cannot be modified" in libedit (which should be displayed only in schematic editor for power parts)
-
unknown authored
-
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
-
Maciej Suminski authored
-
- 16 Apr, 2015 4 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.
-
jean-pierre charras authored
Removing trailing spaces in some files.
-
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.
-
Maciej Suminski authored
-
- 15 Apr, 2015 1 commit
-
-
Wayne Stambaugh authored
-
- 14 Apr, 2015 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
3D viewer: minor fixes. Use our class REPORTER to show warning messages and activity info when building the 3D board view. Add a few comments in sources. Very minor other fixes.
-
- 13 Apr, 2015 1 commit
-
-
Brian Sidebotham authored
-
- 12 Apr, 2015 1 commit
-
-
jean-pierre charras authored
3D viewer: fix (the fix is not perfect) a minor issue in zone rendering: copper thickness was not good when the option 'Show Holes in Zones" was OFF, and "Show Copper Thickness" ON. Fix a few coverity minor warnings.
-
- 11 Apr, 2015 1 commit
-
-
Maciej Suminski authored
-
- 10 Apr, 2015 4 commits
-
-
Chris Pavlina authored
-
Chris Pavlina authored
-
jean-pierre charras authored
Eeschema: fix a crash on undo command, which sometimes happens after a wire /bus creation command was aborted. (probably fix Bug #1434988)
-
unknown authored
-
- 09 Apr, 2015 4 commits
-
-
Nick Østergaard authored
-
Dick Hollenbeck authored
* The SCH_COLLECTOR m_foundItems was being obsoleted after a pin name search. If a library edit changed the found pin name, the cache still held the now missing library pin and would segfault on next search due to the cache being out of date.
-
unknown authored
-
jean-pierre charras authored
board_items_to_polygon_shape_transform.cpp: remove full duplicate code between DRAWSEGMENT and EDGE_MODULE, and fix incorrect conversion of DRAWSEGMENT polygon type to its polygonal shape. Gerbview: better info from X2 filefunction attribute displayed in layer manager about copper layers
-