kicad/eeschema/sim
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
..
netlist_exporter_pspice_sim.cpp Fix another crash when using the simulator probe 2020-12-29 07:39:49 -05:00
netlist_exporter_pspice_sim.h eeschema: add interface to SCHEMATIC for better testability 2021-02-17 00:59:44 +00:00
ngspice.cpp Simulator: Fix a ugly bug that happens is some simulations 2021-03-08 20:01:36 +01:00
ngspice.h Fix the last of broken Doxygen comment specifiers. 2021-01-27 17:39:44 -05:00
sim_panel_base.cpp simulator: update dialog to handle R, I & TEMP DC sweeps 2021-01-25 21:29:13 +00:00
sim_panel_base.h simulator: update dialog to handle R, I & TEMP DC sweeps 2021-01-25 21:29:13 +00:00
sim_plot_colors.cpp Eeschema,sim: extract plot colors to new class 2021-03-01 18:50:37 +00:00
sim_plot_colors.h Eeschema,sim: extract plot colors to new class 2021-03-01 18:50:37 +00:00
sim_plot_frame.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
sim_plot_frame.h Eeschema,sim: extract plot colors to new class 2021-03-01 18:50:37 +00:00
sim_plot_frame_base.cpp SIM_PLOT_FRAME_BASE: minor cosmetic enhancements and fix a incorrect wxmenu 2021-03-08 16:33:08 +01:00
sim_plot_frame_base.fbp SIM_PLOT_FRAME_BASE: minor cosmetic enhancements and fix a incorrect wxmenu 2021-03-08 16:33:08 +01:00
sim_plot_frame_base.h SIM_PLOT_FRAME_BASE: minor cosmetic enhancements and fix a incorrect wxmenu 2021-03-08 16:33:08 +01:00
sim_plot_panel.cpp Eeschema,sim: extract plot colors to new class 2021-03-01 18:50:37 +00:00
sim_plot_panel.h Eeschema,sim: extract plot colors to new class 2021-03-01 18:50:37 +00:00
sim_types.h Fix more broken Doxygen comment specifiers. 2021-01-26 12:17:52 -05:00
spice_reporter.h Changed the simulator code license to GPLv3+ 2016-08-11 14:41:43 +02:00
spice_simulator.cpp Cleanup creation of all our smart pointers 2020-10-26 23:52:44 +00:00
spice_simulator.h Fix more broken Doxygen comment specifiers. 2021-01-26 12:17:52 -05:00
spice_value.cpp Move LOCALE_IO out of common.h 2020-10-23 21:49:42 -04:00
spice_value.h Fix more broken Doxygen comment specifiers. 2021-01-26 12:17:52 -05:00