kicad/3d-viewer/3d_cache/dialogs
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
..
3d_cache_dialogs.cpp Use QuasiModal in all parents of ConfigPaths so help window works. 2020-12-06 18:44:24 +00:00
3d_cache_dialogs.h More module -> footprint. 2020-11-13 15:16:24 +00:00
dialog_select_3dmodel_base.fbp More minor dialog layout improvements. 2020-11-16 07:29:07 -05:00
dlg_select_3dmodel.cpp Fix potential bug in 3D model selection dialog. 2021-01-13 09:20:23 -05:00
dlg_select_3dmodel.h Fix potential bug in 3D model selection dialog. 2021-01-13 09:20:23 -05:00
dlg_select_3dmodel_base.cpp More minor dialog layout improvements. 2020-11-16 07:29:07 -05:00
dlg_select_3dmodel_base.h More minor dialog layout improvements. 2020-11-16 07:29:07 -05:00
panel_prev_3d.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
panel_prev_3d.h 3D Viewer: remove all instances of "c" prefix from file names. 2021-01-03 17:44:49 -05:00
panel_prev_3d_base.cpp Make opacity box line up with scale, rotation and offset boxes. 2020-07-25 13:03:33 +01:00
panel_prev_3d_base.fbp Make opacity box line up with scale, rotation and offset boxes. 2020-07-25 13:03:33 +01:00
panel_prev_3d_base.h Make opacity box line up with scale, rotation and offset boxes. 2020-07-25 13:03:33 +01:00