aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNedim Hadzic <nedim.hadzic@pelagicore.com>2016-07-22 16:13:21 +0200
committerNedim Hadzic <nedim.hadzic@pelagicore.com>2016-07-25 15:26:40 +0000
commitcb54780de51a945f4cd46b4b573850f1c7ee6496 (patch)
tree5507d4199af681e737aeb218c023d723b8bfa78e /README.md
parent4b264d21ed5cee49c6fb86daa17cc3596f7cbdf1 (diff)
Restructured QML imports and added AM interface
* Renamed modules to imports * Separated shared imports (needed by apps and the system UI) and system imports, only available to the system UI * Moved the ApplicationManager logic from the UI representation to its own model. The idea is to separate UI from the logic Change-Id: I455f0e1b4b9f9f97fe80a0dc85a355fb53bcd124 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 389d4ee..4cb13f6 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,12 @@ Application Manager
# Folder Structure
-* modules - QML modules and assets to be imported (e.g. import controls 1.0)
-* boards - visual ui tests for easier development
+* imports - QML modules and assets to be imported (e.g. import controls 1.0)
+* separated into 'shared' (availabe to apps and the system UI) and 'system'
+* (available only to system UI) boards - visual ui tests for easier development
* apps - container for the different applications used within the system UI
-* plugins - QML and other plugins needed for fully functional UI (e.g. reading the media from database)
+* plugins - QML and other plugins needed for fully functional UI (e.g. reading
+* the media from database)
Please note that am-dummyimports - the Application Manager dummy imports for running within
qmlscene/qmllive - have been moved to the application-manager repository.