280 Commits (31be74b8b3a1c27a2c9da35ff09c47dbd73480b5)

Author SHA1 Message Date
jean-pierre charras 31be74b8b3 Fix a few Coverity warnings 3 years ago
jean-pierre charras 07f79208b9 Minor fixes: Coverity and compil minor warnings. 3 years ago
Jeff Young 8b1318c92f Update associated data structures after changing trace colour. 3 years ago
Jeff Young d5e50b70bb Display a generic "Value" column label when there are no cursors. 3 years ago
Jeff Young f50d114b27 Push gain & phase for .probe statements in AC analysis. 3 years ago
Jeff Young 95232edd0d Do a better job of looking for .probe commands in directives. 3 years ago
Jeff Young d8a4f9821e Smarten regex to accept ':' in signal names. 3 years ago
Jeff Young 9ce18dffdd Better startup experience for simulator. 3 years ago
Jeff Young 74eb587291 Better sorting within sections (voltage, current, power). 3 years ago
Jeff Young 1e756dbdd8 Save cursor positions in sim workbook. 3 years ago
Jeff Young 83dd06e5d1 Allow opening of workbook when simulation frame is opened. 3 years ago
Jeff Young 78746b77c6 Save trace colors and cursor value formatting in sim workbook. 3 years ago
Jeff Young 84c72b087c Simplify (and fix) logic for starting new simulations. 3 years ago
Jeff Young 9d3a3d705d ADDED simulation measurements. 3 years ago
Jeff Young e5176ff4d6 ADDED power dissipation plotting and cursors. 3 years ago
Jeff Young bc108023b3 ADDED operating point overlay for SCH_EDIT_FRAME. 3 years ago
Jeff Young 2a5bb71fbd ADDED operating point text variables for labels and symbols. 3 years ago
Jeff Young b3ffbd6258 Don't include unconnected nets in signals list. 3 years ago
Jeff Young f0bd25b397 ADDED use-settable simulation trace colors. 3 years ago
Jeff Young 09822c7f18 ADDED direct access to signals & cursors. 3 years ago
Jeff Young 6bc89ee180 Don't disable run when there's no command: just ask for a command. 3 years ago
Jeff Young a1a1a49729 On-the-fly language updates for simulator window. 3 years ago
Jeff Young b000d68def Move simulator to tool framework. 3 years ago
Jeff Young 123467c8dd Don't throw up debug message when signal is deleted. 3 years ago
Jeff Young 4e50c5313d More safety for array access. 3 years ago
Seth Hillbrand 4d7ddf619a Remove unused var and cleanup 3 years ago
Wayne Stambaugh ee3e285393 Correctly parent simulator netlist error dialogs. 3 years ago
Jeff Young 0e778f17db Add context menu for simulation cursors. 3 years ago
Stefan Brüns 1df81b10e6 Explicitly convert std::string to wxString 3 years ago
Jeff Young 098d2b30a2 Support for simulation options in workbook and simulation command dlg. 3 years ago
Jeff Young 7fbad183db Gracefully handle Quit when simulator window is open. 3 years ago
Jeff Young 4391fc7a7a Don't be annoying about refusing to create traces when there's no data. 3 years ago
Jeff Young ef6001bfe6 Use consistent terminology: opposite of Add is Remove. 3 years ago
Jeff Young e11d39b0f2 If magnitude or phase is specified, don't add both. 3 years ago
Jeff Young 80f3abe082 Event safety. 3 years ago
Jeff Young bf1c4e7bcd Allow translation of simulation error messages. 3 years ago
Jeff Young 6f44468385 Fix more lifetime issues in simulator tuning. 3 years ago
Jeff Young 8069e5d5d6 Fix sim bug running a command the first time when no command in doc. 3 years ago
Jeff Young bfd3b40672 Bug fixes for tuning. 3 years ago
Jeff Young 77998d7c51 Better fix for not selecting all of netlist. 3 years ago
Jeff Young 13d9b061ee Don't select all of netlist when showing it in simulator. 3 years ago
Jeff Young 50ccc4e6da Fix issue converting legacy SPICE models. 3 years ago
Jeff Young 419fe236ad Fix logic error in parsing sim command, and DC source types in dialog. 3 years ago
Jeff Young 9c129ed03f More dialog adjustments for wx 3.2. Also renames files to match dialog. 3 years ago
Jeff Young 56aae7a147 Reduce compiler warnings. 3 years ago
Jeff Young 3581a9773f Move simulator settings disposal earlier so it happens before parent. 3 years ago
Jeff Young bb6544914e Bring simulator file menu commands more in line with rest of Kicad. 3 years ago
Jon Evans 5251ea6f27 Prevent crash on exit due to simulator settings being double freed 3 years ago
Jeff Young 4872dd7238 Don't put empty lines in the workbook. 3 years ago
Jeff Young f8e0a272c0 Remove a bunch of 'auto'. 3 years ago