111 Commits (568c8c336baed537dc09a687a65b97075d757088)

Author SHA1 Message Date
Jeff Young 568c8c336b Move DRC control to a tool; move assorted commands to ACTIONS. 6 years ago
Jon Evans 5287ab6e4f Eeschema: improve simulator behavior for two-source DC analysis 6 years ago
jean-pierre charras ad5a1fd963 SIM_PLOT_FRAME: cosmetic enhancement: add icons in main menu. 7 years ago
Jeff Young d8cc2f8280 More cleanup from non-reference return from GetText(). 7 years ago
Jeff Young 7841f8a466 Unified preferences dialog framework. 8 years ago
jean-pierre charras a288d6199e Add KI_PARAM_ERROR, similar to std::invalid_argument but using wxString instead of std::string to throw errors. 7 years ago
Maciej Suminski 61597db12d Make the Simulator dialog strings translatable 7 years ago
Maciej Suminski 539d12b08f Spice simulator: more elegant approach to generating Spice device names 8 years ago
jean-pierre charras 502bed083d Fix a minimal size for the spice simulator frame. 8 years ago
jean-pierre charras a9dd5b5335 Sim spice fix: the frame size was not the last stored size (like for other frames) but a default fixed value. 8 years ago
Maciej Suminski 058f2bffd0 Spice simulator: safety check 8 years ago
Maciej Suminski 50053e7f27 Spice simulator: code formatting 8 years ago
Tomasz Włostowski 919b449595 Added 'show spice netlist' menu option in the simulator 8 years ago
jean-pierre charras af1281433b fix minor compil warning 8 years ago
Jeff Young b3884669cf Proper error reporting for Annotate dialog. 8 years ago
Jeff Young 1afbfad44a Use "..." uniformly in menus. 8 years ago
jean-pierre charras 8022f1cc01 fix code after renamin files 8 years ago
Chris Pavlina c5b2ad9595 simulator: DPI-independent default size 8 years ago
Dan Weatherill 0dcf95ee1a automatically add extension to sim workbook files 8 years ago
Mark Roszko b98cc0b937 Some coverity fixes 8 years ago
Maciej Suminski 33cf082c41 Fixed library path resolution in Spice netlist exporter 8 years ago
Wayne Stambaugh 652b969193 GTK+ file dialog wildcard improvements. 8 years ago
Wayne Stambaugh 36f6d4a1f4 Convert symbol library editor over to use symbol library table. 8 years ago
Tomasz Włostowski b945d2a708 cleanup: replace CLASS_MIRE with CLASS_PCB_TARGET for naming clarity 8 years ago
Chris Pavlina ef12f0bcbc Fix warning: shadowed wxWindow::IsShown in sim_plot_panel.h 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
jean-pierre charras 54c5f6bbb0 Simulator frame: fix a min size for panels, and now stores in config the position and size of the frame and panels 9 years ago
Marco Inacio c6cbc9ec95 Fixes: lp:1646224 (Simulation: small tune field) 9 years ago
jean-pierre charras 48f916bd63 Kicad manger: add .cir netlist files to the list of files to show in project tree. 9 years ago
Maciej Suminski fcedef836a Revert "Do not use double component primitives in Spice netlist exporter" 9 years ago
Maciej Suminski 81e015036e Fixes for drawing color labels in simulator's signal list 9 years ago
Maciej Suminski 67573f15be Do not use double component primitives in Spice netlist exporter 9 years ago
jp-charras 26b1c732de Simulator: add simulator icon, and colored icons to identify more easily traces in trace list and cursor list. 9 years ago
jean-pierre charras 7e3aedda82 Slightly modify the way DIALOG_SIM_SETTINGS m_settingsDlg is created in SIM_PLOT_FRAME frame: for an obscure reason, if it is created in ctor SIM_PLOT_FRAME, m_settingsDlg has an annoying issue on Windows: when shown, the parent SIM_PLOT_FRAME is sent to the background. When created outside the ctor, this issue is gone. 9 years ago
jean-pierre charras 2456db3817 Simulator: Make a few strings translatable. 9 years ago
Maciej Suminski 42f6cf33a1 Unbind REPORTER from NGSPICE before deleting 9 years ago
Maciej Suminski fe30985742 Do not delete the NGSPICE singleton 9 years ago
Maciej Suminski 2a6b8f153b NGSPICE as a singleton 9 years ago
jean-pierre charras 6e5628ceaf Avoid simulator crash if the simulation was not run, when using most of main menu commands, due to a null pointer not tested. 9 years ago
Maciej Suminski 0cb1e80e00 Activate eeschema on tune/probe 9 years ago
Maciej Suminski dfb5c6bfdd Do not update values if simulation is rerun Otherwise sometimes the signal list might be cleared and a new list is not yet available, resulting in loss of signals and cursors. 9 years ago
Maciej Suminski d15eef06f9 Removed redundant debugging info 9 years ago
Maciej Suminski 8227cd6d80 Do not recreate the simulator every time simulation is run 9 years ago
Maciej Suminski eeeb3e0a9a Simulator code formatting and clean up 9 years ago
Maciej Suminski 2c576afdf3 Fixed menu entries 9 years ago
Maciej Suminski ca13dc93b1 Support for simulation workbooks 9 years ago
Maciej Suminski 7b81516b61 Fixed SIM_PLOT_FRAME::CurrentPlot() 9 years ago
Maciej Suminski 01d18bad97 Save simulation command directive for every plot 9 years ago
Maciej Suminski fb56420654 Do not store Spice vector names, but regenerate them 9 years ago
Maciej Suminski ed8f555331 Remove plots that are invalid after component removal 9 years ago