* Added microstrip open end model.

* Updated misc. files.
This commit is contained in:
ela 2004-09-02 13:41:45 +00:00
parent 99a122cbd2
commit 1f6994e643
3 changed files with 18 additions and 2 deletions

7
THANKS
View File

@ -25,3 +25,10 @@ Stefan Jahn <stefan@lkcc.org> for writing all of the scripts, setting
Jens Flucke <jens.flucke@gmx.de> for making up the first draft of the
homepage. Also for motivating the project.
Giorgio Luparia <bitflesh@autistici.org> for the Italian translation.
Dariusz Pienkowski <pienkows@mwt.ee.tu-berlin.de> for the Polish
translations.
Radu Circa <circa@mwt.ee.tu-berlin.de> for the Romanian translation.

10
TODO
View File

@ -23,15 +23,23 @@ unfixed) have a look at the file BUGS.
(completed tasks are indented one tab)
- implement user-defined subcircuit paintings
- make tabdiagram 'scrollable' (for long value lists)
- allow tabdiagram to display variables with different dependencies
- shutdown external programs on application exit
- implement list parameter sweeps
- allow components to be painted in a certain order (implement drawing
width)
- improve wiring algorithm
- don't change into project directory or any other directory
- microwave line calculation program
- filter synthesis program
- import filters for different data formats (ADS, touchstone, etc.)
- s-parameter simulator program
- DC analysis
- DC analysis
- internet representation
- creation of documentation, introductions and help texts
- translation of internal help texts shipped with Qucs
- paint logos and other drawings
- modify/create configure scripts
- load/save/print schematics

View File

@ -51,7 +51,8 @@ MSopen::MSopen()
QObject::tr("microstrip dispersion model")+" [Kirschning, Kobayashi, "
"Yamashita, Hammerstad, Getsinger, Schneider, Pramanick]"));
Props.append(new Property("Model", "Kirschning", false,
QObject::tr("microstrip open end model")+" [Kirschning, Hammerstad]"));
QObject::tr("microstrip open end model")+" [Kirschning, Hammerstad, "
"Alexopoulos]"));
}
MSopen::~MSopen()