kicad/cvpcb/tools
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
..
cvpcb_actions.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
cvpcb_actions.h Fix more broken Doxygen comment specifiers. 2021-01-26 12:17:52 -05:00
cvpcb_association_tool.cpp Rewrite CVPCB copy/paste to not need to know about menu vs keyboard. 2021-02-05 18:25:34 +00:00
cvpcb_association_tool.h Comment-only changes 2020-01-10 16:43:01 -08:00
cvpcb_control.cpp Remove redundant Text Filter toggle icon and fix <Enter>. 2020-07-09 16:22:59 +01:00
cvpcb_control.h Comment-only changes 2020-01-10 16:43:01 -08:00
cvpcb_fpviewer_selection_tool.cpp Remove transitive inclusion of bitmaps.h 2021-03-07 16:08:57 -05:00
cvpcb_fpviewer_selection_tool.h Fix more broken Doxygen comment specifiers. 2021-01-26 12:17:52 -05:00