From 2e320f66f4f3c831dcfd232b33da0e6ab6dd7dd0 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 15 Jun 2010 06:54:58 +0000 Subject: Theme Editor: Changed color to colour in preferences. Made parse tree viewer alternate line colors and auto-scroll/expand with cursor in editor window. Implemented TabContent abstract class so that more than just skin documents can be loaded in tabs. Made SkinDocument implement TabContent. Began implementing ConfigDocument for editing configuration files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26851 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/themeeditor.pro | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 128f56996d..c336edf2f5 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -16,7 +16,9 @@ HEADERS += tag_table.h \ skindocument.h \ preferencesdialog.h \ codeeditor.h \ - projectmodel.h + projectmodel.h \ + tabcontent.h \ + configdocument.h SOURCES += tag_table.c \ skin_parser.c \ skin_scan.c \ @@ -29,7 +31,8 @@ SOURCES += tag_table.c \ skindocument.cpp \ preferencesdialog.cpp \ codeeditor.cpp \ - projectmodel.cpp + projectmodel.cpp \ + configdocument.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ @@ -38,5 +41,6 @@ OTHER_FILES += README \ resources/document-open.png \ resources/document-new.png FORMS += editorwindow.ui \ - preferencesdialog.ui + preferencesdialog.ui \ + configdocument.ui RESOURCES += resources.qrc -- cgit v1.2.3