mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
* Added microstrip open end model.
* Updated misc. files.
This commit is contained in:
parent
99a122cbd2
commit
1f6994e643
7
THANKS
7
THANKS
@ -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
10
TODO
@ -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
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user