- 10 Jan, 2015 1 commit
-
-
jean-pierre charras authored
-
- 05 Jan, 2015 1 commit
-
-
Wayne Stambaugh authored
* Change Read to Load in Pcbnew and Eeschema preference menus. * Make electrical rules check status bar message the same for both the menu and toolbar entries.
-
- 31 Dec, 2014 1 commit
-
-
jean-pierre charras authored
Page layout selection: fix Bug #1405972, and add minor enhancement in page layout selection dialog (the new layout is shown after selection). When the filename is not absolute, the page layout file is now searched first in project folder, and then in kicad template folder, if not found in project.
-
- 23 Dec, 2014 1 commit
-
-
jean-pierre charras authored
Fix issue when using a page layout file in project folder: eeschema and Pcbnew did not use it, unless using an absolute path. Now, if the file path is nor absolute, it is seen as relative to the project (which is the expected behavior) fp lib wizard: when pcbnew id compiled with USE_GITHUB_PLUGIN=OFF, the github plugin option is no more accessible (and the web viewer no more used).
-
- 21 Dec, 2014 1 commit
-
-
jean-pierre charras authored
-
- 20 Dec, 2014 2 commits
-
-
Wayne Stambaugh authored
Save document file when creating new component library from component in library editor. (fixes lp:1351952)
-
Wayne Stambaugh authored
* Remove redundant number from unit context menu. * Use letters instead of numbers in component edit dialog.
-
- 19 Dec, 2014 1 commit
-
-
jean-pierre charras authored
-
- 16 Dec, 2014 1 commit
-
-
jean-pierre charras authored
Road map: Gerber X2 file function extension marked done in Pcbnew and Gerbview
-
- 03 Dec, 2014 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
BOM dialog: remove a not very useful button, and merge its function with an other (not perfect, need more work) Add message box to show info added in BOM python scripts (See scripts/bom-in-python/README-bom.txt about this info)
-
- 22 Nov, 2014 1 commit
-
-
jean-pierre charras authored
Eeschema: Netlist generator: remove option to generate the fully outdated old netlist file format (based on a very old Orcad netlist format) Only the new (S expression) better netlist file format is now used.
-
- 19 Nov, 2014 3 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Try to fix issues on Ubuntu/Unity for dialogs which are not displayed: adding GetSizer()->Fit( this ) in some other dialogs
-
jean-pierre charras authored
Try to fix an issue on Ubuntu/Unity for some dialogs which are not displayed. For most, adding GetSizer()->Fit( this ) in dialog constructor fix the issue, but at least one dialog still is not displayed.
-
- 15 Nov, 2014 1 commit
-
-
Wayne Stambaugh authored
* Make title capitalization consistant. * Replace some instances of module with footprint. * Use angle instead of orientation where appropriate. * Remove abbreviations where it made sense. * Coding policy fixes.
-
- 12 Nov, 2014 1 commit
-
-
jean-pierre charras authored
-
- 09 Nov, 2014 1 commit
-
-
Blair Bonnett authored
* Fix assertions in Eeschema when editing net labels, electronic rules check, and plotting. * Fix assertion when opening PCB calculator. * Fix assertions in Pcbnew when changing footprints in footprint properties dialog and adding or editing text.
-
- 06 Nov, 2014 1 commit
-
-
jean-pierre charras authored
-
- 02 Nov, 2014 2 commits
-
-
jean-pierre charras authored
Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc.
-
Dick Hollenbeck authored
-
- 31 Oct, 2014 1 commit
-
-
jean-pierre charras authored
Fix minor issues about translated strings and coding style. Add comment relative to file function info in X1 gerber file format.
-
- 30 Oct, 2014 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix a serious bug in ZONE_CONTAINER class copy constructor: a pointer was not initialized. Pcbnew crashes when deleting or filling a copied zone. Eeschema: remove dead code and uncrutify class_netlist_object.h
-
- 28 Oct, 2014 1 commit
-
-
unknown authored
-
- 26 Oct, 2014 3 commits
-
-
Wayne Stambaugh authored
-
unknown authored
Eeschema, Plot dialog: add Plot directory selection. The patch from 1383026@bugs.launchpad.net was widely used.
-
jean-pierre charras authored
eeschema: fix Bug #1385789 (eeschema segfaults, when editing a new field). Fix an other minor bug in Footprint editor.
-
- 22 Oct, 2014 1 commit
-
-
Wayne Stambaugh authored
* Make all files generated by make_lexer() dependencies of thier respective build targets. * Make building Boost a dependency for all libraries. * Remove duplicate make_lexer() call for Specctra lexer files.
-
- 21 Oct, 2014 1 commit
-
-
Wayne Stambaugh authored
-
- 19 Oct, 2014 1 commit
-
-
Wayne Stambaugh authored
-
- 17 Oct, 2014 1 commit
-
-
Bernhard Stegmaier authored
-
- 16 Oct, 2014 2 commits
-
-
Mark Roszko authored
Rename "Switch highcontrast" to "Toggle High Contrast". Eliminate most of the abbreviated hotkey titles. Doxygenize dialog_hotkeys_editor.h and add missing license block. Display <unassigned> if key code is 0 (NULL).
-
Mark Roszko authored
Refactor hotkey editor to use tab control instead of one giant list. Each tab is a separate hotkey section. Modify EDA_HOTKEY_CONFIG to change the m_Comment member to m_Title for a new purpose. We want a pretty title in the hotkey editor. We use m_Title for the key export comment which still conveys the purpose just as easily. Refactored usage of wxGrid into wxListCtrl which allows capturing navigation characters and also works better (single selection is built in). Add hotkey overwrite prompts that are paired with "Common" section. It will check if a hotkey overlaps with the proper sections. i.e. Common with the all other sections; or Section 1 with just Common. Right-click menu removed due to wxListCtrl being able to catch the special keys properly.
-
- 15 Oct, 2014 1 commit
-
-
jean-pierre charras authored
Libview and Modview: fix issues relative to hotkeys (hardcoded keys instead of user defined keys) and not working tools and popup menus. Fix also some minor coding style issues.
-
- 14 Oct, 2014 4 commits
-
-
Brian Sidebotham authored
-
Brian Sidebotham authored
-
Mark Roszko authored
-
Brian Sidebotham authored
-
- 13 Oct, 2014 1 commit
-
-
jean-pierre charras authored
Add FILE_NAME_WITH_PATH_CHAR_VALIDATOR, a custom wxValidator which allows file names with paths, in schematic sheet editor ( FILE_NAME_CHAR_VALIDATOR previously used in this dialog does not allow chars used in path names, like / and on Windows \ and : )
-
- 09 Oct, 2014 1 commit
-
-
John Beard authored
-