mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
2005-10-26 Stefan Jahn <stefan@lkcc.org>
* qucsinit.cpp (initActions): Fixed small typo. * qucsfile.h: Including <qstringlist.h> for Qt 3.1.x. * dialogs/changedialog.cpp (ChangeDialog): Improved look of both the dialogs. 2005-10-26 Stefan Jahn <stefan@lkcc.org> * docs/de/mathfunc.html, docs/en/mathfunc.html: Added descriptions of stos(), ytor(), rtoy() and corrected rtoz(), ztor(), stoz(), ztos(), stoy(), ytos() entries.
This commit is contained in:
parent
fc64c89650
commit
372c2345fd
@ -1,3 +1,9 @@
|
||||
2005-10-26 Stefan Jahn <stefan@lkcc.org>
|
||||
|
||||
* docs/de/mathfunc.html, docs/en/mathfunc.html: Added
|
||||
descriptions of stos(), ytor(), rtoy() and corrected rtoz(),
|
||||
ztor(), stoz(), ztos(), stoy(), ytos() entries.
|
||||
|
||||
2005-06-06 Stefan Jahn <stefan@lkcc.org>
|
||||
|
||||
* docs/en/mathfunc.html, docs/de/mathfunc.html: Added unwrap(),
|
||||
|
@ -74,25 +74,31 @@ benutzt werden.<br><br>
|
||||
<tr><td><tt>sech(x)</tt></td><td>Sekanshyperbolikus von x</td></tr>
|
||||
<tr><td><tt>cosech(x)</tt></td><td>Kosekanshyperbolikus von x</td></tr>
|
||||
<tr><td><tt>coth(x)</tt></td><td>Kotangenshyperbolikus von x</td></tr>
|
||||
<tr><td><tt>ztor(x)</tt></td>
|
||||
<td>Konvertiert eine Impedanz in einen Reflexionsfaktor (Referenz 50 Ohm)</td></tr>
|
||||
<tr><td><tt>rtoz(x)</tt></td>
|
||||
<td>Konvertiert einen Reflexionsfaktor (Referenz 50 Ohm) in eine Impedanz</td></tr>
|
||||
<tr><td><tt>ztor(x[,zref])</tt></td>
|
||||
<td>Konvertiert eine Impedanz in einen Reflexionsfaktor (Referenzimpedanz ist standardmäßig 50 Ohm)</td></tr>
|
||||
<tr><td><tt>rtoz(x[,zref])</tt></td>
|
||||
<td>Konvertiert einen Reflexionsfaktor (Referenzimpedanz ist standardmäßig 50 Ohm) in eine Impedanz</td></tr>
|
||||
<tr><td><tt>ytor(x[,zref])</tt></td>
|
||||
<td>Konvertiert eine Admittanz in einen Reflexionsfaktor (Referenzimpedanz ist standardmäßig 50 Ohm)</td></tr>
|
||||
<tr><td><tt>rtoy(x[,zref])</tt></td>
|
||||
<td>Konvertiert einen Reflexionsfaktor (Referenzimpedanz ist standardmäßig 50 Ohm) in eine Admittanz</td></tr>
|
||||
<tr><td><tt>rtoswr(x)</tt></td>
|
||||
<td>Konvertiert einen Reflexionsfaktor in das (Spannungs-)Stehwellenverhältnis</td></tr>
|
||||
<tr><td><tt>diff(y,x)</tt></td>
|
||||
<td>Differenziert den Vektor y in Bezug auf x</td></tr>
|
||||
<tr><td><tt>diff(y,x,n)</tt></td>
|
||||
<td>Differenziert den Vektor y in Bezug auf x n-fach</td></tr>
|
||||
<tr><td><tt>stoy(s)</tt></td>
|
||||
<tr><td><tt>stos(s,zref[,z0])</tt></td>
|
||||
<td>Konvertiert die S-Parameter-Matrix in eine S-Parameter-Matrix mit unterschiedliche(r/n) Referenzimpedanz(en)</td></tr>
|
||||
<tr><td><tt>stoy(s[,zref])</tt></td>
|
||||
<td>Konvertiert die S-Parameter-Matrix in die Y-Parameter-Matrix</td></tr>
|
||||
<tr><td><tt>stoz(s)</tt></td>
|
||||
<tr><td><tt>stoz(s[,zref])</tt></td>
|
||||
<td>Konvertiert die S-Parameter-Matrix in die Z-Parameter-Matrix</td></tr>
|
||||
<tr><td><tt>ytos(y)</tt></td>
|
||||
<tr><td><tt>ytos(y[,z0])</tt></td>
|
||||
<td>Konvertiert die Y-Parameter-Matrix in die S-Parameter-Matrix</td></tr>
|
||||
<tr><td><tt>ytoz(y)</tt></td>
|
||||
<td>Konvertiert die Y-Parameter-Matrix in die Z-Parameter-Matrix</td></tr>
|
||||
<tr><td><tt>ztos(z)</tt></td>
|
||||
<tr><td><tt>ztos(z[,z0])</tt></td>
|
||||
<td>Konvertiert die Z-Parameter-Matrix in die S-Parameter-Matrix</td></tr>
|
||||
<tr><td><tt>ztoy(z)</tt></td>
|
||||
<td>Konvertiert die Z-Parameter-Matrix in die Y-Parameter-Matrix</td></tr>
|
||||
|
@ -74,10 +74,14 @@ Qucs equations.<br><br>
|
||||
<tr><td><tt>sech(x)</tt></td><td>secans hyperbolicus</td></tr>
|
||||
<tr><td><tt>cosech(x)</tt></td><td>cosecans hyperbolicus</td></tr>
|
||||
<tr><td><tt>coth(x)</tt></td><td>cotangent hyperbolicus</td></tr>
|
||||
<tr><td><tt>ztor(x)</tt></td>
|
||||
<td>converts impedance to reflexion coefficient (reference 50 ohms)</td></tr>
|
||||
<tr><td><tt>rtoz(x)</tt></td>
|
||||
<td>converts reflexion coefficient (reference 50 ohms) to impedance</td></tr>
|
||||
<tr><td><tt>ztor(x[,zref])</tt></td>
|
||||
<td>converts impedance to reflexion coefficient (by default reference is 50 ohms)</td></tr>
|
||||
<tr><td><tt>rtoz(x[,zref])</tt></td>
|
||||
<td>converts reflexion coefficient (by default reference is 50 ohms) to impedance</td></tr>
|
||||
<tr><td><tt>ytor(x[,zref])</tt></td>
|
||||
<td>converts admittance to reflexion coefficient (by default reference is 50 ohms)</td></tr>
|
||||
<tr><td><tt>rtoy(x[,zref])</tt></td>
|
||||
<td>converts reflexion coefficient (by default reference is 50 ohms) to admittance</td></tr>
|
||||
<tr><td><tt>rtoswr(x)</tt></td>
|
||||
<td>converts reflexion coefficient to (voltage) standing wave ratio
|
||||
(SWR or VSWR)</td></tr>
|
||||
@ -85,15 +89,17 @@ Qucs equations.<br><br>
|
||||
<td>differentiates vector y with respect to x</td></tr>
|
||||
<tr><td><tt>diff(y,x,n)</tt></td>
|
||||
<td>differentiates vector y with respect to x n-times</td></tr>
|
||||
<tr><td><tt>stoy(s)</tt></td>
|
||||
<tr><td><tt>stos(s,zref[,z0])</tt></td>
|
||||
<td>converts s-parameter matrix to s-parameter matrix with different reference impedance(s)</td></tr>
|
||||
<tr><td><tt>stoy(s[,zref])</tt></td>
|
||||
<td>converts s-parameter matrix to y-parameter matrix</td></tr>
|
||||
<tr><td><tt>stoz(s)</tt></td>
|
||||
<tr><td><tt>stoz(s[,zref])</tt></td>
|
||||
<td>converts s-parameter matrix to z-parameter matrix</td></tr>
|
||||
<tr><td><tt>ytos(y)</tt></td>
|
||||
<tr><td><tt>ytos(y[,z0])</tt></td>
|
||||
<td>converts y-parameter matrix to s-parameter matrix</td></tr>
|
||||
<tr><td><tt>ytoz(y)</tt></td>
|
||||
<td>converts y-parameter matrix to z-parameter matrix</td></tr>
|
||||
<tr><td><tt>ztos(z)</tt></td>
|
||||
<tr><td><tt>ztos(z[,z0])</tt></td>
|
||||
<td>converts z-parameter matrix to s-parameter matrix</td></tr>
|
||||
<tr><td><tt>ztoy(z)</tt></td>
|
||||
<td>converts z-parameter matrix to y-parameter matrix</td></tr>
|
||||
|
@ -1,3 +1,12 @@
|
||||
2005-10-26 Stefan Jahn <stefan@lkcc.org>
|
||||
|
||||
* qucsinit.cpp (initActions): Fixed small typo.
|
||||
|
||||
* qucsfile.h: Including <qstringlist.h> for Qt 3.1.x.
|
||||
|
||||
* dialogs/changedialog.cpp (ChangeDialog): Improved look
|
||||
of both the dialogs.
|
||||
|
||||
2005-10-12 Michael Margraf <michael.margraf@alumni.tu-berlin.de>
|
||||
|
||||
* fixed bug in painting arrow head
|
||||
|
@ -45,7 +45,8 @@ ChangeDialog::ChangeDialog(QucsDoc *d, QWidget *parent)
|
||||
|
||||
|
||||
// ...........................................................
|
||||
all = new QGridLayout(this, 5,2,3,3);
|
||||
all = new QGridLayout(this, 6,2,3,3);
|
||||
all->setMargin(5);
|
||||
|
||||
all->addWidget(new QLabel(tr("Components:"), this), 0,0);
|
||||
CompTypeEdit = new QComboBox(this);
|
||||
@ -83,7 +84,8 @@ ChangeDialog::ChangeDialog(QucsDoc *d, QWidget *parent)
|
||||
// ...........................................................
|
||||
QHBox *h0 = new QHBox(this);
|
||||
h0->setSpacing(5);
|
||||
all->addMultiCellWidget(h0, 4,4, 0,1);
|
||||
all->setRowStretch(4,5);
|
||||
all->addMultiCellWidget(h0, 5,5, 0,1);
|
||||
connect(new QPushButton(tr("Replace"),h0), SIGNAL(clicked()),
|
||||
SLOT(slotButtReplace()));
|
||||
connect(new QPushButton(tr("Cancel"),h0), SIGNAL(clicked()),
|
||||
@ -139,6 +141,7 @@ void ChangeDialog::slotButtReplace()
|
||||
Dia->setCaption(tr("Found Components"));
|
||||
QVBoxLayout *Dia_All = new QVBoxLayout(Dia);
|
||||
Dia_All->setSpacing(3);
|
||||
Dia_All->setMargin(5);
|
||||
QScrollView *Dia_Scroll = new QScrollView(Dia);
|
||||
Dia_Scroll->setMargin(5);
|
||||
Dia_All->addWidget(Dia_Scroll);
|
||||
|
@ -7344,7 +7344,7 @@ Dialog zum Erstellen eines Anpassnetzwerkes</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Change Property Values..</source>
|
||||
<translation>Eigenschaftswerte ändern..</translation>
|
||||
<translation type="obsolete">Eigenschaftswerte ändern..</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Calculates DC bias and shows it</source>
|
||||
|
@ -5290,10 +5290,6 @@ Dialog for Creating Matching Circuit</source>
|
||||
<source>Change Property Values...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Change Property Values..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Calculates DC bias and shows it</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -3877,10 +3877,6 @@ Moves the property text of components</source>
|
||||
<source>Change Property Values...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Change Property Values..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Change Property Values</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -5111,10 +5111,6 @@ Dialog for Creating Matching Circuit</source>
|
||||
<source>Change Property Values...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Change Property Values..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Calculates DC bias and shows it</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -5310,10 +5310,6 @@ Dialog for Creating Matching Circuit</source>
|
||||
<source>Change Property Values...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Change Property Values..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Calculates DC bias and shows it</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -6310,7 +6310,7 @@ Finestra per la creazione di Reti di Adattamento</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Change Property Values..</source>
|
||||
<translation>Modifica Valori Proprietà..</translation>
|
||||
<translation type="obsolete">Modifica Valori Proprietà..</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Calculate DC bias</source>
|
||||
|
@ -5128,10 +5128,6 @@ Dialog for Creating Matching Circuit</source>
|
||||
<source>Change Property Values...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Change Property Values..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Calculates DC bias and shows it</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -5310,10 +5310,6 @@ Dialog for Creating Matching Circuit</source>
|
||||
<source>Change Property Values...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Change Property Values..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Calculates DC bias and shows it</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -5126,10 +5126,6 @@ Dialog for Creating Matching Circuit</source>
|
||||
<source>Change Property Values...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Change Property Values..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Calculates DC bias and shows it</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -5230,10 +5230,6 @@ Dialog for Creating Matching Circuit</source>
|
||||
<source>Change Property Values...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Change Property Values..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Calculates DC bias and shows it</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -2912,126 +2912,130 @@ Usage: qucsedit [-r] file
|
||||
<name>QucsActions</name>
|
||||
<message>
|
||||
<source>Info</source>
|
||||
<translation type="unfinished">Information</translation>
|
||||
<translation>Information</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>At least two elements must be selected !</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Åtminstone två element måste väljas!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Error</source>
|
||||
<translation type="unfinished">Fel</translation>
|
||||
<translation>Fel</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cannot start text editor!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Kan ej starta textredigerare!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cannot start filter synthesis program!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Kan inte starta filtersyntesprogrammet!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cannot start line calculation program!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Kan inte starta ledningsberäkningsprogrammet!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cannot start library program!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Kan inte starta biblioteksprogram!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cannot start qucshelp!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Kan inte starta qusc-hjälpen!</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QucsApp</name>
|
||||
<message>
|
||||
<source>Schematic</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Schema</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Data Display</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Datavisning</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Qucs Documents</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Qucs-dokument</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Any File</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Alla filer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>New</source>
|
||||
<translation type="unfinished">Ny</translation>
|
||||
<translation>Ny</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Öppna</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Delete</source>
|
||||
<translation type="unfinished">Ta bort</translation>
|
||||
<translation>Ta bort</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Projects</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Projekt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>content of the project directory</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>innehåll i projektmappen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Content of</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Innehåll i</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Note</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Anmärkning</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Datasets</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Datamängder</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Data Displays</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Datavisningar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Schematics</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Scheman</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Content</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Innehåll</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>content of the open project</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>innehåll hos det öppna projektet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Components</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Komponenter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>components and diagrams</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>komponenter och kurvor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>lumped components</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>diskreta komponeter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>sources</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>källor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>transmission lines</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>transmissionslinjer</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>nonlinear components</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>icke-linjära komponenter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>file data</source>
|
||||
<translation type="obsolete">data från fil</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>simulations</source>
|
||||
@ -4884,10 +4888,6 @@ Quite Universal Circuit Simulator
|
||||
<source>Change Property Values...</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Change Property Values..</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Change Property Values</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -18,6 +18,8 @@
|
||||
#ifndef QUCSFILE_H
|
||||
#define QUCSFILE_H
|
||||
|
||||
#include <qstringlist.h>
|
||||
|
||||
#include "wire.h"
|
||||
#include "diagrams/diagram.h"
|
||||
#include "paintings/painting.h"
|
||||
|
@ -230,7 +230,7 @@ void QucsInit::initActions()
|
||||
|
||||
Acts->changeProps =
|
||||
new QAction(tr("Change Property Values..."),
|
||||
tr("Change Property Values.."), Key_F7, App);
|
||||
tr("Change Property Values..."), Key_F7, App);
|
||||
Acts->changeProps->setStatusTip(tr("Change Property Values"));
|
||||
Acts->changeProps->setWhatsThis(
|
||||
tr("Change Property Values\n\nChange Property Value of Components"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user