kicad/bitmap2component
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
..
CMakeLists.txt Relocate win32 resource files to the central folder for further consolidation 2021-03-09 21:48:14 -05:00
bitmap2cmp_gui.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
bitmap2cmp_gui.h Fix broken Doxygen comment specifiers. 2021-01-25 07:42:36 -05:00
bitmap2cmp_gui_base.cpp Always enable save; move dirty bit to asterisk in title bar. 2021-02-18 16:05:42 +00:00
bitmap2cmp_gui_base.fbp Always enable save; move dirty bit to asterisk in title bar. 2021-02-18 16:05:42 +00:00
bitmap2cmp_gui_base.h Always enable save; move dirty bit to asterisk in title bar. 2021-02-18 16:05:42 +00:00
bitmap2cmp_main.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
bitmap2cmp_settings.cpp Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
bitmap2cmp_settings.h Implement a new settings framework across all of KiCad 2020-02-19 23:44:56 -05:00
bitmap2component.cpp Bitmap2Component: Fix footprint attributes. Fix #7496 2021-02-21 13:00:11 +00:00
bitmap2component.h Improve spelling. 2019-08-20 19:14:05 +01:00
bitmap2component.icns Update icon resource sets 2020-12-22 15:16:33 -08:00