aris-kimi
ed47c47ec2
Add more unit selectors, temperature and material coefficient
to Calculator Tools/ Cable size
Fix some previous leftovers from 086ebe0f1d
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/12129
3 years ago
Fabien Corona
81108ed106
ADDED: pcb_calculator: wavelength panel
3 years ago
Fabien Corona
69f25f35a8
ADDED: pcb_calculator cable size
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/9298
3 years ago
Ian McInerney
708050aa55
pcb_calculator: Some code cleaning
4 years ago
jean-pierre charras
11bc23fab2
pcb_calculator: fix locale fp separator and incorrect coding of utf8 strings.
5 years ago
Jeff Young
29a1ded508
Fix degree symbol.
And then go on and do a boatload more fixes for correct units usage.
5 years ago
Jeff Young
cb7add9280
Fix a few minor things in PCB Calc, and update units to SI.
Fixes https://gitlab.com/kicad/code/kicad/issues/7525
Fixes https://gitlab.com/kicad/code/kicad/issues/3435
5 years ago
Seth Hillbrand
848c82f4a5
Also correct kHz
5 years ago
Seth Hillbrand
27b7138fb6
Standardize to SI prefix on kOhm
5 years ago
Marek Roszko
2ade8031dc
Clean up pcb_calculator includes a bit and rename files
5 years ago
jean-pierre charras
460d1f2a15
pcb_calculator: code cleanup. Remove a few duplicate code.
7 years ago
Marvin Schmidt
69974b73db
Remove some extra semicolons
8 years ago
Jon Neal
89c183f041
Add a new dropdown type that has oz/ft^2 for the pcb track width calculator.
10 years ago
Wayne Stambaugh
f12953855e
More missing source license fixes.
11 years ago
Dick Hollenbeck
dba4fccec9
*) Change FOOTPRINT_LIST::ReadFootprintFiles( FP_LIB_TABLE*, const wxString*)
To use multiple working threads. This entailed adding KiCad typedefs:
*) Add typedefs for MUTEX and MUTLOCK which mask the actual choices for the project.
*) Add FOOTPRINT_LIST::DisplayErrors( wxWindow* ) which is a single strategy for
showing aggregated load errors. Although what's there is only scaffolding
and needs a volunteer who knows HTML pretty well.
*) Ensure all callers of ReadFootprintFiles() use the new DisplayErrors() function.
*) Push utf8.cpp and utf8.h into common library for open use.
12 years ago
Dick Hollenbeck
b8a0ab4c52
switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths
14 years ago
Andrey Fedorushkov
58a3504c5a
pcb calculator: fix localize GUI, native *nix string
14 years ago
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.
15 years ago