kicad/eeschema/sim
jean-pierre charras a288d6199e Add KI_PARAM_ERROR, similar to std::invalid_argument but using wxString instead of std::string to throw errors.
std::invalid_argument does not work fine with translated strings as argument for message.
(the translated message is incorrectly or not displayed if it contains non ascii8 chars, at least on Windows).
KI_PARAM_ERROR can be throw-ed with a translatable/translated string (a wxString)
2018-06-05 13:29:51 +02:00
..
netlist_exporter_pspice_sim.cpp Spice simulator: more elegant approach to generating Spice device names 2018-04-28 01:14:00 +02:00
netlist_exporter_pspice_sim.h Spice simulator: more elegant approach to generating Spice device names 2018-04-28 01:14:00 +02:00
ngspice.cpp Fix some Coverity uninitialized field warnings. 2018-06-04 13:48:57 -04:00
ngspice.h ngspice: keep the ngspice DLL handle as an automatic variable 2018-04-19 11:44:48 +02:00
sim_plot_frame.cpp Add KI_PARAM_ERROR, similar to std::invalid_argument but using wxString instead of std::string to throw errors. 2018-06-05 13:29:51 +02:00
sim_plot_frame.h Spice simulator: more elegant approach to generating Spice device names 2018-04-28 01:14:00 +02:00
sim_plot_frame_base.cpp Spice Simulator: add close buttons to plot tabs 2018-04-07 22:53:50 +02:00
sim_plot_frame_base.fbp Spice Simulator: add close buttons to plot tabs 2018-04-07 22:53:50 +02:00
sim_plot_frame_base.h Spice Simulator: add close buttons to plot tabs 2018-04-07 22:53:50 +02:00
sim_plot_panel.cpp Make the Simulator dialog strings translatable 2018-05-25 11:24:25 +02:00
sim_plot_panel.h Added a validity check in SIM_PLOT_PANEL::IsGridShown() 2017-12-18 09:34:25 +01:00
sim_types.h Simulator code formatting and clean up 2016-08-11 14:42:17 +02:00
simulate.cpp fix code after renamin files 2018-01-30 11:49:51 +01:00
spice_reporter.h Changed the simulator code license to GPLv3+ 2016-08-11 14:41:43 +02:00
spice_simulator.cpp Spice simulator: changed NGSPICE instance type to shared_ptr 2018-03-21 18:01:38 +01:00
spice_simulator.h Spice simulator: changed NGSPICE instance type to shared_ptr 2018-03-21 18:01:38 +01:00
spice_value.cpp Add KI_PARAM_ERROR, similar to std::invalid_argument but using wxString instead of std::string to throw errors. 2018-06-05 13:29:51 +02:00
spice_value.h Simulator code formatting and clean up 2016-08-11 14:42:17 +02:00