9150 Commits (78526ee91313be14ee91bf4661519be58af76dda)
 

Author SHA1 Message Date
Maciej Suminski 78526ee913 Additional options for netlist exporter (fix passive values, library include paths) 9 years ago
Maciej Suminski 822f436231 Removed unused DIALOG_SIMULATE_PLOT 9 years ago
Maciej Suminski 6580a355ab Strip 'stdout' & 'stderr' from ngspice log 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 fe92630f16 Fixes for DC sweep directive generated by Simulator settings dialog 9 years ago
Maciej Suminski ab8c88f10b SIM_TYPE enum 9 years ago
Maciej Suminski ee1adcd92c Fix for noise directive generated by Simulation settings dialog 9 years ago
Maciej Suminski 0da13052dd SPICE_SIMULATOR interface allows to obtain different types of plots (mag, phase, real, imag) 9 years ago
Maciej Suminski 183fb24112 Fixed string for transient simulation directive 9 years ago
Maciej Suminski c5227b7279 Fix: use correct node numbers in noise simulation directive 9 years ago
Maciej Suminski 3c909e2c32 Allow typing zeroes in Simulation settings dialog 9 years ago
Maciej Suminski d055692cf3 Renamed 'Simulate' to 'Simulator' in menu 9 years ago
Maciej Suminski 2b1784cfc6 Simulation settings combo boxes are filled with net/power source choices 9 years ago
Maciej Suminski 95ca3914ce Fields in simulation settings dialog are treated as invalid when empty 9 years ago
Maciej Suminski 96dcee81fe Modified Spice netlist exporter to run in two passes Now it creates a list of Spice items, so they can be used by other objects, instead of directly dumping them. 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 a35e324c3f Mouse controls in simulation plot made coherent with the rest of KiCad 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 c4e67c088d wxMathPlot: Fixed a method name (Set->Get), GetName() returns a const reference 9 years ago
Maciej Suminski 9c65d0d281 wxMathPlot: fixed crash when one of its dimensions == 0 9 years ago
Maciej Suminski f3fabeb9fb Right click context menu for signals (including adding cursors) 9 years ago
Maciej Suminski d5ce31dc8e mathplot.h code formatting 9 years ago
Maciej Suminski 88adcc894a SIM_PLOT_FRAME::CurrentPlot() made public 9 years ago
Maciej Suminski cd25e62052 CURSOR does not take mpWindow* in constructor 9 years ago
Maciej Suminski 0b0885f6cd Removed 'Parameters' listbox, expanded 'Signals' list 9 years ago
Maciej Suminski 8b61bb4acc Signals toggling in SIM_PLOT_PANEL 9 years ago
Maciej Suminski ba99dfdabf CURSOR class for simulation plot 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 5795a2dbf3 Fixed Spice netlist exporter 9 years ago
Maciej Suminski 68e3daec6e Removed probe-related stuff from NETLIST_EXPORTER_PSPICE 9 years ago
Maciej Suminski 50977be7b1 Added TODO 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 38042ac9e0 NGSPICE class minor cleanup 9 years ago
Maciej Suminski 8fdb9e8307 SIM_PLOT_FRAME::NewPlot() -> SIM_PLOT_FRAME::NewPlotPanel() 9 years ago
Maciej Suminski 8a6e6f2d36 Do not add a trace if it is already plotted 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 751a335503 Minor SIM_PLOT_FRAME redesign 9 years ago
Maciej Suminski 2b1d2d7bd1 Fixed Kiway problems in SIM_PLOT_FRAME 9 years ago
Maciej Suminski 549a96da0b License for KIWAY_HOLDER 9 years ago