Moved some files and minor cleanups
Before Width: | Height: | Size: 822 B |
Before Width: | Height: | Size: 593 B |
Before Width: | Height: | Size: 1.6 KiB |
|
@ -1,8 +0,0 @@
|
|||
[Text]
|
||||
Normal=#6D766F
|
||||
Current=#E9F0EA
|
||||
NormalBG=#B7C2B9
|
||||
SelectedBG=#A9B4AB
|
||||
Font=Tahoma
|
||||
mbBG=#013665
|
||||
mbFG=#74D0FD
|
|
@ -1,11 +0,0 @@
|
|||
:: CleanAMP ::
|
||||
|
||||
My first serious Winamp2 skin.
|
||||
Hope you'll like it.
|
||||
|
||||
http://www.al-x.as.ro
|
||||
http://alexxp.deviantart.com
|
||||
|
||||
e-mail : alx1984@gmail.com
|
||||
|
||||
Copyright © al-x(2005)
|
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 158 B |
Before Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 995 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 636 B |
Before Width: | Height: | Size: 3.2 KiB |
|
@ -1,29 +0,0 @@
|
|||
183,194,185,
|
||||
183,194,185,
|
||||
7,8,7,
|
||||
17,19,17,
|
||||
28,30,28,
|
||||
39,41,39,
|
||||
49,52,50,
|
||||
60,64,60,
|
||||
71,75,71,
|
||||
81,86,82,
|
||||
92,97,93,
|
||||
103,108,104,
|
||||
113,119,115,
|
||||
124,131,125,
|
||||
134,142,136,
|
||||
145,153,147,
|
||||
156,164,158,
|
||||
167,176,169,
|
||||
124,131,125,
|
||||
134,142,136,
|
||||
145,153,147,
|
||||
156,164,158,
|
||||
167,176,169,
|
||||
109,118,111,
|
||||
|
||||
|
||||
This file modified by Winamp Vis Toolkit
|
||||
by Andrew Mackowski
|
||||
http://home.pacbell.net/mackowsk
|
|
@ -13,7 +13,7 @@
|
|||
#include "PosBar.h"
|
||||
#include "PlayStatus.h"
|
||||
#include "VolumeSlider.h"
|
||||
#include "Playlist.h"
|
||||
#include "playlist.h"
|
||||
#include "ClutterBar.h"
|
||||
|
||||
#include <QFileDialog>
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
#include "ServerBrowser.h"
|
||||
#endif
|
||||
|
||||
#include "Playlist.h"
|
||||
#include "playlist.h"
|
||||
#include "MainDisplay.h"
|
||||
#include "ShadedDisplay.h"
|
||||
#include "Equalizer.h"
|
||||
#include "equalizer.h"
|
||||
|
||||
#include <QSettings>
|
||||
#include <QIcon>
|
||||
|
|
|
@ -553,7 +553,7 @@ Skin::BuildNumbers (void)
|
|||
if(img)
|
||||
{
|
||||
for (uint i = 0; i < num; i++) {
|
||||
m_numbers[i] = img->copy (i*9, 0, 9, 13);
|
||||
m_numbers[i] = img->copy (i*9, 0, 9, qMin (13, img->height ()));
|
||||
}
|
||||
delete img;
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include "TitleBar.h"
|
||||
#include "Display.h"
|
||||
#include "SkinChooser.h"
|
||||
#include "MedialibWindow.h"
|
||||
// #include "MedialibWindow.h"
|
||||
#include "SettingsWindow.h"
|
||||
#include "Button.h"
|
||||
#include "BrowseDialog.h"
|
||||
|
|
2
src/attic/README
Normal file
|
@ -0,0 +1,2 @@
|
|||
The files in this directory are not used at the moment.
|
||||
They might be included again at a later time or removed
|
|
@ -1,6 +1,6 @@
|
|||
#include "MainWindow.h"
|
||||
#include "TitleBar.h"
|
||||
#include "Equalizer.h"
|
||||
#include "equalizer.h"
|
||||
#include "Button.h"
|
||||
#include "VolumeSlider.h"
|
||||
|
||||
|
@ -17,8 +17,6 @@ EqualizerWindow::EqualizerWindow (QWidget *parent) : QMainWindow (parent)
|
|||
setCentralWidget (m_equalizer);
|
||||
|
||||
setFixedSize (275, 116);
|
||||
// setMinimumSize (275, 116);
|
||||
// setMaximumSize (275, 116);
|
||||
}
|
||||
|
||||
EqualizerWindow::~EqualizerWindow (void)
|
6
src/equalizer/equalizer.pri
Normal file
|
@ -0,0 +1,6 @@
|
|||
HEADERS += equalizer.h
|
||||
|
||||
SOURCES += equalizer.cpp
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
DEPENDPATH += $$PWD
|
BIN
src/icon.png
Before Width: | Height: | Size: 2.2 KiB |
BIN
src/noalbum.png
Before Width: | Height: | Size: 4.2 KiB |
BIN
src/noartist.png
Before Width: | Height: | Size: 4.2 KiB |
BIN
src/nocover.png
Before Width: | Height: | Size: 4.2 KiB |
BIN
src/nosong.png
Before Width: | Height: | Size: 4.2 KiB |
|
@ -1,11 +1,11 @@
|
|||
#include "MainWindow.h"
|
||||
#include "BrowseDialog.h"
|
||||
#include "Playlist.h"
|
||||
#include "PlaylistView.h"
|
||||
#include "playlist.h"
|
||||
#include "playlistview.h"
|
||||
#include "playlistmodel.h"
|
||||
|
||||
#include "PlaylistShade.h"
|
||||
#include "PlaylistMenu.h"
|
||||
#include "playlistshade.h"
|
||||
#include "playlistmenu.h"
|
||||
#include "FileDialog.h"
|
||||
|
||||
#include <QMouseEvent>
|
||||
|
@ -311,8 +311,8 @@ PlaylistWidget::PlaylistWidget (QWidget *parent) : QWidget (parent)
|
|||
/*
|
||||
* This is a hack to make PlaylistScrollBar work with PlaylistView.
|
||||
* It is necessery because of limitations and at least one Bug in the
|
||||
* QT library (as of Version 4.3
|
||||
* TODO: This might in a future Qt version. Try to find a better solution
|
||||
* QT library (as of Version 4.3)
|
||||
* TODO: This might break in a future Qt version. Try to find a better solution
|
||||
*/
|
||||
m_scrollBar = new PlaylistScrollBar (this);
|
||||
m_view->setVerticalScrollBar (m_scrollBar);
|
12
src/playlist/playlist.pri
Normal file
|
@ -0,0 +1,12 @@
|
|||
HEADERS += playlist.h \
|
||||
playlistmenu.h \
|
||||
playlistshade.h \
|
||||
playlistview.h
|
||||
|
||||
SOURCES += playlist.cpp \
|
||||
playlistmenu.cpp \
|
||||
playlistshade.cpp \
|
||||
playlistview.cpp
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
DEPENDPATH += $$PWD
|
|
@ -1,4 +1,4 @@
|
|||
#include "PlaylistMenu.h"
|
||||
#include "playlistmenu.h"
|
||||
|
||||
#include <QMouseEvent>
|
||||
#include <QWidget>
|
|
@ -1,8 +1,8 @@
|
|||
#include "XMMSHandler.h"
|
||||
#include <xmmsclient/xmmsclient++.h>
|
||||
|
||||
#include "PlaylistShade.h"
|
||||
#include "Playlist.h"
|
||||
#include "playlistshade.h"
|
||||
#include "playlist.h"
|
||||
|
||||
#include <QSettings>
|
||||
|
|
@ -2,9 +2,9 @@
|
|||
#include <xmmsclient/xmmsclient++.h>
|
||||
#include "XMMSHandler.h"
|
||||
|
||||
#include "PlaylistView.h"
|
||||
#include "playlistview.h"
|
||||
#include "playlistmodel.h"
|
||||
#include "Playlist.h"
|
||||
#include "playlist.h"
|
||||
|
||||
#include <QColor>
|
||||
#include <QMenu>
|
|
@ -1,30 +0,0 @@
|
|||
<!DOCTYPE RCC><RCC version="1.0">
|
||||
<qresource>
|
||||
<file>icon.png</file>
|
||||
<file>noartist.png</file>
|
||||
<file>nosong.png</file>
|
||||
<file>noalbum.png</file>
|
||||
<file>CleanAMP/Eq_ex.png</file>
|
||||
<file>CleanAMP/GENEX.png</file>
|
||||
<file>CleanAMP/Gen.png</file>
|
||||
<file>CleanAMP/monoster.png</file>
|
||||
<file>CleanAMP/PLEDIT.TXT</file>
|
||||
<file>CleanAMP/ReadMe.txt</file>
|
||||
<file>CleanAMP/Thumbs.db</file>
|
||||
<file>CleanAMP/VIDEO.png</file>
|
||||
<file>CleanAMP/Volume.png</file>
|
||||
<file>CleanAMP/balance.png</file>
|
||||
<file>CleanAMP/cbuttons.png</file>
|
||||
<file>CleanAMP/eqmain.png</file>
|
||||
<file>CleanAMP/main.png</file>
|
||||
<file>CleanAMP/mb.png</file>
|
||||
<file>CleanAMP/numbers.png</file>
|
||||
<file>CleanAMP/playpaus.png</file>
|
||||
<file>CleanAMP/pledit.png</file>
|
||||
<file>CleanAMP/posbar.png</file>
|
||||
<file>CleanAMP/shufrep.png</file>
|
||||
<file>CleanAMP/text.png</file>
|
||||
<file>CleanAMP/titlebar.png</file>
|
||||
<file>CleanAMP/viscolor.txt</file>
|
||||
</qresource>
|
||||
</RCC>
|
53
src/src.pri
Normal file
|
@ -0,0 +1,53 @@
|
|||
include($$PWD/playlist/playlist.pri)
|
||||
include($$PWD/equalizer/equalizer.pri)
|
||||
|
||||
HEADERS += PixWidget.h \
|
||||
Skin.h \
|
||||
MainWindow.h \
|
||||
Display.h \
|
||||
MainDisplay.h \
|
||||
TitleBar.h \
|
||||
Button.h \
|
||||
TextBar.h \
|
||||
NumberDisplay.h \
|
||||
TimeDisplay.h \
|
||||
XMMSHandler.h \
|
||||
SmallNumberDisplay.h \
|
||||
StereoMono.h \
|
||||
PosBar.h \
|
||||
PlayStatus.h \
|
||||
ShadedDisplay.h \
|
||||
SkinChooser.h \
|
||||
SettingsWindow.h \
|
||||
VolumeSlider.h \
|
||||
ClutterBar.h \
|
||||
FileDialog.h \
|
||||
BrowseModel.h \
|
||||
BrowseDialog.h
|
||||
|
||||
SOURCES += PixWidget.cpp \
|
||||
Skin.cpp \
|
||||
MainWindow.cpp \
|
||||
Display.cpp \
|
||||
MainDisplay.cpp \
|
||||
TitleBar.cpp \
|
||||
Button.cpp \
|
||||
TextBar.cpp \
|
||||
NumberDisplay.cpp \
|
||||
TimeDisplay.cpp \
|
||||
XMMSHandler.cpp \
|
||||
SmallNumberDisplay.cpp \
|
||||
StereoMono.cpp \
|
||||
PosBar.cpp \
|
||||
PlayStatus.cpp \
|
||||
ShadedDisplay.cpp \
|
||||
SkinChooser.cpp \
|
||||
SettingsWindow.cpp \
|
||||
VolumeSlider.cpp \
|
||||
ClutterBar.cpp \
|
||||
FileDialog.cpp \
|
||||
BrowseModel.cpp \
|
||||
BrowseDialog.cpp
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
DEPENDPATH += $$PWD
|
64
src/src.pro
|
@ -6,71 +6,15 @@ COMPONENTS+=../lib/liblib.a
|
|||
LIBS += $$COMPONENTS
|
||||
PRE_TARGETDEPS = $$COMPONENTS
|
||||
|
||||
SOURCES += PixWidget.cpp \
|
||||
Skin.cpp \
|
||||
MainWindow.cpp \
|
||||
Display.cpp \
|
||||
MainDisplay.cpp \
|
||||
TitleBar.cpp \
|
||||
Button.cpp \
|
||||
TextBar.cpp \
|
||||
NumberDisplay.cpp \
|
||||
TimeDisplay.cpp \
|
||||
XMMSHandler.cpp \
|
||||
SmallNumberDisplay.cpp \
|
||||
StereoMono.cpp \
|
||||
PosBar.cpp \
|
||||
PlayStatus.cpp \
|
||||
ShadedDisplay.cpp \
|
||||
Playlist.cpp \
|
||||
PlaylistView.cpp \
|
||||
SkinChooser.cpp \
|
||||
PlaylistShade.cpp \
|
||||
qtmd5.cpp \
|
||||
SettingsWindow.cpp \
|
||||
PlaylistMenu.cpp \
|
||||
VolumeSlider.cpp \
|
||||
ClutterBar.cpp \
|
||||
Equalizer.cpp \
|
||||
FileDialog.cpp \
|
||||
BrowseModel.cpp \
|
||||
BrowseDialog.cpp
|
||||
MOC_DIR = .moc
|
||||
OBJECTS_DIR = .obj
|
||||
|
||||
|
||||
HEADERS += PixWidget.h \
|
||||
Skin.h \
|
||||
MainWindow.h \
|
||||
Display.h \
|
||||
MainDisplay.h \
|
||||
TitleBar.h \
|
||||
Button.h \
|
||||
TextBar.h \
|
||||
NumberDisplay.h \
|
||||
TimeDisplay.h \
|
||||
XMMSHandler.h \
|
||||
SmallNumberDisplay.h \
|
||||
StereoMono.h \
|
||||
PosBar.h \
|
||||
PlayStatus.h \
|
||||
ShadedDisplay.h \
|
||||
Playlist.h \
|
||||
PlaylistView.h \
|
||||
SkinChooser.h \
|
||||
PlaylistShade.h \
|
||||
qtmd5.h \
|
||||
SettingsWindow.h \
|
||||
PlaylistMenu.h \
|
||||
VolumeSlider.h \
|
||||
ClutterBar.h \
|
||||
Equalizer.h \
|
||||
FileDialog.h \
|
||||
BrowseModel.h \
|
||||
BrowseDialog.h
|
||||
include(src.pri)
|
||||
|
||||
TARGET = promoe
|
||||
DESTDIR = $$PWD/..
|
||||
|
||||
RESOURCES = promoe.qrc
|
||||
RESOURCES += ../data/promoe.qrc
|
||||
macx:RC_FILE = promoe.icns
|
||||
macx:INCLUDEPATH = /sw/include
|
||||
|
||||
|
|