kicad/pcb_calculator/attenuators
Jon Evans 18037e2f65 Rework bitmap system to load from archived PNGs
Bitmaps are now identified by an enum class instead of by pointers.
Bitmap loading and caching is now handled by a class in common, and
we no longer compile most bitmaps into the binary, so there is no
longer a bitmaps static library.

Instead, bitmaps are archived to a .tar.gz file which is installed
in ${KICAD_DATA}/resources/images.tar.gz

The source PNGs are checked in to Git as the original CPP files were,
so that people can build without the required dependencies to convert
SVGs to PNGs.

Initial support is also added for dark theme icons, although this
is not yet exposed in the GUI.

Stubs are present for multi-resolution image resources, but this is
not fully-baked yet and could use some refinement.
2021-03-11 08:37:35 -05:00
..
attenuator_classes.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
attenuator_classes.h Some more cleaning in pcb calculator 2020-10-12 22:01:44 -04:00
bridget_tee_formula.h Fix a few minor things in PCB Calc, and update units to SI. 2021-02-14 12:15:26 +00:00
bridget_tee_formula.md Fix a few minor things in PCB Calc, and update units to SI. 2021-02-14 12:15:26 +00:00
pi_formula.h Fix a few minor things in PCB Calc, and update units to SI. 2021-02-14 12:15:26 +00:00
pi_formula.md Fix a few minor things in PCB Calc, and update units to SI. 2021-02-14 12:15:26 +00:00
splitter_formula.h Fix a few minor things in PCB Calc, and update units to SI. 2021-02-14 12:15:26 +00:00
splitter_formula.md Fix a few minor things in PCB Calc, and update units to SI. 2021-02-14 12:15:26 +00:00
tee_formula.h Fix a few minor things in PCB Calc, and update units to SI. 2021-02-14 12:15:26 +00:00
tee_formula.md Fix a few minor things in PCB Calc, and update units to SI. 2021-02-14 12:15:26 +00:00