- 30 Apr, 2015 26 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
-
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 2 commits
-
-
Simon Richter authored
-
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 4 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
-
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 1 commit
-
-
jean-pierre charras authored
-