OTHER: rename Skin.cpp -> skin.cpp

This commit is contained in:
Thomas Frauendorfer 2010-02-07 02:03:21 +01:00
parent 0e0adba890
commit 2e02c96263
19 changed files with 55 additions and 53 deletions

View file

@ -22,7 +22,7 @@
#include "mainwindow.h" #include "mainwindow.h"
#include "pixmapbutton.h" #include "pixmapbutton.h"
#include "pixmapslider.h" #include "pixmapslider.h"
#include "Skin.h" #include "skin.h"
#include "skinmanager.h" #include "skinmanager.h"

View file

@ -14,7 +14,7 @@
*/ */
#include "clutterbar.h" #include "clutterbar.h"
#include "Skin.h" #include "skin.h"
#include "skinmanager.h" #include "skinmanager.h"
#include <QMouseEvent> #include <QMouseEvent>

View file

@ -19,24 +19,24 @@
#include "xconfig.h" #include "xconfig.h"
#include "volumehandler.h" #include "volumehandler.h"
#include "application.h"
#include "maindisplay.h" #include "maindisplay.h"
#include "mainwindow.h"
#include "application.h"
#include "clutterbar.h"
#include "equalizerwindow.h"
#include "mainwindow.h"
#include "pixmapbutton.h" #include "pixmapbutton.h"
#include "pixmapslider.h"
#include "titlebar.h"
#include "textscroller.h"
#include "timedisplay.h"
#include "Skin.h"
#include "skinmanager.h"
#include "pixmapnumberdisplay.h" #include "pixmapnumberdisplay.h"
#include "stereomono.h" #include "pixmapslider.h"
#include "posbar.h"
#include "playstatus.h" #include "playstatus.h"
#include "playlistwindow.h" #include "playlistwindow.h"
#include "equalizerwindow.h" #include "posbar.h"
#include "clutterbar.h" #include "skin.h"
#include "skinmanager.h"
#include "stereomono.h"
#include "textscroller.h"
#include "titlebar.h"
#include "timedisplay.h"
#include <QFileDialog> #include <QFileDialog>
#include <QSettings> #include <QSettings>

View file

