mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Theme Editor: Began implementing tabbing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26541 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9616389377
commit
e174a8ad8d
7 changed files with 136 additions and 28 deletions
|
|
@ -12,7 +12,8 @@ HEADERS += tag_table.h \
|
|||
parsetreemodel.h \
|
||||
parsetreenode.h \
|
||||
editorwindow.h \
|
||||
skinhighlighter.h
|
||||
skinhighlighter.h \
|
||||
skindocument.h
|
||||
SOURCES += tag_table.c \
|
||||
skin_parser.c \
|
||||
skin_scan.c \
|
||||
|
|
@ -21,7 +22,8 @@ SOURCES += tag_table.c \
|
|||
parsetreemodel.cpp \
|
||||
parsetreenode.cpp \
|
||||
editorwindow.cpp \
|
||||
skinhighlighter.cpp
|
||||
skinhighlighter.cpp \
|
||||
skindocument.cpp
|
||||
OTHER_FILES += README \
|
||||
resources/windowicon.png \
|
||||
resources/appicon.xcf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue