1
0
Fork 0
forked from len0rd/rockbox

Theme Editor: Began in implementing tag rendering, %X tag now recognized

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27043 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Robert Bieber 2010-06-22 07:55:50 +00:00
parent 08d09e678f
commit ac9287bdb5
11 changed files with 177 additions and 18 deletions

View file

@ -37,7 +37,8 @@ HEADERS += models/parsetreemodel.h \
gui/skinviewer.h \
graphics/rbscreen.h \
graphics/rbviewport.h \
graphics/rbrenderinfo.h
graphics/rbrenderinfo.h \
graphics/rbimage.h
SOURCES += main.cpp \
models/parsetreemodel.cpp \
models/parsetreenode.cpp \
@ -51,7 +52,8 @@ SOURCES += main.cpp \
gui/skinviewer.cpp \
graphics/rbscreen.cpp \
graphics/rbviewport.cpp \
graphics/rbrenderinfo.cpp
graphics/rbrenderinfo.cpp \
graphics/rbimage.cpp
OTHER_FILES += README \
resources/windowicon.png \
resources/appicon.xcf \