2fc3d6ea1f4ab80a127401cfd8a17521bd3af06a
[quassel.git] / src / qtui / aboutdlg.cpp
1 /***************************************************************************
2  *   Copyright (C) 2005-2018 by the Quassel Project                        *
3  *   devel@quassel-irc.org                                                 *
4  *                                                                         *
5  *   This program is free software; you can redistribute it and/or modify  *
6  *   it under the terms of the GNU General Public License as published by  *
7  *   the Free Software Foundation; either version 2 of the License, or     *
8  *   (at your option) version 3.                                           *
9  *                                                                         *
10  *   This program is distributed in the hope that it will be useful,       *
11  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
12  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
13  *   GNU General Public License for more details.                          *
14  *                                                                         *
15  *   You should have received a copy of the GNU General Public License     *
16  *   along with this program; if not, write to the                         *
17  *   Free Software Foundation, Inc.,                                       *
18  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
19  ***************************************************************************/
20
21 #include "aboutdlg.h"
22
23 #include <QDateTime>
24 #include <QPixmap>
25
26 #include "aboutdata.h"
27 #include "icon.h"
28 #include "quassel.h"
29
30 AboutDlg::AboutDlg(QWidget *parent)
31     : QDialog(parent)
32     , _aboutData(new AboutData(this))
33 {
34     AboutData::setQuasselPersons(_aboutData);
35
36     ui.setupUi(this);
37     ui.quasselLogo->setPixmap(QPixmap{":/pics/quassel-64.svg"});  // don't let the icon theme affect our logo here
38
39     ui.versionLabel->setText(QString(tr("<b>Version:</b> %1<br><b>Version date:</b> %2<br><b>Protocol version:</b> %3"))
40         .arg(Quassel::buildInfo().fancyVersionString)
41         .arg(Quassel::buildInfo().commitDate)
42         .arg(Quassel::buildInfo().protocolVersion));
43     ui.aboutTextBrowser->setHtml(about());
44     ui.authorTextBrowser->setHtml(authors());
45     ui.contributorTextBrowser->setHtml(contributors());
46     ui.thanksToTextBrowser->setHtml(thanksTo());
47
48     setWindowIcon(icon::get("quassel"));
49 }
50
51
52 QString AboutDlg::about() const
53 {
54     QString res {tr("<b>A modern, distributed IRC Client</b><br><br>"
55              "&copy;%1 by the Quassel Project<br>"
56              "<a href=\"https://quassel-irc.org\">https://quassel-irc.org</a><br>"
57              "<a href=\"irc://irc.freenode.net/quassel\">#quassel</a> on <a href=\"https://www.freenode.net\">Freenode</a><br><br>"
58              "Quassel IRC is dual-licensed under <a href=\"https://www.gnu.org/licenses/gpl-2.0.txt\">GPLv2</a> and "
59                  "<a href=\"https://www.gnu.org/licenses/gpl-3.0.txt\">GPLv3</a>.<br>"
60              "<a href=\"https://api.kde.org/frameworks/breeze-icons/html\">Breeze icon theme</a> &copy; Uri Herrera and others, licensed under the "
61                  "<a href=\"https://github.com/KDE/breeze-icons/blob/21ffd9b/COPYING-ICONS\">LGPLv3</a>.<br>"
62              "<a href=\"https://api.kde.org/frameworks/oxygen-icons5/html\">Oxygen icon theme</a> &copy; Nuno Pinheiro and others, licensed under the "
63                  "<a href=\"https://github.com/KDE/oxygen-icons/blob/master/COPYING\">LGPLv3</a>.<br><br>"
64              "Please use <a href=\"https://bugs.quassel-irc.org\">https://bugs.quassel-irc.org</a> to report bugs."
65         ).arg("2005-2018")
66     };
67
68     return res;
69 }
70
71
72 QString AboutDlg::authors() const
73 {
74     QString res {tr("Quassel IRC is mainly developed by:") + "<dl>"};
75     for (auto &&person : _aboutData->authors()) {
76         res.append("<dt><b>" + person.prettyName() + "</b></dt><dd>");
77         if (!person.emailAddress().isEmpty())
78             res.append("<a href=\"mailto:" + person.emailAddress() + "\">" + person.emailAddress() + "</a><br>");
79         res.append("<i>" + person.task() + "</i><br></dd>");
80     }
81     res.append("</dl>");
82     return res;
83 }
84
85
86 QString AboutDlg::contributors() const
87 {
88     QString res {tr("We would like to thank the following contributors (in alphabetical order) and everybody we forgot to mention here:") + "<br><dl>"};
89     for (auto &&person : _aboutData->credits()) {
90         res.append("<dt><b>" + person.prettyName() + "</b></dt><dd><i>" + person.task() + "</i><br></dd>");
91     }
92     res.append("</dl>" + tr("...and anybody else finding and reporting bugs, giving feedback, helping others and being part of the community!"));
93     return res;
94 }
95
96
97 QString AboutDlg::thanksTo() const
98 {
99     QString res {tr("Special thanks goes to:") + "<br>"
100           "<table>"
101               "<tr><td rowspan='2' valign='middle'><img src=':/pics/quassel-eye.png'>&nbsp;</td>"
102                                  "<td><b>John \"nox\" Hand</b></td></tr>"
103               "<tr><td><i>" + tr("for the original Quassel logo - The All-Seeing Eye") + "</i></td></tr>"
104               "<tr/>"
105               "<tr><td rowspan='2' valign='middle'><img src=':/pics/quassel-oxygen-32.png'></td>"
106                                  "<td><b>Nuno Pinheiro</b></td></tr>"
107               "<tr><td><i>" + tr("for the Oxygen Quassel logo") + "</i></td></tr>"
108               "<tr/>"
109               "<tr><td rowspan='2' valign='middle'><img src=':/pics/kde-vdg.png'></td>"
110                                  "<td><b><a href='https://vdesign.kde.org'>The KDE Visual Design Group</a></b></td></tr>"
111               "<tr><td><i>" + tr("for the amazing Breeze and Oxygen icon themes") + "</i></td></tr>"
112               "<tr/>"
113               "<tr><td rowspan='2' valign='middle'><img src=':/pics/qt-logo-32.png'></td>"
114                                  "<td><b><a href='https://www.qt.io/'>The Qt Company</a></b> (formerly known as Qt Software, Nokia, Trolltech)</td></tr>"
115               "<tr><td><i>" + tr("for creating an awesome framework, and for sponsoring development with Greenphones, N810s, N950s and more") + "</i></td></tr>"
116           "</table>"
117     };
118
119     return res;
120 }