- 06 Mar, 2015 1 commit
-
-
unknown authored
Minot fixes: Minor coding style issues fix (tab -> spaces). Add missing GetClass to all classes derived from EDA_ITEM. Make debug method Show() only compiled in debug mode.
-
- 05 Mar, 2015 1 commit
-
-
jean-pierre charras authored
Minor fixes: coding style in 3d-viewer and minor code cleanup, and some fixes in bom python scripts, which did not work when a non ascii char (but a valid utf8 symbol) was found in xml netlist. Add comments.
-
- 28 Feb, 2015 1 commit
-
-
Wayne Stambaugh authored
-
- 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.
-
- 21 Feb, 2015 2 commits
-
-
Mark Roszko authored
-
Wayne Stambaugh authored
-
- 20 Feb, 2015 1 commit
-
-
Mark Roszko authored
* Fix coverity scan error for array comparison. * Check for buffer length overflow that fixes segfault.
-
- 17 Feb, 2015 2 commits
-
-
jean-pierre charras authored
Temporary fix a crash I created in rev 5427, when erasing all modules on a board and read the netlist. Will be fully fixed later. Very minor fixes: remove duplicate #define in vrml_v2_modelparser.cpp, and "undo" a very minor change I made in class_board.cpp when I tried to fix a Pcbnew crash.
-
jean-pierre charras authored
Pcbnew: fix Bug #1422093 (pcbnew crashes after editing a footprint cominng from the board with the fp editor and saving it on a librray and trying to load it to the board) Some other very minor fixes.
-
- 15 Feb, 2015 1 commit
-
-
Sven D authored
* Add support for VRML DEF coordinate key word. * Coding policy fixes by Blair Bonnett <blair.bonnett@gmail.com> * Debugging output clean up.
-
- 23 Jan, 2015 1 commit
-
-
jean-pierre charras authored
Pcbnew: fix Bug #1413701 (Segfault on highlight "unconnected" net 0 in Pcbnew ). Also, remove now useless code and other very minor fixes.
-
- 18 Jan, 2015 1 commit
-
-
unknown authored
-
- 15 Nov, 2014 1 commit
-
-
Camille authored
-
- 19 Oct, 2014 1 commit
-
-
Wayne Stambaugh authored
-
- 07 Oct, 2014 1 commit
-
-
Henri Valta authored
-
- 06 Oct, 2014 1 commit
-
-
jean-pierre charras authored
Cleaning 3 svg files (no icon change) Very minor other changes.
-
- 25 Aug, 2014 1 commit
-
-
jean-pierre charras authored
Eeschema: add dialog libedit options and move options relative to libedit from eeschema options to this dialog. Ensure some values initialized by the schematic editor and used by libedit are also initialized in libedit even if the schematic editor was not started. Remove useless commands (save/load project config) in libedit, because now they have no sense.
-
- 24 Aug, 2014 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
Rework on env. variable KISYS3DMOD. Until now, was used in different files using different ways, so no consistency between files. code cleanup.
-
- 22 Aug, 2014 1 commit
-
-
jean-pierre charras authored
-
- 21 Aug, 2014 1 commit
-
-
jean-pierre charras authored
-
- 20 Aug, 2014 2 commits
-
-
jean-pierre charras authored
-
jean-pierre charras authored
-
- 19 Aug, 2014 1 commit
-
-
jean-pierre charras authored
Add patch from Mario Luzeiro to 3D viewer. Fix a serious issue due to duplicate ID used in menus and toolbars between sub-applications, related to wxUpdateUIEvent events loop. wxUpdateUIEvent events can be sent to parent frames, when opening a menu in a child frame, if parent and child frame share same ID fro menuitems (or tools) The wrong menuitem can be used in some cases ( because there are more than one menuitem with the same identifier), by a wxUpdateUIEvent event function run in a parent frame.
-
- 16 Aug, 2014 1 commit
-
-
Wayne Stambaugh authored
-
- 12 Aug, 2014 2 commits
-
-
jean-pierre charras authored
3d viewer: fix a (minor) bug when run from cvpcb or modedit: the footprint is now centered on Z axis Better setup for lights, which gives a better rendering
-
Andrew Zonenberg authored
-
- 09 Aug, 2014 1 commit
-
-
jean-pierre charras authored
3dviewer: back to double (from float) in class S3D_MASTER for 3 members (m_MatScale, m_MatRotation, m_MatPosition) which are used in dialogs and r/w file functions, which expect double. Using float create minor but unwanted issues in r/w file functions. S3D_MATERIAL: enable all color options: if a 3d shape has bad color parameters, the shape must be modified, not the 3d rendering. The rendering now matches what we see in other vrml viewer like FreeCAD. Some minor coding style fixes.
-
- 05 Aug, 2014 1 commit
-
-
unknown authored
-
- 04 Aug, 2014 4 commits
-
-
jean-pierre charras authored
-
unknown authored
-
jean-pierre charras authored
-
jean-pierre charras authored
3D viewer: move helper functions from 3d_draw.cpp to 3d_draw_helper_functions.cpp. Add comments in .h sources. Better management of background color. coding style fixes.
-
- 02 Aug, 2014 4 commits
-
-
Andrew Zonenberg authored
-
Andrew Zonenberg authored
-
Andrew Zonenberg authored
-
unknown authored
-
- 01 Aug, 2014 1 commit
-
-
Brian Sidebotham authored
-
- 31 Jul, 2014 1 commit
-
-
unknown authored
-
- 30 Jul, 2014 1 commit
-
-
jean-pierre charras authored
dialog_track_via_size: set minimal size and make dialog resizable. Update demo file.
-