kicad/pagelayout_editor
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
..
dialogs Pl_editor: Try to fix an issue on wxGTK in PROPERTIES_FRAME 2021-03-08 15:02:05 +01:00
tools Rework bitmap system to load from archived PNGs 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
files.cpp Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
invoke_pl_editor_dialog.h Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
menubar.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
pl_draw_panel_gal.cpp PlEditor: fix a truncation that creates a small size error. 2021-03-07 13:17:08 +01:00
pl_draw_panel_gal.h Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
pl_editor.cpp Worksheet -> (industry standard) Drawing Sheet. 2021-02-22 17:35:46 +00:00
pl_editor.icns Update icon resource sets 2020-12-22 15:16:33 -08:00
pl_editor_doc.icns Update icon resource sets 2020-12-22 15:16:33 -08:00
pl_editor_frame.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
pl_editor_frame.h Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
pl_editor_id.h Worksheet -> (industry standard) Drawing Sheet. 2021-02-22 17:35:46 +00:00
pl_editor_layout.cpp Fix the pleditor status bar text 2020-12-08 19:49:48 -05:00
pl_editor_layout.h Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
pl_editor_settings.cpp Untangle pl_editor includes 2020-10-13 20:33:33 -04:00
pl_editor_settings.h Naming conventions. 2020-11-14 18:26:03 +00:00
pl_editor_undo_redo.cpp Round 2 of Worksheet -> Drawing Sheet. 2021-02-23 11:57:44 +00:00
toolbars_pl_editor.cpp Add opt toolbar to pl editor 2020-12-08 23:08:53 -05:00