- 14 Feb, 2015 1 commit
-
-
jean-pierre charras authored
Rename eeschema/dialogs/dialog_sch_find.fbp to dialog_schematic_find_base.fbp, to be consistent with other dialogs. Pcbnew run from the project manager: add menu Save Copy As..., which is the same command as Save As ... in stand alone mode, but with the constraints of a project (no cwd change, no board filename change, and keep project settings)
-
- 06 Feb, 2015 1 commit
-
-
Wayne Stambaugh authored
-
- 02 Feb, 2015 1 commit
-
-
jean-pierre charras authored
Dialogs edit footprint in module editor and edit footprint in board editor: add button to edit the selected 3D shape filename. Dialog edit component in library editor: add button to edit the selected footprint filter.
-
- 28 Jan, 2015 1 commit
-
-
Alexander Golubev authored
* Fix -Woverloaded-virtual warning in DIALOG_LIB_NEW_COMPONENT class definition. * Make EDA_ITEM::Matches( const wxString& wxFindReplaceData& ) protected since it's a helper function that should only be called by derived objects.
-
- 27 Jan, 2015 4 commits
-
-
Wayne Stambaugh authored
* Check to see if image handler is already initialized to prevent warning on debug builds. * Change LIB_PART destructor message output to use wxLogDebug for debugging on windows builds. * Minor code cleaning and coding policy fixes.
-
jean-pierre charras authored
-
jean-pierre charras authored
-
jean-pierre charras authored
Fix minor aesthetic issues in dialogs (these minor issues (overlapping widgets) exit only with some Windows managers like KDE)
-
- 20 Jan, 2015 1 commit
-
-
jean-pierre charras authored
Eeschema: fix a minor bug and enhances SCH_MARHER::Matches function ( partial use of 0005-SCH_MARKER-fix-a-Woverloaded-virtual.patch, from <fatzer2@gmail.com> ) and other very minor fix.
-
- 18 Jan, 2015 2 commits
-
-
jean-pierre charras authored
Very minor fixes: add missing const return type to some GetBoundingBox() declarations. Change few functions names to better names in some places (like GetName() to GetPinName() )
-
unknown authored
-
- 17 Jan, 2015 1 commit
-
-
jean-pierre charras authored
Minor and very minors fixes: move -DKICAD_USE_WEBKIT definition to the main CMakeLists.txt. Remove duplicate semi-colon at end of some lines.
-
- 16 Jan, 2015 1 commit
-
-
unknown authored
-
- 15 Jan, 2015 1 commit
-
-
jean-pierre charras authored
* if the current select plugin is the github plugin, one can select some of these libraries and add them to the table * if the current select plugin is the kicad plugin, one can select some of these libraries and download them to make alocal copy. They can added to the table after they are downloaded.
-
- 12 Jan, 2015 1 commit
-
-
Wayne Stambaugh authored
* Make generate button the default in Eeschema netlist dialog. * Fix spacing issues in export IDF dialog. * Make OK button the default in export IDF dialog. * Remove unnecessary end dialog code from export IDF dialog. * Improve resizing of export IDF dialog.
-
- 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 1 commit
-
-
Wayne Stambaugh authored
-