jean-pierre charras
|
8005de27c0
|
Fix a compil warning and 2 Coverity warnings.
|
2020-08-07 13:13:25 +02:00 |
Fabien Corona
|
8de6aa161f
|
pcb_calculator : do not overwrite input parameters
Split the computing / displaying code into different functions
Add coloured warnings when a value is not finite / illogical .
Fixes https://gitlab.com/kicad/code/kicad/-/issues/1849
|
2020-08-07 00:09:33 +00:00 |
Michael Kavanagh
|
daa41c663b
|
Pcb calculator: remove unused variable
Fixes https://gitlab.com/kicad/code/kicad/issues/3907
|
2020-03-01 12:01:03 +00:00 |
Seth Hillbrand
|
4d2e953f42
|
Cleanup: Replace C-only deprecated headers
This replaces headers deprecated by C++14 with their equivalent
replacement
|
2019-12-05 11:03:15 -08:00 |
jean-pierre charras
|
51a128e323
|
pcb_calculator: code rework: rename "tand" member to "m_tand" and m_name to m_Name
|
2018-08-24 10:26:05 +02:00 |
jean-pierre charras
|
da0f956ca5
|
pcb_calculator: code rework: rename "murC" member by "m_murC"
|
2018-08-24 10:26:04 +02:00 |
jean-pierre charras
|
77477e4f10
|
pcb_calculator: code rework: rename "sigma" member by "m_sigma", and "skindepth" by "m_skindepth"
|
2018-08-24 10:26:04 +02:00 |
jean-pierre charras
|
884dc1c3e8
|
pcb_calculator: code rework: rename "f" member by "m_freq"
|
2018-08-24 10:26:04 +02:00 |
jean-pierre charras
|
f16e083ecf
|
Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code)
|
2015-03-11 14:59:43 +01:00 |
jean-pierre charras
|
a550ff84db
|
Fix some coverity and cppcheck warnings (most are very minor issues: not initialized members and initialized but not used variables)
|
2015-03-04 10:26:00 +01:00 |
jean-pierre charras
|
39497b109e
|
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.
|
2015-02-17 17:32:47 +01:00 |
Dick Hollenbeck
|
210a7036db
|
switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()
|
2012-09-21 12:02:54 -05:00 |
Dick Hollenbeck
|
b8a0ab4c52
|
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
|
2012-01-22 22:33:36 -06:00 |
jean-pierre charras
|
1275240759
|
Add a new utility: pcb_calculator (need of course wore work)
Eeschema: optimize import of footprints names ( .stf files) that was time consumming with large designs.
|
2011-08-05 21:53:42 +02:00 |