Time display reverse
both minus and numberdisplays clickable skin minus now visible drawing minus-line (skins without minus) in correct color. stop now contains minus as well.
This commit is contained in:
parent
73e283cc48
commit
beeaeb95b1
10 changed files with 170 additions and 17 deletions
|
@ -8,6 +8,7 @@ SOURCES += XmmsQT4.cpp \
|
|||
Button.cpp \
|
||||
TextBar.cpp \
|
||||
NumberDisplay.cpp \
|
||||
TimeDisplay.cpp \
|
||||
XMMSHandler.cpp \
|
||||
SmallNumberDisplay.cpp \
|
||||
StereoMono.cpp \
|
||||
|
@ -37,6 +38,7 @@ HEADERS += XmmsQT4.h \
|
|||
Button.h \
|
||||
TextBar.h \
|
||||
NumberDisplay.h \
|
||||
TimeDisplay.h \
|
||||
XMMSHandler.h \
|
||||
SmallNumberDisplay.h \
|
||||
StereoMono.h \
|
||||
|
@ -68,7 +70,7 @@ QMAKE_LFLAGS += -L$$[QT_INSTALL_PLUGINS]/imageformats
|
|||
CONFIG += link_pkgconfig
|
||||
|
||||
;QMAKE_CXXFLAGS += -g
|
||||
CONFIG += debug warn_on
|
||||
;CONFIG += debug warn_on
|
||||
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-parameter
|
||||
PKGCONFIG += xmms2-client xmms2-client-cpp sigc++-2.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue