4308 Commits

Author SHA1 Message Date
Vadim Kuznetsov
008895cb65 Replace setting name; remove QSettings.SimParameters 2025-01-06 17:29:20 +03:00
Vadim Kuznetsov
171bb805fe Add GUI controls to hold simulator CLI parameters 2025-01-06 17:20:13 +03:00
Vadim Kuznetsov
f6d86ddd0a Show Symbol property for some devices 2025-01-06 10:13:15 +03:00
Vadim Kuznetsov
b848b70da2
Merge pull request #1189 from milssky/update-python-3.13
Update python code
2025-01-05 19:54:53 +01:00
Alexey Potapov
387d720892 fix: add python 3.13 support 2025-01-05 21:05:39 +03:00
Alexey Potapov
ebc4a9506d fix: change example to new numpy, add reqs 2025-01-05 20:37:56 +03:00
ivandi
a40ad6d755 Fix 'Set Diagram Limits' not updating the diagram 2025-01-05 10:36:23 -05:00
Vadim Kuznetsov
7fde61997c Remove conditional Qt5 code 2025-01-04 12:15:41 +03:00
Vadim Kuznetsov
6b39fda03c Remove WITH_QT6; switch to Qt6 by default 2025-01-03 22:06:56 +03:00
Vadim Kuznetsov
07970d566a Remove qucs::SkipEmptyParts 2025-01-03 21:06:41 +03:00
Vadim Kuznetsov
7e61aa13aa Fix M units processing with tuner 2025-01-03 20:25:36 +03:00
Vadim Kuznetsov
88a4b113f1
Merge pull request #1173 from ra3xdh/fix_splibcomp
Different fixes
2025-01-01 18:36:16 +01:00
Vadim Kuznetsov
3742c83e20 Select extension when saving text file 2025-01-01 20:18:26 +03:00
Vadim Kuznetsov
dde7480f53 Fix parsing SPICE continuation with PARAMS: 2025-01-01 17:15:26 +03:00
Vadim Kuznetsov
7ffbcc5824 Fix GHDL simulation for subcircuits 2024-12-30 21:13:41 +03:00
Vadim Kuznetsov
55428164d0 Fix writing digital netlists with subcircuits 2024-12-30 21:00:39 +03:00
Vadim Kuznetsov
6e985de6ce Fix crash when try to simulate digital schematic with subcircuit 2024-12-30 20:51:15 +03:00
Thomas Zecha
187f2a71b8
Merge branch 'current' into dev/tze/featureExportCdlNetlist 2024-12-30 17:30:24 +01:00
ThomasZecha
909f02340d New feature CDL netlist export
-introduced new type spicecompat::SpiceDialect to distinguish SPICE,
 Xyce and CDL
-adapt dependent components accordingly

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2024-12-30 16:52:35 +01:00
Vadim Kuznetsov
3dec901955 Don't clear imput fields when press Apply in ID_Dialog 2024-12-29 19:09:15 +03:00
Vadim Kuznetsov
2813ae7f78 Fix SPICE one-port device 2024-12-29 18:57:24 +03:00
Vadim Kuznetsov
91c21c193d Set shorted value to Ngspice minR 2024-12-29 10:06:57 +03:00
Vadim Kuznetsov
930c532427 Fix GNL direction 2024-12-29 09:55:59 +03:00
ThomasZecha
ad319b3f0c Fixed wrong usage of Q_ASSERT
-Fixed wrong usage of Q_ASSERT testing connect() result

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2024-12-23 11:12:21 +01:00
ThomasZecha
8fb5295531 Fix compiler warnings
-Fixed compiler warnings regarding missing virtual destructor

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2024-12-23 11:12:21 +01:00
ThomasZecha
f2fd2fe204 New feature CDL netlist export
-integrated CdlNetlistWriter in application GUI

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2024-12-23 11:12:21 +01:00
ThomasZecha
d11f8c0af0 New feature CDL netlist export
-Changed Schematic::giveNodeNames() to public to be usable from new
 class CdlNetlistWriter
-Changed AbstractSpiceKernel::collectSpiceLibs() to public static since it
 don't use any instance member and to be usable from new class CdlNetlistWriter
