- 03 Feb, 2015 1 commit
-
-
Wayne Stambaugh authored
-
- 02 Feb, 2015 2 commits
-
-
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.
-
jean-pierre charras authored
Pcbnew: simplify draw code in default canvas and plot functions by removing the plot LINE option, which is not existing in all plotters, not existing in opengl/cairo canvas, and not usefull in default canvas.
-
- 30 Jan, 2015 1 commit
-
-
jean-pierre charras authored
ModEdit: add a settings menu option(and the corresponding dialog) to set default values used when creating a footprint or add graphic items to a footprint being edited. These settings are now not common to the board editor, because the footprint editor can be run outside the board editor. download_boost.cmake: ignore .htm* files when installing boost. They are not used, and often have a very very long (and stupid) name which sometimes creates issues.
-
- 29 Jan, 2015 1 commit
-
-
Simon Richter authored
-
- 28 Jan, 2015 2 commits
-
-
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.
-
jean-pierre charras authored
Footprint Editor: New footprint creation: change defaults for ref and value texts: now Ref text is REF** and Value text is the footprint name. Also Value is put on fab layer (front) muonde.cpp: cleanup this very old code, and fix not working code.
-
- 25 Jan, 2015 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 22 Jan, 2015 1 commit
-
-
Wayne Stambaugh authored
-
- 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 1 commit
-
-
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() )
-
- 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.
-
- 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.
-
- 11 Jan, 2015 1 commit
-
-
jean-pierre charras authored
-
- 10 Jan, 2015 1 commit
-
-
jean-pierre charras authored
Add hight contrast option in Modedit. In hight contrast mode, solder masks and solder paste are shown. this option was possible only by modifying the way display options are managed. before these changes, display options were a global DISPLAY_OPTIONS class instance. Now each EDA_DRAW_FRAME(and derivated classes) includes its own DISPLAY_OPTIONS class instance. As a consequence, some duplicate display option variables in these classes have been removed, because there were just duplicate variables of the DISPLAY_OPTIONS class instance.
-
- 07 Jan, 2015 2 commits
-
-
jean-pierre charras authored
Modedit: now shows a specific layers manager, which allows user to select the technical layer which is used when adding a new graphic text or outline to the current footprint. Please, note the layer manager was already available in GAL mode, but is was the same as tne board editor, which is not good. Now: - In default mode or GAL mode, the look is the same. - Only suitable technical layers (i.e. paired layers) are selectable from the layers manager (for special purposes, some other layers can be used, via the graphic items properties dialog)
-
Jose Ingnacio authored
* With fixes from Adam Wolf.
-
- 05 Jan, 2015 1 commit
-
-
jean-pierre charras authored
-
- 04 Jan, 2015 1 commit
-
-
jean-pierre charras authored
-
- 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).
-
- 20 Dec, 2014 1 commit
-
-
unknown authored
-
- 18 Dec, 2014 1 commit
-
-
jean-pierre charras authored
Allows use of modifier shift key with letters A ... Z in hot keys (including hot key editor). Thanks to John Bird, who helped me with his patch.
-
- 16 Dec, 2014 1 commit
-
-
Ashley Mills authored
-
- 11 Dec, 2014 1 commit
-
-
jean-pierre charras authored
Minor fixes. Remove unused icon. Add 3 new icons. Change one icon (3 icons are from Konstantin Baranowskiy)
-
- 04 Dec, 2014 1 commit
-
-
jean-pierre charras authored
Looked like a minor issue, but was due to a more serious bug, when using 2 different DSN_LEXERS which were not synchronized. The fix is not perfect, but unfortunately, the parser used to read the PCB_PLOT_PARAMS in .kicad_pcb files is also used in legacy board file reader. Therefore it is better than write 2 parser functions, one for legacy files, the other for the .kicad_pcb files, which make the same thing.
-
- 21 Nov, 2014 1 commit
-
-
Maciej Suminski authored
-
- 19 Nov, 2014 1 commit
-
-
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
-
-
Camille authored
-
- 14 Nov, 2014 2 commits
-
-
Maciej Suminski authored
-
Tomasz Wlostowski authored
geometry: IsSolid() and Move() methods, segment overlap detection, some improvements in SHAPE_LINE_CHAIN class.
-
- 08 Nov, 2014 1 commit
-
-
jean-pierre charras authored
Polyline.h: remove useless class CRect. Use the more powerful EDA_RECT instead. Clean and remove duplicate code.
-
- 06 Nov, 2014 1 commit
-
-
Garth Corral authored
-
- 02 Nov, 2014 1 commit
-
-
jean-pierre charras authored
Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc.
-
- 31 Oct, 2014 1 commit
-
-
jean-pierre charras authored
Pcbnew: Console python: use a wxMiniFrame to show the console and remove the management by a EDA_PANEINFO, which was not the right way to manage this console.
-
- 26 Oct, 2014 1 commit
-
-
unknown authored
Eeschema, Plot dialog: add Plot directory selection. The patch from 1383026@bugs.launchpad.net was widely used.
-
- 22 Oct, 2014 1 commit
-
-
Wayne Stambaugh authored
-
- 19 Oct, 2014 1 commit
-
-
Wayne Stambaugh authored
-
- 18 Oct, 2014 1 commit
-
-
jean-pierre charras authored
Python scripting: make UTF8 class accessible by python scripts. Add python method GetChars() to UTF8 class to get its char buffer. See scripts/test_kicad_plugin.py for example.
-