From a7adcd221819dd5d420df28b87207460cd8126e8 Mon Sep 17 00:00:00 2001 From: Vadim Kuznetzov Date: Sat, 27 Oct 2018 10:43:33 +0200 Subject: [PATCH] Update About dialog and version --- VERSION | 2 +- qucs/dialogs/aboutdialog.cpp | 15 ++++++++++++++- qucs/dialogs/aboutdialog.h | 1 + 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index fe04e7f67..236c7ad08 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.20 +0.0.21 diff --git a/qucs/dialogs/aboutdialog.cpp b/qucs/dialogs/aboutdialog.cpp index 3424f4c23..7703b5933 100644 --- a/qucs/dialogs/aboutdialog.cpp +++ b/qucs/dialogs/aboutdialog.cpp @@ -51,6 +51,12 @@ AboutDialog::AboutDialog(QWidget *parent) : QDialog(parent) { + qucs_sDevs = {{ + "Vadim Kuznetsov - " + tr("project maintainer, simuator interface and GUI design"), + "Mike Brinson - " + tr("component models, documentation"), + "Tom Russo - " + tr("Xyce integration"), + "Maria Dubinina - " + tr("testing, general bugfixes") + }}; currAuths = {{ "Guilherme Brondani Torri - " + tr("GUI programmer, Verilog-A dynamic loader"), "Mike Brinson - " + tr("testing, modelling and documentation, tutorial contributor"), @@ -217,7 +223,14 @@ void AboutDialog::currentChangedSlot(int index) { void AboutDialog::setAuthorsText() { QString authorsText; - authorsText = tr("Current Qucs Team:") + "