X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=76c0d778e7473a2e83ec6b64bbbdca5c42095a25;hp=c3ff6e961b00c34ecab1e6d08bbb27b824626607;hb=249fe1710a517658ea7f7bbc515cde94dc881ba5;hpb=c8a195f3448a89cf3172dc2f247bdc438337d75a diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index c3ff6e96..76c0d778 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 * @@ -44,7 +44,7 @@ AboutDlg::AboutDlg(QWidget *parent) : QDialog(parent) { 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 " @@ -74,28 +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("
" "
" - "
Daniel \"al\" Albers
German translation, various fixes
" + "
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
" - "
Edward \"Aides\" Hades
Russian translation
" - "
John \"nox-Hand\" Hand
Gorgeous application and tray icons
" + "
H. İbrahim \"igungor\" Güngör
Turkish translation
" + "
Edward \"Aides\" Toroshchin
Russian translation
" + "
John \"nox\" Hand
Former All-Seeing Eye logo
" "
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, {k|U}buntu nightly packages
" + "
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
" + "
Harald \"apachelogger\" Sitter
{ku|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!"; + "...and anybody else finding and reporting bugs, giving feedback, helping others and being part of the community!"); return res; } @@ -104,13 +114,13 @@ QString AboutDlg::thanksTo() const { QString res; res = tr("Special thanks goes to:
" "
" - "
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
" + "
 John \"nox\" Hand
" + "
for the original Quassel icon - The All-Seeing Eye" + "
 The Oxygen Team
" + "
for creating all the artwork 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
" );