mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Update NEWS and About dialog
This commit is contained in:
parent
df9ce13d9a
commit
26ffe6b4b2
2
NEWS.md
2
NEWS.md
@ -14,6 +14,7 @@
|
||||
* S-parameter files viewer improvements #1133
|
||||
* Added background when renderign DC bias labels #1121
|
||||
* Added possibility to create libraries from SpiceLibraryDevice components #944 #1210
|
||||
* Added two new wire forms #1232
|
||||
|
||||
## Bugfixes and general improvemnt
|
||||
|
||||
@ -38,6 +39,7 @@ This release contains a massive library extention:
|
||||
* Added neon bulb model #846 #1216
|
||||
* Added MOC3063/MOC3062 optocouple models #846 #1216
|
||||
* Added Analog ICs and dual gate MOSFET libraries #1229
|
||||
* Added RC with parasitics library #1240
|
||||
|
||||
## Packaging
|
||||
|
||||
|
@ -61,6 +61,7 @@ AboutDialog::AboutDialog(QWidget *parent)
|
||||
"Andrey Kalmykov - " + tr("Schematic rendering engine, refactoring"),
|
||||
"Andrés Martínez Mera - " + tr("RF design tools"),
|
||||
"Muhammet Şükrü Demir - " + tr("CI setup, build system, MacOS support"),
|
||||
"Hampton Morgan - " + tr("Documentation"),
|
||||
"Iwbnwif Yiw - " + tr("Refactoring, general improvements"),
|
||||
"Maria Dubinina - " + tr("testing, general bugfixes")
|
||||
}};
|
||||
|
@ -45,7 +45,7 @@ private:
|
||||
void setAuthorsText(void);
|
||||
void setTrText(void);
|
||||
|
||||
std::array<QString, 11> qucs_sDevs;
|
||||
std::array<QString, 12> qucs_sDevs;
|
||||
std::array<QString, 9> currAuths; // current Qucs authors
|
||||
std::array<QString, 12> prevDevs; // previous Qucs developers
|
||||
std::array<QString, 19> trAuths; // Qucs translators
|
||||
|
Loading…
x
Reference in New Issue
Block a user