@ -23,18 +23,16 @@
#endif #endif
#include "application.h" #include "application.h"
#include "playlistwindow.h"
#include "maindisplay.h"
#include "shadeddisplay.h"
#include "equalizerwindow.h" #include "equalizerwindow.h"
#include "Skin.h" #include "maindisplay.h"
#include "playlistwindow.h"
#include "shadeddisplay.h"
#include "skin.h"
#include "skinmanager.h" #include "skinmanager.h"
#include <QSettings> #include <QSettings>
#include <QIcon> #include <QIcon>
#include <QPluginLoader>
#include <QMouseEvent> #include <QMouseEvent>
#include <qplugin.h>
MainWindow::MainWindow (QWidget *parent) : BaseWindow (parent) MainWindow::MainWindow (QWidget *parent) : BaseWindow (parent)
{ {

View file

@ -14,7 +14,7 @@
*/ */
#include "playstatus.h" #include "playstatus.h"
#include "Skin.h" #include "skin.h"
#include "skinmanager.h" #include "skinmanager.h"
#include <QPainter> #include <QPainter>

View file

@ -14,7 +14,8 @@
*/ */
#include "posbar.h" #include "posbar.h"
#include "Skin.h"
#include "skin.h"
#include "skinmanager.h" #include "skinmanager.h"
#include <QWidget> #include <QWidget>

View file

@ -17,16 +17,16 @@
#include "xclientcache.h" #include "xclientcache.h"
#include "xplayback.h" #include "xplayback.h"
#include "application.h"
#include "shadeddisplay.h" #include "shadeddisplay.h"
#include "application.h"
#include "mainwindow.h"
#include "pixmapbutton.h"
#include "skin.h"
#include "skinmanager.h" #include "skinmanager.h"
#include "titlebar.h" #include "titlebar.h"
#include "pixmapbutton.h"
#include "timedisplay.h" #include "timedisplay.h"
#include "textscroller.h" #include "textscroller.h"
#include "Skin.h"
#include "mainwindow.h"
ShadedDisplay::ShadedDisplay (QWidget *parent) : SkinDisplay (parent) ShadedDisplay::ShadedDisplay (QWidget *parent) : SkinDisplay (parent)
{ {

View file

@ -1,7 +1,7 @@
/** /**
* This file is a part of Promoe, an XMMS2 Client. * This file is a part of Promoe, an XMMS2 Client.
* *
* Copyright (C) 2005-2008 XMMS2 Team * Copyright (C) 2005-2010 XMMS2 Team
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -16,10 +16,10 @@
#include "xclient.h" #include "xclient.h"
#include "xcollection.h" #include "xcollection.h"
#include "skindisplay.h"
#include "application.h" #include "application.h"
#include "mainwindow.h" #include "mainwindow.h"
#include "skindisplay.h"
#include "Skin.h"
#include "titlebar.h" #include "titlebar.h"
#include "FileDialog.h" #include "FileDialog.h"

View file

@ -14,7 +14,8 @@
*/ */
#include "stereomono.h" #include "stereomono.h"
#include "Skin.h"
#include "skin.h"
#include "skinmanager.h" #include "skinmanager.h"
#include <QPainter> #include <QPainter>

View file

@ -13,10 +13,11 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <application.h>
#include "skin.h"
#include "skindisplay.h" #include "skindisplay.h"
#include "textscroller.h"
#include "Skin.h"
#include "skinmanager.h" #include "skinmanager.h"
#include "textscroller.h"
#include <QBrush> #include <QBrush>
#include <QFont> #include <QFont>
@ -27,8 +28,6 @@
#include <QSettings> #include <QSettings>
#include <QTimer> #include <QTimer>
#include <application.h>
#include "promoe_config.h" #include "promoe_config.h"
TextScroller::TextScroller (QWidget *parent, uint w, TextScroller::TextScroller (QWidget *parent, uint w,

View file

@ -13,16 +13,17 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "mainwindow.h"
#include "titlebar.h" #include "titlebar.h"
#include "skindisplay.h"
#include "SkinChooser.h"
// #include "MedialibWindow.h"
#include "settingsdialog.h"
#include "pixmapbutton.h"
#include "BrowseDialog.h" #include "BrowseDialog.h"
#include "Skin.h" #include "mainwindow.h"
#include "skinmanager.h" #include "skinmanager.h"
#include "pixmapbutton.h"
#include "settingsdialog.h"
#include "skin.h"
#include "SkinChooser.h"
#include "skindisplay.h"
// #include "MedialibWindow.h"
#include <QMenu> #include <QMenu>
#include <QPainter> #include <QPainter>

View file

@ -14,7 +14,8 @@
*/ */
#include "playlistmenu.h" #include "playlistmenu.h"
#include "Skin.h"
#include "skin.h"
#include "skinmanager.h" #include "skinmanager.h"
#include <QMouseEvent> #include <QMouseEvent>

View file

@ -1,7 +1,7 @@
/** /**
* This file is a part of Promoe, an XMMS2 Client. * This file is a part of Promoe, an XMMS2 Client.
* *
* Copyright (C) 2005-2008 XMMS2 Team * Copyright (C) 2005-2010 XMMS2 Team
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
@ -16,8 +16,9 @@
#ifndef __PLAYLISTMENU_H__ #ifndef __PLAYLISTMENU_H__
#define __PLAYLISTMENU_H__ #define __PLAYLISTMENU_H__
#include <skin.h>
#include <QWidget> #include <QWidget>
#include "Skin.h"
class PlaylistMenu; class PlaylistMenu;

View file

@ -17,10 +17,10 @@
#include "xclientcache.h" #include "xclientcache.h"
#include "application.h" #include "application.h"
#include "pixmapbutton.h"
#include "playlistshade.h" #include "playlistshade.h"
#include "playlistwindow.h" #include "playlistwindow.h"
#include "pixmapbutton.h" #include "skin.h"
#include "Skin.h"
#include "skinmanager.h" #include "skinmanager.h"
#include <QSettings> #include <QSettings>

View file

@ -17,11 +17,11 @@
#include "xplayback.h" #include "xplayback.h"
#include "application.h" #include "application.h"
#include "entryinfo.h"
#include "playlistview.h" #include "playlistview.h"
#include "playlistmodel.h" #include "playlistmodel.h"
#include "playlistwidget.h" #include "playlistwidget.h"
#include "Skin.h" #include "skin.h"
#include "entryinfo.h"
#include "skinmanager.h" #include "skinmanager.h"
#include <QColor> #include <QColor>

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "Skin.h" #include "skin.h"
#include "SkinChooser.h" #include "SkinChooser.h"
#include "skinmanager.h" #include "skinmanager.h"

View file

@ -13,7 +13,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include "Skin.h" #include "skin.h"
#include <QDir> #include <QDir>
#include <QPainter> #include <QPainter>
@ -839,4 +839,4 @@ Skin::setPositions ()
// m_positions.insert (SLIDER_EQUALIZER_BGS, QPoint ()); // m_positions.insert (SLIDER_EQUALIZER_BGS, QPoint ());
} }
#include "Skin.moc" #include "skin.moc"

View file

@ -15,7 +15,7 @@
*/ */
#include "skinmanager.h" #include "skinmanager.h"
#include "Skin.h" #include "skin.h"
#include <QSettings> #include <QSettings>
#include <QDebug> #include <QDebug>