Nabeel Ahmad
9f189ca71a
pcb_calculator: New tab for via calculations
NEW: Adds a tab in pcb_calculator for calculations related to via size.
Fixes: lp:1802222
* https://bugs.launchpad.net/kicad/+bug/1802222
7 years ago
Maciej Suminski
6dec72b3c6
Added const modifier to strings in pcb_calculator xpm files
When there is no const modifier gcc warns:
warning: ISO C++11 does not allow conversion from string literal to
'char *' [-Wwritable-strings]
9 years ago
Clemens Koller
0a950282c8
pcb_calculator: delete obsolete sources of binary bitmaps (.pngs)
The bitmaps/*.xpm files can be edited as regular pictures
(i.e. using GIMP), so, bitmaps/sources/color_code/* don't need to be
kept as well.
Fixes: lp:1005383
Signed-off-by: Clemens Koller <cko@embeon.de>
9 years ago
Clemens Koller
1161a23b7d
pcb_calculator: Cleanup color code bitmaps and remove Ohm sign.
Fixes: lp:1005383
Signed-off-by: Clemens Koller <cko@embeon.de>
9 years ago
Dan Weatherill
5fe5c77234
Remove Ohm sign from color code bitmap
Color code is not specific to resistors.
Fixes: lp:1005383
https://bugs.launchpad.net/kicad/+bug/1005383
9 years ago
jean-pierre charras
e3f399ca38
pcb_calculator: remove no more in use png files.
10 years ago
jean-pierre charras
6155cba077
kicad_curl.cpp: fix a compil warning on Windows (regression)
pcb_calculator: fix incorrect formulas shown in attenuators panel. Png files are no more used, and formulas are now html doc files.
10 years ago
jean-pierre charras
7b0d981f21
pcb_calculator: bigger (more readable) microstrip_zodd_zeven bitmap.
10 years ago
jean-pierre charras
11be2b2d3d
Commit missing files
10 years ago
jean-pierre charras
ef5f1b9e6b
Start work on a better support of polygons in Kicad (code cleaning).
Some coding style policy fix.
13 years ago
jean-pierre charras
7ce97878e8
pcb_calculator: enhancement in Regulators page dialog:
* support for 3 terminal regulators
* add a data file management to store parameters for regulators ( name, vref value, Iadj value, type)
Needs some refinements, but it is already very useable.
Commit dialog page setting patch from Alexander Zakamaldin
14 years ago
jean-pierre charras
3b381cf8cf
Remove *.ico files and used only xpm or new pgn bitmaps for icons under Window.
Fix minor other issues.
Remove unused files.
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.
14 years ago