mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
* Updated NEWS and THANKS file.
This commit is contained in:
parent
6ffa618937
commit
0f57cb7b3b
2
NEWS
2
NEWS
@ -26,6 +26,8 @@ files.
|
||||
Version 0.0.4
|
||||
-------------
|
||||
|
||||
* per-language internal help system implemented
|
||||
* translation into portuguese
|
||||
* some new paintings and components
|
||||
* subcircuits with symbol painted by the user
|
||||
|
||||
|
3
THANKS
3
THANKS
@ -32,3 +32,6 @@ Dariusz Pienkowski <pienkows@mwt.ee.tu-berlin.de> for the Polish
|
||||
translations.
|
||||
|
||||
Radu Circa <circa@mwt.ee.tu-berlin.de> for the Romanian translation.
|
||||
|
||||
Luciano Franca <luciano82@gmail.com> for translating the Qucs GUI
|
||||
into Portuguese.
|
||||
|
@ -58,7 +58,8 @@ TR_Sim::TR_Sim()
|
||||
Props.append(new Property("Points", "10", false,
|
||||
QObject::tr("number of simulation time steps")));
|
||||
Props.append(new Property("IntegrationMethod", "Trapezoidal", false,
|
||||
QObject::tr("integration method")+" [Euler, Trapezoidal, Gear]"));
|
||||
QObject::tr("integration method")+
|
||||
" [Euler, Trapezoidal, Gear, AdamsMoulton]"));
|
||||
Props.append(new Property("Order", "2", false,
|
||||
QObject::tr("order of integration method")+" (1-6)"));
|
||||
Props.append(new Property("InitialStep", "1 ns", false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user