summaryrefslogtreecommitdiff
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-02 00:20:36 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-02 00:20:36 +0000
commit9742704070732aeaa9fa1287045a682db5cf4527 (patch)
treef459140aa86f7e61e574912fdba80241641feded /utils/themeeditor/themeeditor.pro
parent5633ece5a85a933a45de3896eb52bb3804849c3b (diff)
downloadrockbox-9742704070732aeaa9fa1287045a682db5cf4527.tar.gz
rockbox-9742704070732aeaa9fa1287045a682db5cf4527.zip
Theme Editor: Altered tag table entry for %pb to make image optional, implemented progress bar rendering in theme editor
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27229 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
-rw-r--r--utils/themeeditor/themeeditor.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 1e66faf88e..14fa73cc7d 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -44,7 +44,8 @@ HEADERS += models/parsetreemodel.h \
44 gui/devicestate.h \ 44 gui/devicestate.h \
45 findreplace/findreplaceform.h \ 45 findreplace/findreplaceform.h \
46 findreplace/findreplacedialog.h \ 46 findreplace/findreplacedialog.h \
47 graphics/rbalbumart.h 47 graphics/rbalbumart.h \
48 graphics/rbprogressbar.h
48SOURCES += main.cpp \ 49SOURCES += main.cpp \
49 models/parsetreemodel.cpp \ 50 models/parsetreemodel.cpp \
50 models/parsetreenode.cpp \ 51 models/parsetreenode.cpp \
@@ -64,7 +65,8 @@ SOURCES += main.cpp \
64 gui/devicestate.cpp \ 65 gui/devicestate.cpp \
65 findreplace/findreplaceform.cpp \ 66 findreplace/findreplaceform.cpp \
66 findreplace/findreplacedialog.cpp \ 67 findreplace/findreplacedialog.cpp \
67 graphics/rbalbumart.cpp 68 graphics/rbalbumart.cpp \
69 graphics/rbprogressbar.cpp
68OTHER_FILES += README \ 70OTHER_FILES += README \
69 resources/windowicon.png \ 71 resources/windowicon.png \
70 resources/appicon.xcf \ 72 resources/appicon.xcf \