From 63a90c9ca19e56c63a8212e7a9b31aad7da592ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anthony=20L=C3=A9onard?= <anthony.leonard@savoirfairelinux.com> Date: Wed, 19 Jul 2017 11:05:27 -0400 Subject: [PATCH] update version name & authors list Recent contributors are added and the version name has been changed for the 1.0 release. Change-Id: Idce429a85a46af8382d3771f246f09c7c9a8353e Reviewed-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> --- aboutdialog.cpp | 3 +++ aboutdialog.ui | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/aboutdialog.cpp b/aboutdialog.cpp index ee23a6a..2a12de6 100644 --- a/aboutdialog.cpp +++ b/aboutdialog.cpp @@ -50,6 +50,7 @@ AboutDialog::AboutDialog(QWidget *parent) : "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Frédéric Guimont</p>" "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Guillaume Roguez</p>" "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Julien Grossholtz</p>" + "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Kateryna Kostiuk</p>" "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Loïc Siret</p>" "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Nicolas Jäger</p>" "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Nicolas Reynaud</p>" @@ -58,7 +59,9 @@ AboutDialog::AboutDialog(QWidget *parent) : "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Patrick Keroulas</p>" "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Philippe Gorley</p>" "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Romain Bertozzi</p>" + "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Sébastien Blin</p>" "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Seva Ivanov</p>" + "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Silbino Gonçalves Matado</p>" "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Simon Désaulniers</p>" "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Stepan Salenikovich</p>" "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Simon Zeni</p>" diff --git a/aboutdialog.ui b/aboutdialog.ui index dd04675..56be482 100644 --- a/aboutdialog.ui +++ b/aboutdialog.ui @@ -538,7 +538,7 @@ <item alignment="Qt::AlignHCenter"> <widget class="QLabel" name="releaseLabel"> <property name="text"> - <string>Release : Beta 2 - Gaston Miron</string> + <string>Liberté, Égalité, Fraternité - Version 1.0</string> </property> <property name="textFormat"> <enum>Qt::PlainText</enum> @@ -616,7 +616,7 @@ Ring is a secured and distributed communication software.</string> </font> </property> <property name="text"> - <string notr="true"><html><head/><body><p>© 2015-2016 Savoir-faire Linux</p></body></html></string> + <string notr="true"><html><head/><body><p>© 2015-2017 Savoir-faire Linux</p></body></html></string> </property> <property name="margin"> <number>5</number> -- GitLab