X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=8f100234c26cb4509d3945593967ebd5944489ac;hb=90ca2d5de312eaab9fa410d87dae019e63599378;hp=4e29f676068a63585a2f7aa36d21767f5d4b4a10;hpb=7920d1f52f65421496fa2ed41c2da8e3244b267b;p=quassel.git diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index 4e29f676..8f100234 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -47,7 +47,7 @@ QString AboutDlg::about() const { QString res; res = tr("A modern, distributed IRC Client

" - "©2005-2014 by the Quassel Project
" + "©%1 by the Quassel Project
" "http://quassel-irc.org
" "#quassel on Freenode

" "Quassel IRC is dual-licensed under GPLv2 and " @@ -55,7 +55,7 @@ QString AboutDlg::about() const "Most icons are © by the Oxygen Team and used under the " "LGPL.

" "Please use http://bugs.quassel-irc.org to report bugs." - ); + ).arg("2005-2014"); return res; } @@ -89,6 +89,7 @@ QString AboutDlg::contributors() const "
Terje \"tan\" Andersen
Norwegian translation, documentation
" "
Jens \"amiconn\" Arnold
Postgres migration fixes
" "
Adolfo Jayme Barrientos
Spanish translation
" + "
Pete \"elbeardmorez\" Beardmore
Linewrap for input line
" "
Rafael \"EagleScreen\" Belmonte
Spanish translation
" "
Sergiu Bivol
Romanian translation
" "
Bruno Brigras
Crash fixes
" @@ -122,11 +123,13 @@ QString AboutDlg::contributors() const "
Chris \"Zren\" H
Various improvements
" "
Edward Hades
Russian translation
" "
John \"nox\" Hand
Former All-Seeing Eye logo
" + "
Adam \"2kah\" Harwood
ChatView improvements
" "
Jonas \"Dante\" Heese
Project founder, various improvements
" "
Thomas \"Datafreak\" Hogh
Windows builder
" "
Johannes \"j0hu\" Huber
Many fixes and features, bug triaging
" "
Theofilos Intzoglou
Greek translation
" "
Jovan Jojkić
Serbian translation
" + "
Michael \"ycros\" Kedzierski
Mac fixes
" "
Scott \"ScottK\" Kitterman
Kubuntu nightly packager, (packaging/build system) bughunter
" "
Paul \"Haudrauf\" Klumpp
Initial design and mainwindow layout
" "
Maia Kozheva
Russian translation
" @@ -137,6 +140,7 @@ QString AboutDlg::contributors() const "
Jerome \"Adys\" Leclanche
Context menu fixes
" "
Hendrik \"nevcairiel\" Leppkes
Various features
" "
Jason Lynch
Bugfixes
" + "
Awad \"firesock\" Mackie
ChatView improvements
" "
Michael \"mamarley\" Marley
Various fixes and improvements
" "
Martin \"m4yer\" Mayer
German translation
" "
Daniel \"hydrogen\" Meltzer
Various fixes and improvements
"