-Added new class CdlNetlistWriter implementing CDL netlist export

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2024-12-23 11:12:21 +01:00
ThomasZecha
718d9c37ca New feature CDL netlist export
-Introduced new parameter for cdl-type netlist export to Component::getExpression() and
 derivatives. It is used for CDL type specific netlist parameter export.

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2024-12-23 11:12:21 +01:00
ThomasZecha
62fe9727a6 New feature CDL netlist export
-Added cdl_netlist() as default to class Component and as implementation
 to CDL supporting derived components. Besides some port-number checking
 this implementation is a wrapper for spice_netlist.
-Implemented necessary spice_netlist() adjustments to meet CDL requirements.
-Improved spice_netlist() derived default parameter 'isXyce' to be
 explicitly set.
-Fixed using of tabs/trailing spaces.

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2024-12-23 11:12:21 +01:00
ThomasZecha
47af743871 New feature CDL netlist export
-introduced new parameter for cdl-type netlist export to Component::spice_netlist
 derivatives under spicecomponents/

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2024-12-23 11:12:21 +01:00
ThomasZecha
80d4a57532 New feature CDL netlist export
-introduced new parameter for cdl-type netlist export to Component::spice_netlist
 and all derivatives under components/

Signed-off-by: ThomasZecha <zecha@ihp-microelectronics.com>
2024-12-23 11:12:21 +01:00
Muhammet Şükrü Demir
fe6c33a980 fix launchTool method. 2024-12-18 00:27:08 +03:00
ivandi
c74ae467e8 Fix #1143
Fixes a double free regression caused by #1139
2024-12-16 21:02:12 -05:00
Vadim Kuznetsov
f152ee25ce
Merge pull request #1139 from ivandi69/diagram-memory-leak
Plug diagram memory leak
2024-12-16 15:50:16 +01:00
Vadim Kuznetsov
48c4248773
Merge pull request #1136 from Radvall/add_csparam
Add .CSPARAM Support
2024-12-16 15:49:06 +01:00
Vadim Kuznetsov
9482caafe9
Merge pull request #1130 from dsm/current
fix #1121
2024-12-16 15:44:57 +01:00
Vadim Kuznetsov
10e1e6f288
Merge pull request #1084 from ThomasZecha/current
Refactor SpiceLibComp dialog
2024-12-16 15:41:43 +01:00
ivandi
03b791fa73 Plug diagram memory leak 2024-12-15 22:42:45 -05:00
Radvall
86073b5be1 add csparam component 2024-12-14 13:26:36 +03:00
dsm
8a9c64004f fix #1121 2024-12-11 18:53:56 +03:00
Iwbnwif Yiw
aa3354b9ff Allow free text editing for .IC components. 2024-12-10 20:20:27 +00:00
Vadim Kuznetsov
0fe4bc40c9
Merge pull request #1124 from dsm/fix_path
fix path.
2024-12-10 09:31:35 +01:00
Muhammet Şükrü Demir
5913133324 search ngspice using homebrew path on macos. 2024-12-07 22:36:46 +03:00
Muhammet Şükrü Demir
eb3aad2452 fix ngspice and qucsator_rf path search. 2024-12-07 20:08:08 +03:00
Vadim Kuznetsov
1a3ce1797c
Merge pull request #1125 from dsm/add_style_selection
Add style selection
2024-12-06 17:28:43 +01:00
Vadim Kuznetsov
9e4ac5a13d
Merge pull request #1112 from KrzysztofHerman/ac_source_fix
AC power source amplitude fix
2024-12-06 16:14:02 +01:00
Muhammet Şükrü Demir
1d3441eedf fixed simulatorsCombobox size. 2024-12-05 20:06:59 +03:00
Muhammet Şükrü Demir
d48cbade77 add style to qucs tools 2024-12-05 20:06:46 +03:00
Muhammet Şükrü Demir
185ac83c56 settings improvements. 2024-12-05 20:06:37 +03:00
Muhammet Şükrü Demir
b433a2c0e6 optimize SVGs. 2024-12-05 20:04:09 +03:00