kicad/eeschema/widgets
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
..
pin_shape_combobox.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
pin_shape_combobox.h ADDED alternate pin definitions and assignments. 2020-08-21 18:29:36 +01:00
pin_type_combobox.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
pin_type_combobox.h Fixed two hidden overloaded function warnings. 2017-01-18 17:24:50 +01:00
symbol_preview_widget.cpp File naming and include cleanup. 2021-01-28 11:35:18 +00:00
symbol_preview_widget.h Fixup the UI for the symbol preview widget 2020-08-10 00:55:36 +01:00
symbol_tree_pane.cpp Fix various issues with save & editing symbols from schematic. 2020-12-25 11:58:58 +00:00
symbol_tree_pane.h Fix various issues with save & editing symbols from schematic. 2020-12-25 11:58:58 +00:00
tuner_slider.cpp Eeschema: use symbol nomenclature for object file naming. 2021-02-24 08:48:02 -05:00
tuner_slider.h Fix more broken Doxygen comment specifiers. 2021-01-26 12:17:52 -05:00
tuner_slider_base.cpp update tuner_slider_base.fbp to our current wxFormBuilder version. 2020-12-30 19:03:31 +01:00
tuner_slider_base.fbp update tuner_slider_base.fbp to our current wxFormBuilder version. 2020-12-30 19:03:31 +01:00
tuner_slider_base.h update tuner_slider_base.fbp to our current wxFormBuilder version. 2020-12-30 19:03:31 +01:00