qucs_s/qucs/components/ChangeLog

167 lines
4.5 KiB
Plaintext
Raw Normal View History

2006-04-27 Stefan Jahn <stefan@lkcc.org>
* sparamfile.cpp (SParamFile): Added new 'duringDC' property.
2006-01-31 Stefan Jahn <stefan@lkcc.org>
* coaxialline.cpp (CoaxialLine): Applied some useful default
values. Fixed typo in property description.
2006-01-30 Stefan Jahn <stefan@lkcc.org>
* volt_ac.cpp (Volt_ac): Changed property description from 'rms
voltage' into 'peak voltage'.
* coaxialline.cpp (CoaxialLine): Renamed 'mu' into 'mur'.
2006-01-29 Stefan Jahn <stefan@lkcc.org>
* sp_sim.cpp (SP_Sim): New properties: saveCVs and saveAll.
* resistor.cpp (Resistor): Added new properties: Tc1, Tc2 and
Tnom.
2006-01-14 Stefan Jahn <stefan@lkcc.org>
* d_flipflop.cpp, jk_flipflop.cpp, rs_flipflop.cpp: Including
<stdlib.h> for strtod() definition.
2006-01-10 Stefan Jahn <stefan@lkcc.org>
* jk_flipflop.cpp (JK_FlipFlop), rs_flipflop.cpp (RS_FlipFlop),
d_flipflop.cpp (D_FlipFlop): Slightly modified the schematic
symbols.
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-12 Stefan Jahn <stefan@lkcc.org>
* diode.cpp (Diode): Added new temperature and area model
parameters.
2005-05-21 Stefan Jahn <stefan@lkcc.org>
* spicedialog.cpp (loadSpiceNetList): Closing stdin of
qucsconv process.
2005-05-15 Stefan Jahn <stefan@lkcc.org>
* diode.cpp (Diode): Added 'Bv' and 'Ibv' properties.
2004-11-11 Stefan Jahn <stefan@lkcc.org>
* ac_sim.cpp (AC_Sim), dc_sim.cpp (DC_Sim): Incorporate linebreak
in the component text if necessary (french translation used
really loooong words).
2004-10-11 Stefan Jahn <stefan@lkcc.org>
* param_sweep.cpp (Param_Sweep), sp_sim.cpp (SP_Sim),
tr_sim.cpp (TR_Sim), hb_sim.cpp (HB_Sim): Fixed error in
word wrapping.
2004-08-31 Stefan Jahn <jahn@mwt.ee.tu-berlin.de>
* component.cpp (paint): Using font metrics to calculate
y-spacing for visible component properties.
2004-08-30 Stefan Jahn <jahn@mwt.ee.tu-berlin.de>
* componentdialog.cpp (slotSelectProperty): Fixed bug when
longer descriptions without white spaces occur.
2004-08-24 Stefan Jahn <stefan@lkcc.org>
* componentdialog.cpp (correctDesc): New private function which
is able to detect the special combox-box items in the component
dialog.
* isolator.cpp (Isolator), attenuator.cpp (Attenuator),
msline.cpp (MSline): Added 'Temp' property for noise analysis.
2004-08-16 Stefan Jahn <stefan@lkcc.org>
* msopen.cpp (MSopen): Added 'Model' property.
2004-08-03 Stefan Jahn <stefan@lkcc.org>
* mosfet_depl.cpp (MOSFET_depl), mosfet.cpp (MOSFET): Added
model properties.
2004-08-01 Stefan Jahn <stefan@lkcc.org>
* diode.cpp (Diode): Added some more new component
properties.
2004-07-31 Stefan Jahn <stefan@lkcc.org>
* diode.cpp (Diode): Added flicker noise parameters to
component properties.
2004-07-28 Stefan Jahn <stefan@lkcc.org>
* bjt.cpp (BJT): Added noise model parameters to the list
of component properties.
2004-07-26 Stefan Jahn <stefan@lkcc.org>
* bjtsub.cpp (BJTsub), bjt.cpp (BJT): Added model parameters.
* jfet.cpp (JFET): Added noise model parameters.
2004-07-12 Stefan Jahn <stefan@lkcc.org>
* sp_sim.cpp (SP_Sim): Inserting line break in component
description if necessary and senseful.
2004-07-04 Stefan Jahn <stefan@lkcc.org>
* resistor.cpp (Resistor): Added 'Temp' property.
2004-07-01 Stefan Jahn <stefan@lkcc.org>
* componentdialog.cpp (ComponentDialog): Allowing ',' to be
typed into property dialogs (for equations).
2004-06-27 Stefan Jahn <stefan@lkcc.org>
* resistor.cpp (Resistor): Fixed typo in 'european'.
* dc_sim.cpp (DC_Sim): Renamed 'showOPs' property into
'saveOPs'.
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-05-02 Stefan Jahn <stefan@lkcc.org>
* diode.cpp (Diode): Added more properties to the diode
model.
2004-04-30 17:27:36 +00:00
2004-04-30 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
* fixed behaviour of combo box in component dialog
2004-02-09 Stefan Jahn <stefan@lkcc.org>
* diode.cpp (Diode): Added new 'n' property to diode model.
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-01-21 Stefan Jahn <stefan@lkcc.org>
* componentdialog.cpp: Added translatable strings.