31 Commits

Author SHA1 Message Date
luz paz
10c1ee639c Fix various typos (including documenation)
Found via `codespell -q 3 -S *.ts,./qucs/ChangeLog -L ba,coul,inout,leaded,nd,numer,ro`
2022-07-05 07:08:28 -04:00
Vadim Kuznetsov
2ea606db79 Added workround for diode bug for Ngspice-37 2022-06-30 16:37:20 +03:00
Vadim Kuznetsov
69c7eb4973 Add qucs namespace and fix Arc name conflict 2022-02-20 15:43:44 +01:00
Vadim Kuznetzov
fba37864d2 Refactored check_spice_refdes 2015-11-11 11:32:35 +03:00
Vadim Kuznetzov
baf57145db Fixed semiconductor components support for Xyce 2015-11-11 11:32:32 +03:00
Vadim Kuznetzov
5a8e19041a Removed some magic numbers 2015-11-11 11:28:58 +03:00
Vadim Kuznetzov
5675e9e77d Added spice bjt model. Corrected diode 2015-11-11 11:28:58 +03:00
Vadim Kuznetzov
e951c2ef29 Parameter forming list code moved to Component 2015-11-11 11:28:58 +03:00
Vadim Kuznetzov
dd8783d9fd Finished with diode 2015-11-11 11:28:58 +03:00
Vadim Kuznetzov
e0a88efdc7 First version of ngspice diode definition 2015-11-11 11:28:57 +03:00
Frans Schreuder
5736ac67f8 Compiles with QT4 (still crashes when opening a document) 2012-10-31 09:15:06 +01:00
ela
f8cdb48865 2010-03-29 Stefan Jahn <stefan@lkcc.org>
* digi_source.cpp (vhdlCode,verilogCode): Simplified code for
        truth table simulation.

        * diode.cpp (createSymbol): Added 'US' symbol.  It's according to
        IEEE 315 section 16.3 "Rectifier."
2010-03-29 21:01:04 +00:00
ela
33a1d192bd 2008-10-28 Stefan Jahn <stefan@lkcc.org>
* diode.cpp (createSymbol): Added 'Varactor' symbol mode.
2008-10-28 21:01:03 +00:00
ela
15e9209669 2007-09-17 Stefan Jahn <stefan@lkcc.org>
* Loads of changes to avoid the "deprecated conversion from string
        constant to 'char*'" warning from the g++ 4.2.1 compiler.
2007-09-17 21:57:02 +00:00
margraf
0ca59e0311 *** empty log message *** 2007-03-05 06:59:54 +00:00
margraf
dee55cd7a2 *** empty log message *** 2006-12-18 06:57:24 +00:00
margraf
448693acc2 *** empty log message *** 2006-08-07 06:07:55 +00:00
raimi
69f4a8d596 2005-12-18 Stefan Jahn <stefan@lkcc.org>
* bjtsub.cpp, bjt.cpp, jfet.cpp, mosfet.cpp, mosfet_sub.cpp:
        Added temperature and area model parameters.
2005-12-19 07:45:46 +00:00
raimi
c35b7275cb 2005-12-12 Stefan Jahn <stefan@lkcc.org>
* diode.cpp (Diode): Added new temperature and area model
        parameters.
2005-12-13 12:05:22 +00:00
margraf
a9d25555fe *** empty log message *** 2005-06-23 06:06:40 +00:00
raimi
d3ddee606b 2005-05-15 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
* complete rework of netlist creation, especially concerning
        SPICE netlist imports
2005-05-17 09:32:33 +00:00
ela
98266f5ca1 2004-08-01 Stefan Jahn <stefan@lkcc.org>
* diode.cpp (Diode): Added some more new component
        properties.
2004-08-01 16:09:59 +00:00
ela
492a6f7992 2004-07-31 Stefan Jahn <stefan@lkcc.org>
* diode.cpp (Diode): Added flicker noise parameters to
        component properties.
2004-07-31 17:06:17 +00:00
margraf
db10da140d *** empty log message *** 2004-06-16 17:41:33 +00:00
ela
075d4ecfed 2004-06-09 Stefan Jahn <stefan@lkcc.org>
* diode.cpp (Diode): Added 'Rs' and 'Tt' to diode parameters.
        Changed some parameter names as done in the simulator.

        * component.cpp (getComponentFromName): Made JFET component
        loadable.
2004-06-09 06:22:14 +00:00
margraf
8ba07196cf *** empty log message *** 2004-06-06 14:13:59 +00:00
ela
6b93f328e5 2004-05-02 Stefan Jahn <stefan@lkcc.org>
* diode.cpp (Diode): Added more properties to the diode
        model.
2004-05-02 12:09:37 +00:00
ela
19a6656844 2004-02-09 Stefan Jahn <stefan@lkcc.org>
* configure.ac: Substituting the variable PATHXFORM depending
        on the build system.

2004-02-09  Stefan Jahn  <stefan@lkcc.org>

        * bitmaps/Makefile.am (XPMS): Added missing pixmaps.

        * qucs_de.ts: Reverting last (wrong) patch and adding new
        translations.

        * Makefile.am (%.ts): Using the path transformation command
        for passing file names to 'lupdate'.

2004-02-09  Stefan Jahn  <stefan@lkcc.org>

        * diode.cpp (Diode): Added new 'n' property to diode model.
2004-02-09 18:33:58 +00:00
ela
4b7e59daa9 2004-02-03 Stefan Jahn <stefan@lkcc.org>
* newprojdialog.cpp (NewProjDialog): For some reason tr()
        strings were not really translatable, thus I changed them into
        QObject::tr() strings.  These are now translatable.

2004-02-03  Stefan Jahn  <stefan@lkcc.org>

        * substrate.cpp, symtrafo.cpp, transformer.cpp: Fixed some
        typos in the property descriptions.

        * diode.cpp (Diode): Added 'Is' property to diode component.
2004-02-03 21:59:35 +00:00
margraf
d54752e7bd *** empty log message *** 2004-01-31 21:27:38 +00:00
margraf
e51fd61471 *** empty log message *** 2003-12-26 16:31:25 +00:00