diff options
| -rw-r--r-- | AUTHORS | 38 | ||||
| -rw-r--r-- | src/ui/button.cpp | 6 | ||||
| -rw-r--r-- | src/ui/skin.cpp | 4 | ||||
| -rw-r--r-- | src/ui/skin.h | 10 | ||||
| -rw-r--r-- | src/ui/togglebutton.cpp | 5 |
5 files changed, 53 insertions, 10 deletions
@@ -2,11 +2,43 @@ Core Developers: Ilya Kotov <forkotov02@hotmail.ru> (idea and base code) Vladimir Kuznetsov <vovanec@gmail.com> (look&feel and many improvements) - + Plugin Developers: - Yuriy Zhuravlev <stalkerg@gmail.com> (jack plugin) - + Yuriy Zhuravlev <stalkerg@gmail.com> (jack and oss plugins) + +Artwork: + + Andrey Adreev <andreev00@gmail.com> + +Translators: + + Thanks to: Vadim Kalinnikov <moose@ylsoftware.com> (project hosting) + +Based on: + +Mq3 - simple mp3 player using Qt (c) 2000 + + Brad Hughes <bhughes@trolltech.com> + +Promoe - XMMS2 Client (c) 2005-2006 + + Tobias Bengtsson <tobbe@tobbe.nu> + Chris Gilbert <neovanglist@neovanglist.net> + Jonne Lehtinen <jonne.lehtinen@tut.fi> + Tobias Rundström <tru@xmms.org> + Daniel Svensson <daniel@nittionio.nu> + +EQ - A graphical equalizer plugin for XMMS (C) 2002-2006 + + Felipe Rivera <liebremx at users.sourceforge.net> + +Iterative implementation of a FFT (C) 1999 + + Richard Boulton <richard@tartarus.org> + + + diff --git a/src/ui/button.cpp b/src/ui/button.cpp index 8bd006ed3..463b2352f 100644 --- a/src/ui/button.cpp +++ b/src/ui/button.cpp @@ -1,7 +1,10 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * + * Copyright (C) 2007-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * + * Based on Promoe, an XMMS2 Client * + * Copyright (C) 2005-2006 by XMMS2 Team * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -17,6 +20,7 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ + #include "button.h" #include "skin.h" diff --git a/src/ui/skin.cpp b/src/ui/skin.cpp index 9faceee47..555b08a0a 100644 --- a/src/ui/skin.cpp +++ b/src/ui/skin.cpp @@ -2,6 +2,9 @@ * Copyright (C) 2007-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * + * Based on Promoe, an XMMS2 Client * + * Copyright (C) 2005-2006 by XMMS2 Team * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -17,6 +20,7 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ + #include <QCoreApplication> #include <QDir> #include <QSettings> diff --git a/src/ui/skin.h b/src/ui/skin.h index 1de3f6672..e266b9df7 100644 --- a/src/ui/skin.h +++ b/src/ui/skin.h @@ -1,7 +1,10 @@ /*************************************************************************** - * Copyright (C) 2007 by Ilya Kotov * + * Copyright (C) 2007-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * + * Based on Promoe, an XMMS2 Client * + * Copyright (C) 2005-2006 by XMMS2 Team * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * @@ -17,6 +20,7 @@ * Free Software Foundation, Inc., * * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ + #ifndef SKIN_H #define SKIN_H @@ -26,10 +30,6 @@ #include <QDir> #include <QRegion> -/* - @author Ilya Kotov <forkotov02@hotmail.ru> -*/ - class Skin : public QObject { diff --git a/src/ui/togglebutton.cpp b/src/ui/togglebutton.cpp index 86b809ef2..26dd91195 100644 --- a/src/ui/togglebutton.cpp +++ b/src/ui/togglebutton.cpp @@ -1,7 +1,10 @@ /*************************************************************************** - * Copyright (C) 2006 by Ilya Kotov * + * Copyright (C) 2007-2008 by Ilya Kotov * * forkotov02@hotmail.ru * * * + * Based on Promoe, an XMMS2 Client * + * Copyright (C) 2005-2006 by XMMS2 Team * + * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * |
