From: Manuel Nickschas Date: Mon, 16 Feb 2009 18:58:36 +0000 (+0100) Subject: Some more tweaks to AboutDlg X-Git-Tag: 0.4.0~19 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=249fe1710a517658ea7f7bbc515cde94dc881ba5 Some more tweaks to AboutDlg --- diff --git a/pics/nokia.png b/pics/nokia.png new file mode 100644 index 00000000..9efe6498 Binary files /dev/null and b/pics/nokia.png differ diff --git a/pics/oxygen.png b/pics/oxygen.png new file mode 100644 index 00000000..430cfa7c Binary files /dev/null and b/pics/oxygen.png differ diff --git a/pics/pics.qrc b/pics/pics.qrc index 7ec82236..0292b3aa 100644 --- a/pics/pics.qrc +++ b/pics/pics.qrc @@ -1,6 +1,10 @@ + nokia.png + oxygen.png + quassel-eye.png quassel-logo.png qt-logo.png + qt-logo-32.png diff --git a/pics/qt-logo-32.png b/pics/qt-logo-32.png new file mode 100644 index 00000000..581ba2b1 Binary files /dev/null and b/pics/qt-logo-32.png differ diff --git a/pics/quassel-eye.png b/pics/quassel-eye.png new file mode 100644 index 00000000..33b8502d Binary files /dev/null and b/pics/quassel-eye.png differ diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index d08cc90d..76c0d778 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -86,7 +86,7 @@ QString AboutDlg::contributors() const { "
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
" + "
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
" @@ -100,7 +100,7 @@ QString AboutDlg::contributors() const { "
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
" + "
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
" @@ -114,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
" );