summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-07 03:25:40 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-07 03:25:40 +0000
commit53b619c6e80c9efc6993c23ff7b1035e8e101834 (patch)
tree7bca9e3845748332c0e6288b5704e9b004f41a22 /utils/themeeditor/themeeditor.pro
parentfbfdaf5c79c664a6ec47b1c3a131577e77efbbd0 (diff)
downloadrockbox-53b619c6e80c9efc6993c23ff7b1035e8e101834.tar.gz
rockbox-53b619c6e80c9efc6993c23ff7b1035e8e101834.zip
Theme Editor: Added a preferences dialog and allowed modification of the syntax highlighting and editor colors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26640 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
-rw-r--r--utils/themeeditor/themeeditor.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index ef32a3e56e..fe83d6bbf5 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -13,7 +13,8 @@ HEADERS += tag_table.h \
parsetreenode.h \
editorwindow.h \
skinhighlighter.h \
- skindocument.h
+ skindocument.h \
+ preferencesdialog.h
SOURCES += tag_table.c \
skin_parser.c \
skin_scan.c \
@@ -23,7 +24,8 @@ SOURCES += tag_table.c \
parsetreenode.cpp \
editorwindow.cpp \
skinhighlighter.cpp \
- skindocument.cpp
+ skindocument.cpp \
+ preferencesdialog.cpp
OTHER_FILES += README \
resources/windowicon.png \
resources/appicon.xcf \
@@ -31,5 +33,6 @@ OTHER_FILES += README \
resources/document-save.png \
resources/document-open.png \
resources/document-new.png
-FORMS += editorwindow.ui
+FORMS += editorwindow.ui \
+ preferencesdialog.ui
RESOURCES += resources.qrc