X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=d08cc90d3a3b576be5855e11cb0882597364de77;hp=32a23c3c03e756ed79e0de6dfa0c3f6445d80916;hb=f1c709e8b748f4ee5e93fb5b8c43d60c4cbe440f;hpb=42ed32344cdfcf2c4cd164ebd09782d7923b6547 diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index 32a23c3c..d08cc90d 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel IRC Team * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,24 +18,33 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ +#include + #include "aboutdlg.h" -#include "global.h" +#include "icon.h" +#include "iconloader.h" +#include "quassel.h" AboutDlg::AboutDlg(QWidget *parent) : QDialog(parent) { ui.setupUi(this); + ui.quasselLogo->setPixmap(DesktopIcon("quassel", IconLoader::SizeHuge)); - ui.versionLabel->setText(QString("Version %1, Build >= %2 (%3)").arg(Global::quasselVersion).arg(Global::quasselBuild).arg(Global::quasselDate)); + ui.versionLabel->setText(QString(tr("Version: %1
Protocol version: %2
Built: %3")) + .arg(Quassel::buildInfo().fancyVersionString) + .arg(Quassel::buildInfo().protocolVersion) + .arg(Quassel::buildInfo().buildDate)); ui.aboutTextBrowser->setHtml(about()); ui.authorTextBrowser->setHtml(authors()); ui.contributorTextBrowser->setHtml(contributors()); ui.thanksToTextBrowser->setHtml(thanksTo()); + setWindowIcon(Icon("quassel")); } QString AboutDlg::about() const { QString res; res = tr("A modern, distributed IRC Client

" - "©2005-2008 by the Quassel Project
" + "©2005-2009 by the Quassel Project
" "http://quassel-irc.org
" "#quassel on Freenode

" "Quassel IRC is dual-licensed under GPLv2 and " @@ -52,11 +61,11 @@ QString AboutDlg::authors() const { QString res; res = tr("Quassel IRC is mainly developed by:") + "
" - "
Manuel \"Sputnick\" Nickschas
sput@quassel-irc.org
" - "Project Founder, Lead Developer

" - "
Marcus \"EgS\" Eggenberger
egs@quassel-irc.org
" - "Project Motivator, Lead Developer, Mac Maintainer

" - "
Alexander \"phon\" von Renteln
alex@phon.name
" + "
Manuel \"Sputnick\" Nickschas
sput@quassel-irc.org
" + "Project Founder, Lead Developer
" + "
Marcus \"EgS\" Eggenberger
egs@quassel-irc.org
" + "Project Motivator, Lead Developer, Mac Maintainer
" + "
Alexander \"phon\" von Renteln
phon@quassel-irc.org
" "Developer, Windows Maintainer
" "
"; @@ -65,15 +74,38 @@ QString AboutDlg::authors() const { QString AboutDlg::contributors() const { QString res; - res = tr("We would like to thank the following contributors (in alphabetical order) and everybody we forgot to mention here:") + "
" + res = tr("We would like to thank the following contributors (in alphabetical order) and everybody we forgot to mention here:") + + QString::fromUtf8("
" "
" - "
Marco \"kaffeedoktor\" Genise
kaffeedoktor@quassel-irc.org
" - "Ideas, Hacking, Motivation

" - "
Jonas \"Dante\" Heese
Project Founder, ebuilder

" - "
Daniel \"son\" Steinmetz
Early Beta Tester and Bughunter (on Vista™!)

" - "
Adam \"adamt\" Tulinius
Early Beta Tester and Bughunter, Danish Translation

" - "
Pavel \"int\" Volkovitskiy
Early Beta Tester and Bughunter

" - "
"; + "
Daniel \"al\" Albers
German translation, various fixes and enhancements
" + "
Terje \"tan\" Andersen
Norwegian translation, documentation
" + "
Tomas \"scarabeus\" Chvatal
Czech translation
" + "
Joshua \"tvakah\" Corbin
Various fixes
" + "
Kevin \"KRF\" Funk
German translation
" + "
Marco \"kaffeedoktor\" Genise
Ideas, hacking, motivation
" + "
Sebastian \"seezer\" Goth
Various improvements and features
" + "
H. İbrahim \"igungor\" Güngör
Turkish translation
" + "
Edward \"Aides\" Toroshchin
Russian translation
" + "
John \"nox-Hand\" Hand
Gorgeous application and tray icons
" + "
Jonas \"Dante\" Heese
Project founder, various improvements
" + "
Scott \"ScottK\" Kitterman
Kubuntu nightly packager, (packaging/build system) bughunter
" + "
Paul \"Haudrauf\" Klumpp
Initial design and mainwindow layout
" + "
Gábor \"ELITE_x\" Németh
Hungarian translation
" + "
Celeste \"seele\" Paul
Usability Queen
" + "
Regis \"ZRegis\" Perrin
French translation
" + "
Diego \"Flameeyes\" Pettenò
Gentoo maintainer, build system improvements
" + "
Daniel \"billie\" Pielmeier
Gentoo maintainer
" + "
Nuno \"pinheiro\" Pinheiro
Tons of Oxygen icons including our application icon
" + "
Jure \"JLP\" Repinc
Slovenian translation
" + "
Dennis \"DevUrandom\" Schridde
D-Bus notifications
" + "
Jussi \"jussi01\" Schultink
Tireless tester, {ku|U}buntu tester and lobbyist, liters of delicious Finnish alcohol
" + "
Tim \"xAFFE\" Schumacher
Fixes and feedback
" + "
Harald \"apachelogger\" Sitter
{k|U}buntu packager, motivator, promoter
" + "
Daniel \"son\" Steinmetz
Early beta tester and bughunter (on Vista™!)
" + "
Adam \"adamt\" Tulinius
Early beta tester and bughunter, Danish translation
" + "
Pavel \"int\" Volkovitskiy
Early beta tester and bughunter
" + "
" + "...and anybody else finding and reporting bugs, giving feedback, helping others and being part of the community!"); return res; } @@ -82,10 +114,14 @@ QString AboutDlg::thanksTo() const { QString res; res = tr("Special thanks goes to:
" "
" - "
The Oxygen Team
" - "
for creating most of the shiny icons you see throughout Quassel

" - "
Trolltech
" - "
for creating Qt and Qtopia, and for sponsoring development of Quasseltopia with Greenphones and more
" + "
John \"nox\" Hand
" + "
for great artwork and the Quassel logo/icon" + "
The Oxygen Team
" + "
for creating most of the other shiny icons you see throughout Quassel
" + "
Qt Software formerly known as Trolltech
" + "
for creating Qt and Qtopia, and for sponsoring development of QuasselTopia with Greenphones and more
" + "
Nokia
" + "
for keeping Qt alive, and for sponsoring development of Quassel Mobile with N810s
" ); return res;