X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=68fd6554ba75b9126f5e8f5c352cc9a2f48cd05a;hp=a53b0aafd625d9425ad770faaa1ee184c1c3734e;hb=921e54680da16fcf2adb7a90506875aceb6633a4;hpb=9d54503555534a2c554f09a33df6afa33d6308ec diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index a53b0aaf..68fd6554 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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-2015"); 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
" @@ -119,13 +120,17 @@ QString AboutDlg::contributors() const "
\"Gryllida\"
IRC parser improvements
" "
H. İbrahim \"igungor\" Güngör
Turkish translation
" "
Jiri Grönroos
Finnish translation
" + "
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
" @@ -136,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
" @@ -162,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
" @@ -172,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
" @@ -181,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
"