author | nemo |
Mon, 24 Aug 2009 22:57:59 +0000 | |
changeset 2330 | ba46dcda3676 |
parent 2132 | 370581ce983f |
child 2377 | f3fab2b09e0c |
permissions | -rw-r--r-- |
187 | 1 |
/* |
1066 | 2 |
* Hedgewars, a free turn based strategy game |
883 | 3 |
* Copyright (c) 2006-2008 Andrey Korotaev <unC0Rr@gmail.com> |
187 | 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; version 2 of the License |
|
8 |
* |
|
9 |
* This program is distributed in the hope that it will be useful, |
|
10 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
11 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
12 |
* GNU General Public License for more details. |
|
13 |
* |
|
14 |
* You should have received a copy of the GNU General Public License |
|
15 |
* along with this program; if not, write to the Free Software |
|
16 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
|
17 |
*/ |
|
18 |
||
221 | 19 |
#include <QGridLayout> |
20 |
#include <QSvgWidget> |
|
235 | 21 |
#include <QLabel> |
460 | 22 |
#include <QTextBrowser> |
187 | 23 |
#include "about.h" |
907 | 24 |
#include "hwconsts.h" |
187 | 25 |
|
26 |
About::About(QWidget * parent) : |
|
27 |
QWidget(parent) |
|
28 |
{ |
|
221 | 29 |
QGridLayout *mainLayout = new QGridLayout(this); |
30 |
QSvgWidget *hedgehog = new QSvgWidget(":/res/Hedgehog.svg", this); |
|
31 |
hedgehog->setFixedSize(300, 329); |
|
235 | 32 |
mainLayout->addWidget(hedgehog, 0, 0, 2, 1); |
33 |
||
34 |
QLabel *lbl1 = new QLabel(this); |
|
35 |
||
36 |
lbl1->setOpenExternalLinks(true); |
|
37 |
lbl1->setText( |
|
1897 | 38 |
"<style type=\"text/css\">" |
39 |
"a { color: #ffcc00; }" |
|
40 |
// "a:hover { color: yellow; }" |
|
41 |
"</style>" |
|
907 | 42 |
"<div align=\"center\"><h1>Hedgewars</h1>" |
43 |
"<h3>" + QLabel::tr("Version") + " " + *cVersionString + "</h3>" |
|
236 | 44 |
"<p><a href=\"http://www.hedgewars.org/\">http://www.hedgewars.org/</a></p><br>" + |
45 |
QLabel::tr("This program is distributed under the GNU General Public License") + |
|
235 | 46 |
"</div>" |
47 |
); |
|
48 |
lbl1->setWordWrap(true); |
|
49 |
mainLayout->addWidget(lbl1, 0, 1); |
|
50 |
||
460 | 51 |
QTextBrowser *lbl2 = new QTextBrowser(this); |
235 | 52 |
|
53 |
lbl2->setOpenExternalLinks(true); |
|
1897 | 54 |
lbl2->setText( |
55 |
"<style type=\"text/css\">" |
|
56 |
"a { color: #ffcc00; }" |
|
57 |
// "a:hover { color: yellow; }" |
|
58 |
"</style>" + |
|
59 |
QString("<h2>") + |
|
623 | 60 |
QLabel::tr("Developers:") + |
61 |
"</h2><p>" |
|
1606 | 62 |
"Engine, frontend, net server: Andrey Korotaev <<a href=\"mailto:unC0Rr@gmail.com\">unC0Rr@gmail.com</a>><br>" |
63 |
"Many frontend improvements: Igor Ulyanov <<a href=\"mailto:disinbox@gmail.com\">disinbox@gmail.com</a>><br>" |
|
1983 | 64 |
"Many engine and frontend improvements: Derek Pomery <<a href=\"mailto:nemo@m8y.org\">nemo@m8y.org</a>><br>" |
65 |
"Drill rocket, Ballgun, RC Plane weapons: Martin Boze <<a href=\"mailto:afffect@gmail.com\">afffect@gmail.com</a>><br>" |
|
2132 | 66 |
"Mine number and time game settings: David A. Cuadrado <<a href=\"mailto:krawek@gmail.com\">krawek@gmail.com</a>><br>" |
1983 | 67 |
"Frontend improvements: Martin Minarik <<a href=\"mailto:ttsmj@pokec.sk\">ttsmj@pokec.sk</a>><br>" |
68 |
"Frontend improvements: Kristian Lehmann <<a href=\"mailto:email@thexception.net\">email@thexception.net</a>><br>" |
|
69 |
"Mac OS X port: Vittorio Giovara <<a href=\"mailto:vittorio.giovara@gmail.com\">vittorio.giovara@gmail.com</a>>" |
|
623 | 70 |
"</p><h2>" + |
1029 | 71 |
|
872 | 72 |
QLabel::tr("Art:") + "</h2>" |
1177 | 73 |
+ QString::fromUtf8( |
1983 | 74 |
"<p>Finn Brice <<a href=\"mailto:tiyuri@gmail.com\">tiyuri@gmail.com</a>>" |
872 | 75 |
"<br>" |
1983 | 76 |
"Joshua Frese <<a href=\"mailto:joshfrese@gmail.com\">joshfrese@gmail.com</a>>" |
77 |
"<br>" |
|
78 |
"Stanko Tadić <<a href=\"mailto:stanko@mfhinc.net\">stanko@mfhinc.net</a>>" |
|
1177 | 79 |
"<br>" |
1983 | 80 |
"Julien Koesten <<a href=\"mailto:julienkoesten@aol.com\">julienkoesten@aol.com</a>>" |
1208
9f4704f3c6ea
Add Sheep theme by Julien Koesten. Will be slightly corrected a bit later.
unc0rr
parents:
1205
diff
changeset
|
81 |
"<br>" |
1983 | 82 |
"Joshua O'Sullivan <<a href=\"mailto:battysausage@hotmail.co.uk\">battysausage@hotmail.co.uk</a>>" |
1661 | 83 |
"<br>" |
1983 | 84 |
"Nils Lück <<a href=\"mailto:nils.luck.design@gmail.com\">nils.luck.design@gmail.com</a>>" |
2075 | 85 |
"<br>" |
2095 | 86 |
"Hats: Trey Perry <<a href=\"mailto:tx.perry.j@gmail.com\">tx.perry.j@gmail.com</a>>" |
1177 | 87 |
"</p><h2>") + |
1100 | 88 |
QLabel::tr("Sounds:") + "</h2>" |
1119 | 89 |
"Hedgehogs voice: Stephen Alexander <<a href=\"mailto:ArmagonNo1@gmail.com\">ArmagonNo1@gmail.com</a>>" |
1100 | 90 |
"<br>" |
1983 | 91 |
"Finn Brice <<a href=\"mailto:tiyuri@gmail.com\">tiyuri@gmail.com</a>>" |
1100 | 92 |
"<br>" |
1983 | 93 |
"Jonatan Nilsson <<a href=\"mailto:jonatanfan@gmail.com\">jonatanfan@gmail.com</a>>" |
94 |
"<br>" |
|
2109 | 95 |
"Daniel Martin <<a href=\"mailto:elhombresinremedio@gmail.com\">elhombresinremedio@gmail.com</a>>" |
1100 | 96 |
"</p><h2>" + |
97 |
||
623 | 98 |
QLabel::tr("Translations:") + "</h2><p>" |
1052 | 99 |
+ QString::fromUtf8( |
1380
f3bdfe2452f2
Mention Romulo Fernandes Machado on about page for Brazilian Portuguese translation
unc0rr
parents:
1287
diff
changeset
|
100 |
"Brazilian Portuguese: Romulo Fernandes Machado <<a href=\"mailto:abra185@gmail.com\">abra185@gmail.com</a>><br>" |
1030 | 101 |
"Bulgarian: Svetoslav Stefanov<br>" |
1429 | 102 |
"Czech: Petr Řezáček <<a href=\"mailto:rezacek@gmail.com\">rezacek@gmail.com</a>><br>" |
1691 | 103 |
"Chinese: Jie Luo <<a href=\"mailto:lililjlj@gmail.com\">lililjlj@gmail.com</a>><br>" |
1030 | 104 |
"English: Andrey Korotaev <<a href=\"mailto:unC0Rr@gmail.com\">unC0Rr@gmail.com</a>><br>" |
1796 | 105 |
"Finnish: Nina Kuisma <<a href=\"mailto:ninnnu@gmail.com\">ninnnu@gmail.com</a>><br>" |
1052 | 106 |
"French: Antoine Turmel <<a href=\"mailto:geekshadow@gmail.com\">geekshadow@gmail.com</a>><br>" |
107 |
"German: Peter Hüwe <<a href=\"mailto:PeterHuewe@gmx.de\">PeterHuewe@gmx.de</a>><br>" |
|
1030 | 108 |
"Italian: Luca Bonora <<a href=\"mailto:bonora.luca@gmail.com\">bonora.luca@gmail.com</a>><br>" |
1699 | 109 |
"Japanese: ADAM Etienne <<a href=\"mailto:etienne.adam@gmail.com\">etienne.adam@gmail.com></a>><br>" |
1949 | 110 |
"Polish: Maciej Mroziński <<a href=\"mailto:mynick2@o2.pl\">mynick2@o2.pl</a>>, Wojciech Latkowski <<a href=\"mailto:magik_15l@poczta.fm\">magik_15l@poczta.fm</a>>, Maciej Górny<br>" |
1030 | 111 |
"Russian: Andrey Korotaev <<a href=\"mailto:unC0Rr@gmail.com\">unC0Rr@gmail.com</a>><br>" |
1203
7a7a2fd6a3af
Mention Niklas Grahn for his translation on about page
unc0rr
parents:
1177
diff
changeset
|
112 |
"Slovak: Jose Riha<br>" |
1247 | 113 |
"Spanish: Carlos Vives <<a href=\"mailto:mail@carlosvives.es\">mail@carlosvives.es</a>><br>" |
1264
e8ac58bbd10f
Mention Eugene Lyubimkin in translators list for his Ukrainian translation
unc0rr
parents:
1247
diff
changeset
|
114 |
"Swedish: Niklas Grahn <<a href=\"mailto:raewolusjoon@yaoo.com\">raewolusjoon@yaoo.com</a>><br>" |
1287 | 115 |
"Ukrainian: Eugene V. Lyubimkin <<a href=\"mailto:jackyf.devel@gmail.com\">jackyf.devel@gmail.com</a>>" |
1052 | 116 |
"</p><h2>") + |
1029 | 117 |
|
623 | 118 |
QLabel::tr("Special thanks:") + "</h2><p>" |
243 | 119 |
"Aleksey Andreev <<a href=\"mailto:blaknayabr@gmail.com\">blaknayabr@gmail.com</a>><br>" |
426 | 120 |
"Aleksander Rudalev <<a href=\"mailto:alexv@pomorsu.ru\">alexv@pomorsu.ru</a>><br>" |
479 | 121 |
"Natasha Stafeeva <<a href=\"mailto:layout@pisem.net\">layout@pisem.net</a>><br>" |
122 |
"Adam Higerd (aka ahigerd at FreeNode)" |
|
460 | 123 |
"</p>" |
235 | 124 |
); |
460 | 125 |
mainLayout->addWidget(lbl2, 1, 1); |
187 | 126 |
} |