summaryrefslogtreecommitdiffstats
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
UI_DIR = $$MYBUILDDIR/ui
MOC_DIR = $$MYBUILDDIR/moc
RCC_DIR = $$MYBUILDDIR/rcc
-HEADERS += tag_table.h \
- symbols.h \
- skin_parser.h \
- skin_scan.h \
- skin_debug.h \
- parsetreemodel.h \
- parsetreenode.h \
- editorwindow.h \
- skinhighlighter.h \
- skindocument.h \
- preferencesdialog.h \
- codeeditor.h \
- projectmodel.h \
- tabcontent.h \
- configdocument.h \
- skinviewer.h
-SOURCES += tag_table.c \
- skin_parser.c \
- skin_scan.c \
- skin_debug.c \
+
+#Include directories
+INCLUDEPATH += gui
+INCLUDEPATH += parser
+INCLUDEPATH += models
+
+HEADERS += parser/tag_table.h \
+ parser/symbols.h \
+ parser/skin_parser.h \
+ parser/skin_scan.h \
+ parser/skin_debug.h \
+ models/parsetreemodel.h \
+ models/parsetreenode.h \
+ gui/editorwindow.h \
+ gui/skinhighlighter.h \
+ gui/skindocument.h \
+ gui/preferencesdialog.h \
+ gui/codeeditor.h \
+ models/projectmodel.h \
+ gui/tabcontent.h \
+ gui/configdocument.h \
+ gui/skinviewer.h
+SOURCES += parser/tag_table.c \
+ parser/skin_parser.c \
+ parser/skin_scan.c \
+ parser/skin_debug.c \
main.cpp \
- parsetreemodel.cpp \
- parsetreenode.cpp \
- editorwindow.cpp \
- skinhighlighter.cpp \
- skindocument.cpp \
- preferencesdialog.cpp \
- codeeditor.cpp \
- projectmodel.cpp \
- configdocument.cpp \
- skinviewer.cpp
+ models/parsetreemodel.cpp \
+ models/parsetreenode.cpp \
+ gui/editorwindow.cpp \
+ gui/skinhighlighter.cpp \
+ gui/skindocument.cpp \
+ gui/preferencesdialog.cpp \
+ gui/codeeditor.cpp \
+ models/projectmodel.cpp \
+ gui/configdocument.cpp \
+ gui/skinviewer.cpp
OTHER_FILES += README \
resources/windowicon.png \
resources/appicon.xcf \
@@ -42,8 +48,8 @@ OTHER_FILES += README \
resources/document-save.png \
resources/document-open.png \
resources/document-new.png
-FORMS += editorwindow.ui \
- preferencesdialog.ui \
- configdocument.ui \
- skinviewer.ui
+FORMS += gui/editorwindow.ui \
+ gui/preferencesdialog.ui \
+ gui/configdocument.ui \
+ gui/skinviewer.ui
RESOURCES += resources.qrc