kicad/eeschema/sim
Seth Hillbrand 93fb00d815 Protect the Kiway dereference
Also find a few more places where we are reaching into a new frame to
perform actions that need to have dialogs closed.

Running actions should also wait for the next cycle rather than being
immediately executed when we are calling into a new frame.  This allow
for the cleanup actions onClose() to happen prior to the next action
starting

Fixes https://gitlab.com/kicad/code/kicad/issues/11891
2022-07-14 11:37:45 -07:00
..
ngspice.cpp Fix severe simulation memory leaks 2022-05-28 20:40:24 +00:00
ngspice.h Fix severe simulation memory leaks 2022-05-28 20:40:24 +00:00
ngspice_helpers.cpp eeschema,sim: add SIMULATOR and SIM_MODEL interface 2022-04-01 19:28:31 +00:00
ngspice_helpers.h Fix some minor compil and Coverity warnings. 2022-06-05 11:44:49 +02:00
sim_panel_base.cpp eeschema,sim: add SIMULATOR and SIM_MODEL interface 2022-04-01 19:28:31 +00:00
sim_panel_base.h eeschema,sim: add SIMULATOR and SIM_MODEL interface 2022-04-01 19:28:31 +00:00
sim_plot_colors.cpp
sim_plot_colors.h
sim_plot_frame.cpp Protect the Kiway dereference 2022-07-14 11:37:45 -07:00
sim_plot_frame.h eeschema: two fixes for simulation tuners 2022-04-02 15:05:54 +00:00
sim_plot_frame_base.cpp
sim_plot_frame_base.fbp
sim_plot_frame_base.h
sim_plot_panel.cpp
sim_plot_panel.h
sim_types.h
sim_workbook.cpp
sim_workbook.h
simulator.h Fix severe simulation memory leaks 2022-05-28 20:40:24 +00:00
spice_reporter.h
spice_settings.cpp
spice_settings.h
spice_simulator.cpp eeschema,sim: add SIMULATOR and SIM_MODEL interface 2022-04-01 19:28:31 +00:00
spice_simulator.h eeschema,sim: add SIMULATOR and SIM_MODEL interface 2022-04-01 19:28:31 +00:00
spice_value.cpp
spice_value.h