summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-17 05:37:01 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-17 05:37:01 +0000
commitca564287ee3f48945d45c7d92be7a83452f53745 (patch)
treed6e502bb604f925240a742b3bac2c813a98c447b
parentba07b2055c7eb8f2add96f55cb52b40b9ccb3d63 (diff)
downloadrockbox-ca564287ee3f48945d45c7d92be7a83452f53745.tar.gz
rockbox-ca564287ee3f48945d45c7d92be7a83452f53745.zip
Theme Editor: Moved source files into subdirectories
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26876 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--utils/themeeditor/gui/codeeditor.cpp (renamed from utils/themeeditor/codeeditor.cpp)0
-rw-r--r--utils/themeeditor/gui/codeeditor.h (renamed from utils/themeeditor/codeeditor.h)0
-rw-r--r--utils/themeeditor/gui/configdocument.cpp (renamed from utils/themeeditor/configdocument.cpp)0
-rw-r--r--utils/themeeditor/gui/configdocument.h (renamed from utils/themeeditor/configdocument.h)0
-rw-r--r--utils/themeeditor/gui/configdocument.ui (renamed from utils/themeeditor/configdocument.ui)0
-rw-r--r--utils/themeeditor/gui/editorwindow.cpp (renamed from utils/themeeditor/editorwindow.cpp)0
-rw-r--r--utils/themeeditor/gui/editorwindow.h (renamed from utils/themeeditor/editorwindow.h)0
-rw-r--r--utils/themeeditor/gui/editorwindow.ui (renamed from utils/themeeditor/editorwindow.ui)0
-rw-r--r--utils/themeeditor/gui/preferencesdialog.cpp (renamed from utils/themeeditor/preferencesdialog.cpp)0
-rw-r--r--utils/themeeditor/gui/preferencesdialog.h (renamed from utils/themeeditor/preferencesdialog.h)0
-rw-r--r--utils/themeeditor/gui/preferencesdialog.ui (renamed from utils/themeeditor/preferencesdialog.ui)0
-rw-r--r--utils/themeeditor/gui/skindocument.cpp (renamed from utils/themeeditor/skindocument.cpp)0
-rw-r--r--utils/themeeditor/gui/skindocument.h (renamed from utils/themeeditor/skindocument.h)0
-rw-r--r--utils/themeeditor/gui/skinhighlighter.cpp (renamed from utils/themeeditor/skinhighlighter.cpp)0
-rw-r--r--utils/themeeditor/gui/skinhighlighter.h (renamed from utils/themeeditor/skinhighlighter.h)0
-rw-r--r--utils/themeeditor/gui/skinviewer.cpp (renamed from utils/themeeditor/skinviewer.cpp)0
-rw-r--r--utils/themeeditor/gui/skinviewer.h (renamed from utils/themeeditor/skinviewer.h)0
-rw-r--r--utils/themeeditor/gui/skinviewer.ui (renamed from utils/themeeditor/skinviewer.ui)0
-rw-r--r--utils/themeeditor/gui/tabcontent.h (renamed from utils/themeeditor/tabcontent.h)0
-rw-r--r--utils/themeeditor/models/parsetreemodel.cpp (renamed from utils/themeeditor/parsetreemodel.cpp)0
-rw-r--r--utils/themeeditor/models/parsetreemodel.h (renamed from utils/themeeditor/parsetreemodel.h)0
-rw-r--r--utils/themeeditor/models/parsetreenode.cpp (renamed from utils/themeeditor/parsetreenode.cpp)0
-rw-r--r--utils/themeeditor/models/parsetreenode.h (renamed from utils/themeeditor/parsetreenode.h)0
-rw-r--r--utils/themeeditor/models/projectmodel.cpp (renamed from utils/themeeditor/projectmodel.cpp)0
-rw-r--r--utils/themeeditor/models/projectmodel.h (renamed from utils/themeeditor/projectmodel.h)0
-rw-r--r--utils/themeeditor/parser/skin_debug.c (renamed from utils/themeeditor/skin_debug.c)0
-rw-r--r--utils/themeeditor/parser/skin_debug.h (renamed from utils/themeeditor/skin_debug.h)0
-rw-r--r--utils/themeeditor/parser/skin_parser.c (renamed from utils/themeeditor/skin_parser.c)0
-rw-r--r--utils/themeeditor/parser/skin_parser.h (renamed from utils/themeeditor/skin_parser.h)0
-rw-r--r--utils/themeeditor/parser/skin_scan.c (renamed from utils/themeeditor/skin_scan.c)0
-rw-r--r--utils/themeeditor/parser/skin_scan.h (renamed from utils/themeeditor/skin_scan.h)0
-rw-r--r--utils/themeeditor/parser/symbols.h (renamed from utils/themeeditor/symbols.h)0
-rw-r--r--utils/themeeditor/parser/tag_table.c (renamed from utils/themeeditor/tag_table.c)0
-rw-r--r--utils/themeeditor/parser/tag_table.h (renamed from utils/themeeditor/tag_table.h)0
-rw-r--r--utils/themeeditor/themeeditor.pro74
35 files changed, 40 insertions, 34 deletions
diff --git a/utils/themeeditor/codeeditor.cpp b/utils/themeeditor/gui/codeeditor.cpp
index 49f441057c..49f441057c 100644
--- a/utils/themeeditor/codeeditor.cpp
+++ b/utils/themeeditor/gui/codeeditor.cpp
diff --git a/utils/themeeditor/codeeditor.h b/utils/themeeditor/gui/codeeditor.h
index 1771e31051..1771e31051 100644
--- a/utils/themeeditor/codeeditor.h
+++ b/utils/themeeditor/gui/codeeditor.h
diff --git a/utils/themeeditor/configdocument.cpp b/utils/themeeditor/gui/configdocument.cpp
index a897d3b9e3..a897d3b9e3 100644
--- a/utils/themeeditor/configdocument.cpp
+++ b/utils/themeeditor/gui/configdocument.cpp
diff --git a/utils/themeeditor/configdocument.h b/utils/themeeditor/gui/configdocument.h
index 8493c7a138..8493c7a138 100644
--- a/utils/themeeditor/configdocument.h
+++ b/utils/themeeditor/gui/configdocument.h
diff --git a/utils/themeeditor/configdocument.ui b/utils/themeeditor/gui/configdocument.ui
index e2f9e7fb21..e2f9e7fb21 100644
--- a/utils/themeeditor/configdocument.ui
+++ b/utils/themeeditor/gui/configdocument.ui
diff --git a/utils/themeeditor/editorwindow.cpp b/utils/themeeditor/gui/editorwindow.cpp
index 675520dc28..675520dc28 100644
--- a/utils/themeeditor/editorwindow.cpp
+++ b/utils/themeeditor/gui/editorwindow.cpp
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/gui/editorwindow.h
index 6f73735100..6f73735100 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/gui/editorwindow.h
diff --git a/utils/themeeditor/editorwindow.ui b/utils/themeeditor/gui/editorwindow.ui
index 10e2c524c6..10e2c524c6 100644
--- a/utils/themeeditor/editorwindow.ui
+++ b/utils/themeeditor/gui/editorwindow.ui
diff --git a/utils/themeeditor/preferencesdialog.cpp b/utils/themeeditor/gui/preferencesdialog.cpp
index 8cd9665779..8cd9665779 100644
--- a/utils/themeeditor/preferencesdialog.cpp
+++ b/utils/themeeditor/gui/preferencesdialog.cpp
diff --git a/utils/themeeditor/preferencesdialog.h b/utils/themeeditor/gui/preferencesdialog.h
index e28a830751..e28a830751 100644
--- a/utils/themeeditor/preferencesdialog.h
+++ b/utils/themeeditor/gui/preferencesdialog.h
diff --git a/utils/themeeditor/preferencesdialog.ui b/utils/themeeditor/gui/preferencesdialog.ui
index 1da7811b62..1da7811b62 100644
--- a/utils/themeeditor/preferencesdialog.ui
+++ b/utils/themeeditor/gui/preferencesdialog.ui
diff --git a/utils/themeeditor/skindocument.cpp b/utils/themeeditor/gui/skindocument.cpp
index 82c7106051..82c7106051 100644
--- a/utils/themeeditor/skindocument.cpp
+++ b/utils/themeeditor/gui/skindocument.cpp
diff --git a/utils/themeeditor/skindocument.h b/utils/themeeditor/gui/skindocument.h
index c6449ca627..c6449ca627 100644
--- a/utils/themeeditor/skindocument.h
+++ b/utils/themeeditor/gui/skindocument.h
diff --git a/utils/themeeditor/skinhighlighter.cpp b/utils/themeeditor/gui/skinhighlighter.cpp
index 25a479f815..25a479f815 100644
--- a/utils/themeeditor/skinhighlighter.cpp
+++ b/utils/themeeditor/gui/skinhighlighter.cpp
diff --git a/utils/themeeditor/skinhighlighter.h b/utils/themeeditor/gui/skinhighlighter.h
index 4d5c68ba52..4d5c68ba52 100644
--- a/utils/themeeditor/skinhighlighter.h
+++ b/utils/themeeditor/gui/skinhighlighter.h
diff --git a/utils/themeeditor/skinviewer.cpp b/utils/themeeditor/gui/skinviewer.cpp
index 152450e149..152450e149 100644
--- a/utils/themeeditor/skinviewer.cpp
+++ b/utils/themeeditor/gui/skinviewer.cpp
diff --git a/utils/themeeditor/skinviewer.h b/utils/themeeditor/gui/skinviewer.h
index 599a204fd7..599a204fd7 100644
--- a/utils/themeeditor/skinviewer.h
+++ b/utils/themeeditor/gui/skinviewer.h
diff --git a/utils/themeeditor/skinviewer.ui b/utils/themeeditor/gui/skinviewer.ui
index ed260d0650..ed260d0650 100644
--- a/utils/themeeditor/skinviewer.ui
+++ b/utils/themeeditor/gui/skinviewer.ui
diff --git a/utils/themeeditor/tabcontent.h b/utils/themeeditor/gui/tabcontent.h
index 1b153f7df5..1b153f7df5 100644
--- a/utils/themeeditor/tabcontent.h
+++ b/utils/themeeditor/gui/tabcontent.h
diff --git a/utils/themeeditor/parsetreemodel.cpp b/utils/themeeditor/models/parsetreemodel.cpp
index a709ea762f..a709ea762f 100644
--- a/utils/themeeditor/parsetreemodel.cpp
+++ b/utils/themeeditor/models/parsetreemodel.cpp
diff --git a/utils/themeeditor/parsetreemodel.h b/utils/themeeditor/models/parsetreemodel.h
index 55af549e6c..55af549e6c 100644
--- a/utils/themeeditor/parsetreemodel.h
+++ b/utils/themeeditor/models/parsetreemodel.h
diff --git a/utils/themeeditor/parsetreenode.cpp b/utils/themeeditor/models/parsetreenode.cpp
index 397031aee1..397031aee1 100644
--- a/utils/themeeditor/parsetreenode.cpp
+++ b/utils/themeeditor/models/parsetreenode.cpp
diff --git a/utils/themeeditor/parsetreenode.h b/utils/themeeditor/models/parsetreenode.h
index 7a0807bb0d..7a0807bb0d 100644
--- a/utils/themeeditor/parsetreenode.h
+++ b/utils/themeeditor/models/parsetreenode.h
diff --git a/utils/themeeditor/projectmodel.cpp b/utils/themeeditor/models/projectmodel.cpp
index 632e0aa075..632e0aa075 100644
--- a/utils/themeeditor/projectmodel.cpp
+++ b/utils/themeeditor/models/projectmodel.cpp
diff --git a/utils/themeeditor/projectmodel.h b/utils/themeeditor/models/projectmodel.h
index 6623917420..6623917420 100644
--- a/utils/themeeditor/projectmodel.h
+++ b/utils/themeeditor/models/projectmodel.h
diff --git a/utils/themeeditor/skin_debug.c b/utils/themeeditor/parser/skin_debug.c
index 549f7b9e6c..549f7b9e6c 100644
--- a/utils/themeeditor/skin_debug.c
+++ b/utils/themeeditor/parser/skin_debug.c
diff --git a/utils/themeeditor/skin_debug.h b/utils/themeeditor/parser/skin_debug.h
index a550dc4c7b..a550dc4c7b 100644
--- a/utils/themeeditor/skin_debug.h
+++ b/utils/themeeditor/parser/skin_debug.h
diff --git a/utils/themeeditor/skin_parser.c b/utils/themeeditor/parser/skin_parser.c
index 93a71919bf..93a71919bf 100644
--- a/utils/themeeditor/skin_parser.c
+++ b/utils/themeeditor/parser/skin_parser.c
diff --git a/utils/themeeditor/skin_parser.h b/utils/themeeditor/parser/skin_parser.h
index 1fc4a7ae6b..1fc4a7ae6b 100644
--- a/utils/themeeditor/skin_parser.h
+++ b/utils/themeeditor/parser/skin_parser.h
diff --git a/utils/themeeditor/skin_scan.c b/utils/themeeditor/parser/skin_scan.c
index 79f7162aab..79f7162aab 100644
--- a/utils/themeeditor/skin_scan.c
+++ b/utils/themeeditor/parser/skin_scan.c
diff --git a/utils/themeeditor/skin_scan.h b/utils/themeeditor/parser/skin_scan.h
index b1d04a6e34..b1d04a6e34 100644
--- a/utils/themeeditor/skin_scan.h
+++ b/utils/themeeditor/parser/skin_scan.h
diff --git a/utils/themeeditor/symbols.h b/utils/themeeditor/parser/symbols.h
index b4f31289ef..b4f31289ef 100644
--- a/utils/themeeditor/symbols.h
+++ b/utils/themeeditor/parser/symbols.h
diff --git a/utils/themeeditor/tag_table.c b/utils/themeeditor/parser/tag_table.c
index 6d82b47cc3..6d82b47cc3 100644
--- a/utils/themeeditor/tag_table.c
+++ b/utils/themeeditor/parser/tag_table.c
diff --git a/utils/themeeditor/tag_table.h b/utils/themeeditor/parser/tag_table.h
index ec9a1021ab..ec9a1021ab 100644
--- a/utils/themeeditor/tag_table.h
+++ b/utils/themeeditor/parser/tag_table.h
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index ef3f4995ff..213bcd82d3 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -4,37 +4,43 @@ OBJECTS_DIR = $$MYBUILDDIR/o
4UI_DIR = $$MYBUILDDIR/ui 4UI_DIR = $$MYBUILDDIR/ui
5MOC_DIR = $$MYBUILDDIR/moc 5MOC_DIR = $$MYBUILDDIR/moc
6RCC_DIR = $$MYBUILDDIR/rcc 6RCC_DIR = $$MYBUILDDIR/rcc
7HEADERS += tag_table.h \ 7
8 symbols.h \ 8#Include directories
9 skin_parser.h \ 9INCLUDEPATH += gui
10 skin_scan.h \ 10INCLUDEPATH += parser
11 skin_debug.h \ 11INCLUDEPATH += models
12 parsetreemodel.h \ 12
13 parsetreenode.h \ 13HEADERS += parser/tag_table.h \
14 editorwindow.h \ 14 parser/symbols.h \
15 skinhighlighter.h \ 15 parser/skin_parser.h \
16 skindocument.h \ 16 parser/skin_scan.h \
17 preferencesdialog.h \ 17 parser/skin_debug.h \
18 codeeditor.h \ 18 models/parsetreemodel.h \
19 projectmodel.h \ 19 models/parsetreenode.h \
20 tabcontent.h \ 20 gui/editorwindow.h \
21 configdocument.h \ 21 gui/skinhighlighter.h \
22 skinviewer.h 22 gui/skindocument.h \
23SOURCES += tag_table.c \ 23 gui/preferencesdialog.h \
24 skin_parser.c \ 24 gui/codeeditor.h \
25 skin_scan.c \ 25 models/projectmodel.h \
26 skin_debug.c \ 26 gui/tabcontent.h \
27 gui/configdocument.h \
28 gui/skinviewer.h
29SOURCES += parser/tag_table.c \
30 parser/skin_parser.c \
31 parser/skin_scan.c \
32 parser/skin_debug.c \
27 main.cpp \ 33 main.cpp \
28 parsetreemodel.cpp \ 34 models/parsetreemodel.cpp \
29 parsetreenode.cpp \ 35 models/parsetreenode.cpp \
30 editorwindow.cpp \ 36 gui/editorwindow.cpp \
31 skinhighlighter.cpp \ 37 gui/skinhighlighter.cpp \
32 skindocument.cpp \ 38 gui/skindocument.cpp \
33 preferencesdialog.cpp \ 39 gui/preferencesdialog.cpp \
34 codeeditor.cpp \ 40 gui/codeeditor.cpp \
35 projectmodel.cpp \ 41 models/projectmodel.cpp \
36 configdocument.cpp \ 42 gui/configdocument.cpp \
37 skinviewer.cpp 43 gui/skinviewer.cpp
38OTHER_FILES += README \ 44OTHER_FILES += README \
39 resources/windowicon.png \ 45 resources/windowicon.png \
40 resources/appicon.xcf \ 46 resources/appicon.xcf \
@@ -42,8 +48,8 @@ OTHER_FILES += README \
42 resources/document-save.png \ 48 resources/document-save.png \
43 resources/document-open.png \ 49 resources/document-open.png \
44 resources/document-new.png 50 resources/document-new.png
45FORMS += editorwindow.ui \ 51FORMS += gui/editorwindow.ui \
46 preferencesdialog.ui \ 52 gui/preferencesdialog.ui \
47 configdocument.ui \ 53 gui/configdocument.ui \
48 skinviewer.ui 54 gui/skinviewer.ui
49RESOURCES += resources.qrc 55RESOURCES += resources.qrc