Theme Editor: Changed color to colour in preferences. Made parse tree viewer alterna...
commitf7f01c1486da60ffdb9681c3da5bdebf8e6409ca
authorbieber <bieber@a1c6a512-1295-4272-9138-f99709370657>
Tue, 15 Jun 2010 06:54:58 +0000 (15 06:54 +0000)
committerbieber <bieber@a1c6a512-1295-4272-9138-f99709370657>
Tue, 15 Jun 2010 06:54:58 +0000 (15 06:54 +0000)
treea6ef8001d797213e9dd81cd41c48f5065c33f3f0
parenteafde016d8a9b9d2dc3f768dbe12864e9b27af0f
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
13 files changed:
utils/themeeditor/configdocument.cpp [new file with mode: 0644]
utils/themeeditor/configdocument.h [new file with mode: 0644]
utils/themeeditor/configdocument.ui [new file with mode: 0644]
utils/themeeditor/editorwindow.cpp
utils/themeeditor/editorwindow.h
utils/themeeditor/editorwindow.ui
utils/themeeditor/preferencesdialog.ui
utils/themeeditor/projectmodel.cpp
utils/themeeditor/projectmodel.h
utils/themeeditor/skindocument.cpp
utils/themeeditor/skindocument.h
utils/themeeditor/tabcontent.h [new file with mode: 0644]
utils/themeeditor/themeeditor.pro