From 9742704070732aeaa9fa1287045a682db5cf4527 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Fri, 2 Jul 2010 00:20:36 +0000 Subject: 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 --- utils/themeeditor/themeeditor.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 1e66faf..14fa73c 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -44,7 +44,8 @@ HEADERS += models/parsetreemodel.h \ gui/devicestate.h \ findreplace/findreplaceform.h \ findreplace/findreplacedialog.h \ - graphics/rbalbumart.h + graphics/rbalbumart.h \ + graphics/rbprogressbar.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -64,7 +65,8 @@ SOURCES += main.cpp \ gui/devicestate.cpp \ findreplace/findreplaceform.cpp \ findreplace/findreplacedialog.cpp \ - graphics/rbalbumart.cpp + graphics/rbalbumart.cpp \ + graphics/rbprogressbar.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ -- cgit v1.1