X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Faboutdlg.cpp;h=14fedb9cbcc398c99cc924b811d14f25cf9df5cb;hb=f3d6f8088d8be6af9319a99fb8d2fee2837b540a;hp=4e29f676068a63585a2f7aa36d21767f5d4b4a10;hpb=7920d1f52f65421496fa2ed41c2da8e3244b267b;p=quassel.git diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index 4e29f676..14fedb9c 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -19,16 +19,15 @@ ***************************************************************************/ #include +#include #include "aboutdlg.h" -#include "icon.h" -#include "iconloader.h" #include "quassel.h" AboutDlg::AboutDlg(QWidget *parent) : QDialog(parent) { ui.setupUi(this); - ui.quasselLogo->setPixmap(DesktopIcon("quassel", IconLoader::SizeHuge)); + ui.quasselLogo->setPixmap(QIcon(":/icons/quassel-64.png").pixmap(64)); // don't let the icon theme affect our logo here ui.versionLabel->setText(QString(tr("Version: %1
Protocol version: %2
Built: %3")) .arg(Quassel::buildInfo().fancyVersionString) @@ -39,7 +38,7 @@ AboutDlg::AboutDlg(QWidget *parent) : QDialog(parent) ui.contributorTextBrowser->setHtml(contributors()); ui.thanksToTextBrowser->setHtml(thanksTo()); - setWindowIcon(Icon("quassel")); + setWindowIcon(QIcon::fromTheme("quassel", QIcon(":/icons/quassel.png"))); } @@ -47,7 +46,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 +54,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 +88,8 @@ QString AboutDlg::contributors() const "
Terje \"tan\" Andersen
Norwegian translation, documentation
" "
Jens \"amiconn\" Arnold
Postgres migration fixes
" "
Adolfo Jayme Barrientos
Spanish translation
" + "
Mattia Basaglia
Fixes
" + "
Pete \"elbeardmorez\" Beardmore
Linewrap for input line
" "
Rafael \"EagleScreen\" Belmonte
Spanish translation
" "
Sergiu Bivol
Romanian translation
" "
Bruno Brigras
Crash fixes
" @@ -122,11 +123,14 @@ 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
" + "
Allan Jude
Documentation improvements
" + "
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,9 +141,11 @@ 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
" + "
Sebastian Meyer
Fixes
" "
Daniel E. Moctezuma
Japanese translation
" "
Chris \"kode54\" Moeller
Various fixes and improvements
" "
Thomas Müller
Fixes, Debian packaging
" @@ -163,6 +169,7 @@ QString AboutDlg::contributors() const "
Dirk \"MarcLandis\" Rettschlag
Various fixes and new features
" "
Miguel Revilla
Spanish translation
" "
Jaak Ristioja
Fixes
" + "
David \"Bombe\" Roden
Fixes
" "
Henning \"honk\" Rohlfs
Various fixes
" "
Stella \"differentreality\" Rouzi
Greek translation
" "
\"salnx\"
Highlight configuration improvements
" @@ -173,6 +180,7 @@ QString AboutDlg::contributors() const "
Tim \"xAFFE\" Schumacher
Fixes and feedback
" "
\"sfionov\"
Russian translation
" "
Harald \"apachelogger\" Sitter
{ku|U}buntu packager, motivator, promoter
" + "
Ramanathan Sivagurunathan
Fixes
" "
Stefanos Sofroniou
Greek translation
" "
Rüdiger \"ruediger\" Sonderfeld
Emacs keybindings
" "
Alexander Stein
Tray icon fix
" @@ -182,6 +190,7 @@ QString AboutDlg::contributors() const "
\"ToBeFree\"
German translation
" "
Edward \"Aides\" Toroshchin
Russian translation
" "
Adam \"adamt\" Tulinius
Early beta tester and bughunter, Danish translation
" + "
Deniz Türkoglu
Mac fixes
" "
Frederik M.J. \"freqmod\" Vestre
Norwegian translation
" "
Atte Virtanen
Finnish translation
" "
Pavel \"int\" Volkovitskiy
Early beta tester and bughunter
"