X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=7a0e4637cac15a2dd734e74ebcac945c4a545e1d;hp=0cb16ba2d75caffe077f7e6046485a84353a82d7;hb=f07a9e9b540da811583cb67ae5bb28a7b681baa5;hpb=3248cba572154e1b5a6ff3e40d89bff6bc2fb92d diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index 0cb16ba2..7a0e4637 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -69,16 +69,22 @@ 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
" - "
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
" - "
"; + "
Daniel \"al\" Albers
German translation, various fixes
" + "
Terje \"tan\" Andersen
Norwegian translation, documentation
" + "
Marco \"kaffeedoktor\" Genise
Ideas, hacking, motivation
" + "
Sebastian \"seezer\" Goth
Various improvements and features
" + "
John \"nox-Hand\" Hand
Gorgeous application and tray icons
" + "
Jonas \"Dante\" Heese
Project founder, various improvements
" + "
Regis \"ZRegis\" Perrin
French translation
" + "
Diego \"Flameeyes\" Pettenò
Gentoo maintainer
" + "
Dennis \"devurandom\" Schridde
D-Bus notifications
" + "
Jussi \"jussi01\" Schultink
Tireless tester, {k|U}buntu nightly packages
" + "
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; }