- 03 Mar, 2015 1 commit
-
-
jean-pierre charras authored
-
- 02 Mar, 2015 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Footprint editor: set the default footprint text size to 1 mm. Minor cleaning code. Very minor other fixes.
-
- 28 Feb, 2015 1 commit
-
-
Wayne Stambaugh authored
-
- 27 Feb, 2015 1 commit
-
-
Bernhard Stegmaier authored
* Fix default KISYSMOD/KISYS3DMOD (#ifdef typo) for OSX builds. * Remove setting KIGITHUB from kicad/pcbnew Info.plist in favor of hardcoded default setting for OSX builds. * Remove now unneeded Set3DShapesDefaultPath() and other small things.
-
- 26 Feb, 2015 1 commit
-
-
jean-pierre charras authored
Fix some coverity warnings (not initialized members). Add comments. Better (more informative) title in dialog to download .pretty libs.
-
- 22 Feb, 2015 1 commit
-
-
Wayne Stambaugh authored
-
- 21 Feb, 2015 2 commits
-
-
jean-pierre charras authored
* move not shared files (sch_item_struct.*, sch_base_frame.h) to eeschema; * move wxEeschemaStruct.h to eeschema and rename it schframe.h to be consistent with the other corresponding file name schframe.cpp; * remove few not needed #include
-
Wayne Stambaugh authored
-
- 20 Feb, 2015 1 commit
-
-
jean-pierre charras authored
-
- 19 Feb, 2015 1 commit
-
-
Maciej Suminski authored
-
- 18 Feb, 2015 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 17 Feb, 2015 9 commits
-
-
Tomasz Włostowski authored
-
Tomasz Włostowski authored
-
Tomasz Włostowski authored
-
Tomasz Włostowski authored
-
Tomasz Włostowski authored
-
Tomasz Włostowski authored
-
Tomasz Włostowski authored
-
Tomasz Włostowski authored
-
Wayne Stambaugh authored
-
- 16 Feb, 2015 1 commit
-
-
Wayne Stambaugh authored
* Fix unitialized variable in MSG_PANEL_ITEM default ctor. * Fix a bunch of uncaught exception issues. * Fix a memory leak in the NETLIST_READER::GetNetlistReader() when an an attempt to read an invalid net list file occurs.
-
- 15 Feb, 2015 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
Now OpenGL can report its problems instead of shutting down the application.
-
- 14 Feb, 2015 2 commits
-
-
Maciej Suminski authored
-
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)
-
- 12 Feb, 2015 3 commits
-
-
John Beard authored
Extend arrays and duplicate to pcbnew (GAL and legacy), covering modules, text, lines, tracks, dimensions and targets. Text arrays can now use "%s" as a placeholder to be substituted with the array index. Also expand menu options for move exact, arrays and duplicate. Minor fixes for arrays - use proper unit parsing, add numbering start for circular arrays Add circle radius indicator to array dialogue
-
John Beard authored
-
John Beard authored
-
- 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
-