kicad/eeschema/sim
Wayne Stambaugh 36f6d4a1f4 Convert symbol library editor over to use symbol library table.
Simplify some of the library editing code.  There have been a few minor
changes in the behavior of the editor.  If the current symbol is deleted
from the library, the next symbol in the library is not loaded.  The
deleted symbol is cleared and the current symbol is empty.

Change component to symbol to align with the preferred terminology
discussed on the developer's mailing list.

Add separate update UI event for save library as to enable the menu entry
whenever a library is selected.

Change the select symbol list dialog to a single column using the LIB_ID
format LIB_NICKNAME:LIB_ITEM_NAME so that the selection can be parsed by
LIB_ID.

Add method to expand URI to LIB_TABLE_BASE.

Override wxApp::OnExceptionInMainLoop() in debug builds to make debugging
easier when an unhandled exception occurs in a wxUpdateUIEvent handler.

Change SCH_SCREENS::HasNoFullyDefinedLibIds() to return false when the
schematic has no symbols to prevent the remapping dialog from being run.

Use SCH_COMPONENT part reference when creating netlist rather than looking
up the library symbol.
2017-11-09 18:50:20 -05:00
..
netlist_exporter_pspice_sim.cpp Handle Spice_Netlist_Enabled attribute in Spice netlist exporter 2016-10-07 16:50:47 +02:00
netlist_exporter_pspice_sim.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
ngspice.cpp Correct way of freeing memory in NGSPICE class 2017-03-01 13:56:24 +01:00
ngspice.h Solve codemodel libraries loading problem in ngspice 2016-10-17 10:11:27 +02:00
sim_plot_frame.cpp Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
sim_plot_frame.h Doxygen comment improvements. 2017-06-13 19:47:46 -04:00
sim_plot_frame_base.cpp Simulator frame: fix a min size for panels, and now stores in config the position and size of the frame and panels 2016-12-02 15:34:23 +01:00
sim_plot_frame_base.fbp Simulator frame: fix a min size for panels, and now stores in config the position and size of the frame and panels 2016-12-02 15:34:23 +01:00
sim_plot_frame_base.h Simulator frame: fix a min size for panels, and now stores in config the position and size of the frame and panels 2016-12-02 15:34:23 +01:00
sim_plot_panel.cpp Fixed removal order in SIM_PLOT_PANEL::DeleteTrace() 2017-06-16 23:17:34 +02:00
sim_plot_panel.h Fix warning: shadowed wxWindow::IsShown in sim_plot_panel.h 2017-03-19 09:18:28 -04:00
sim_types.h Simulator code formatting and clean up 2016-08-11 14:42:17 +02:00
simulate.cpp Simulator: Fix probe and tune cursors on OSX. 2016-08-30 10:48:40 +02:00
spice_reporter.h Changed the simulator code license to GPLv3+ 2016-08-11 14:41:43 +02:00
spice_simulator.cpp NGSPICE as a singleton 2016-08-19 15:51:19 +02:00
spice_simulator.h Fix a few doxygen warnings 2017-06-18 09:18:41 +02:00
spice_value.cpp Fixes: lp:1624659 (fix some issues in countries which are not using a point as decimal separator) 2016-09-17 18:34:44 +02:00
spice_value.h Simulator code formatting and clean up 2016-08-11 14:42:17 +02:00