From: Manuel Nickschas Date: Fri, 30 May 2008 12:36:11 +0000 (+0000) Subject: Update aboutdlg for new contributors X-Git-Tag: 0.3.0~398 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=e668cbab8cd1f8d7e864bc19e8f68cfeac5023f5 Update aboutdlg for new contributors --- diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index db2d8f04..a32ab6b8 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -52,11 +52,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
alex@phon.name
" "Developer, Windows Maintainer
" "
"; @@ -67,12 +67,15 @@ 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:") + "
" "
" - "
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

" + "
Marco \"kaffeedoktor\" Genise
kaffeedoktor@quassel-irc.org
" + "Ideas, Hacking, Motivation
" + "
John \"nox-Hand\" Hand
Gorgeous Application and Tray Icons
" + "
Jonas \"Dante\" Heese
Project Founder, ebuilder
" + "
Diego \"Flameeyes\" Pettenò
Gentoo Maintainer
" + "
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
" "
"; return res; @@ -82,9 +85,11 @@ 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
" + "
John \"nox-Hand\" Hand
" + "
for great artwork and the Quassel logo/icon" + "
The Oxygen Team
" + "
for creating most of the other shiny icons you see throughout Quassel
" + "
Trolltech
" "
for creating Qt and Qtopia, and for sponsoring development of Quasseltopia with Greenphones and more
" );