kicad/pcbnew/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
..
appearance_controls.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
appearance_controls.h Don't rebuild the whole nets grid on show/hide 2021-02-16 22:31:09 -05:00
appearance_controls_base.cpp Add i18n flag to appearance controls and selection filter 2020-12-19 17:39:43 -05:00
appearance_controls_base.fbp Add i18n flag to appearance controls and selection filter 2020-12-19 17:39:43 -05:00
appearance_controls_base.h Add i18n flag to appearance controls and selection filter 2020-12-19 17:39:43 -05:00
panel_selection_filter.cpp Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
panel_selection_filter.h Make distinction between PCBNew-wide tools and Board-specific tools. 2020-12-16 13:32:46 +00:00
panel_selection_filter_base.cpp pcbnew: make pane labels translatable 2020-12-19 22:25:50 +00:00
panel_selection_filter_base.fbp Add i18n flag to appearance controls and selection filter 2020-12-19 17:39:43 -05:00
panel_selection_filter_base.h Add i18n flag to appearance controls and selection filter 2020-12-19 17:39:43 -05:00