102 Commits (a9dd5b53351b9edccc54bd0f7576f8e0a3cb2ed3)

Author SHA1 Message Date
Tomasz Wlostowski 8e4ae1968f sim: working on improved UX [wip] 9 years ago
Tomasz Wlostowski 8c14f2f6b1 sim: working on UX 9 years ago
Maciej Suminski ce59b282d3 Display both axis names in the cursor list 9 years ago
Maciej Suminski 973a3d7bcb Fixed a crash when a signal was removed 9 years ago
Maciej Suminski b25781814d Fixed cursors 9 years ago
Maciej Suminski 5fdc32b79a AC analysis plots using linear frequency scale 9 years ago
Maciej Suminski 0f993ba98c Current probing 9 years ago
Maciej Suminski 27a7a9b1a5 Spice fields enum values renamed from SPICE_* to SF_* 9 years ago
Maciej Suminski cf28e843ba Fix for crash when AC simulation is relaunched 9 years ago
Maciej Suminski ef45cd696d Refresh plots after simulation is relaunched 9 years ago
Tomasz Wlostowski e8d6a42e1a simulator: working on magnitude/phase plots 9 years ago
Maciej Suminski d869771f04 Display an error message if ngspice DLL is missing 9 years ago
Maciej Suminski a717194b1e Enable tuner for RLC components only 9 years ago
Maciej Suminski 92a3e405c2 Tuner tool. 9 years ago
Maciej Suminski f62a6425a3 Changed the simulator code license to GPLv3+ 9 years ago
Maciej Suminski 51f0564119 Signals are added using a separate dialog 9 years ago
Maciej Suminski b897af7eb9 Added a few checks for SIM_PLOT_FRAME to improve robustness 9 years ago
Maciej Suminski 6bfe6342fc Simulator fixes for Windows 9 years ago
Maciej Suminski 3e2061158e SIM_PLOT_FRAME: Do not update plots if the just run a different type of simulation 9 years ago
Maciej Suminski 78526ee913 Additional options for netlist exporter (fix passive values, library include paths) 9 years ago
Maciej Suminski 90b6112c5d Rearranged SIM_PLOT_FRAME, changed console log from wxRichTextCtrl to wxTextCtrl 9 years ago
Maciej Suminski e90fcaa6d9 New type of simulation opens a new plot 9 years ago
Maciej Suminski 2b1784cfc6 Simulation settings combo boxes are filled with net/power source choices 9 years ago
Maciej Suminski a2b16ae640 Initial 'Simulation settings' dialog 9 years ago
Maciej Suminski 17294aaf6a Simulation plot CSV & PNG export 9 years ago
Maciej Suminski 1d4fe279db Menu entries to toggle legend & coordinates 9 years ago
Maciej Suminski 8c138312fb Cursors are updated on request instead of using update UI events Previously CPU was busy updating the list of cursors even though nothing was changing. 9 years ago
Maciej Suminski e364cfdbac Renamed wxEVT_SIM* events to EVT_SIM* 9 years ago
Maciej Suminski fa4ba69661 Simplified SIM_PLOT_FRAME layout Removed unnecessary panels & sizers, changed wxAuiNotebook to wxNotebook 9 years ago
Maciej Suminski 433f934dc1 Simulation frame displays a list of cursors and their values 9 years ago
Maciej Suminski f3fabeb9fb Right click context menu for signals (including adding cursors) 9 years ago
Maciej Suminski 88adcc894a SIM_PLOT_FRAME::CurrentPlot() made public 9 years ago
Maciej Suminski 8b61bb4acc Signals toggling in SIM_PLOT_PANEL 9 years ago
Maciej Suminski 24bccb00d6 Menu event handlers for simulation plot frame 9 years ago
Maciej Suminski 51906625ee Replaced sim plotting widget with wxMathPlot 9 years ago
Maciej Suminski 951d16c655 Fixed Spice netlist export options and added a few new flags 9 years ago
Maciej Suminski 9f3324bac7 Changed the way ngspice is executed Previously it was run in a wxThread, but it did not allow to issue commands while the simulation is running. If you check ngspice shared library source code, then you will discover "bg_*" commands that executes commands in background, so the simulator still can be controlled. 9 years ago
Maciej Suminski 544da3feda Handle 'Simulate' button label in idle event handler 9 years ago
Maciej Suminski aea29fc730 Update already plotted signals upon simulation run 9 years ago
Maciej Suminski 8fdb9e8307 SIM_PLOT_FRAME::NewPlot() -> SIM_PLOT_FRAME::NewPlotPanel() 9 years ago
Maciej Suminski cb463f48b1 Add a signal on double click 9 years ago
Maciej Suminski 0d764741f9 Simulation commands moved from eeschema menu to SIM_PLOT_FRAME buttons 9 years ago
Maciej Suminski 2b1d2d7bd1 Fixed Kiway problems in SIM_PLOT_FRAME 9 years ago
Maciej Suminski ac17165947 Initial version of simulator probe tool 9 years ago
Maciej Suminski aa3e251cdd Sim plots get consecutive numbers 9 years ago
Maciej Suminski 0d8c095215 Fill the signal list box when a simulation is finished 9 years ago
Maciej Suminski 402a438339 NETLIST_EXPORTER_PSPICE adjusts paths for .include directives 9 years ago
Maciej Suminski 9ef2cb94bf Simulation executes in a separate thread 9 years ago
Maciej Suminski e72b54a6e0 Code cleanup 9 years ago
Maciej Suminski 9e2485ea97 SPICE_SIMULATOR: Code formatting & clean up 9 years ago