kicad/pcb_calculator/bitmaps
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
..
source_svg SVG-based regulator and attenuator bitmaps. 2021-02-13 16:48:47 +00:00
att_bridge.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
att_pi.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
att_splitter.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
att_tee.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
c_microstrip.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
coax.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
color_code_multiplier.xpm Added const modifier to strings in pcb_calculator xpm files 2017-02-09 13:17:31 +01:00
color_code_tolerance.xpm Added const modifier to strings in pcb_calculator xpm files 2017-02-09 13:17:31 +01:00
color_code_value.xpm Added const modifier to strings in pcb_calculator xpm files 2017-02-09 13:17:31 +01:00
color_code_value_and_name.xpm Added const modifier to strings in pcb_calculator xpm files 2017-02-09 13:17:31 +01:00
cpw.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
cpw_back.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
microstrip.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
microstrip_zodd_zeven.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
rectwaveguide.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
regul.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
regul_3pins.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
stripline.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
twistedpair.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
viacalc.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00