aboutsummaryrefslogtreecommitdiffstats
path: root/am-config.yaml
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 /am-config.yaml
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 'am-config.yaml')
-rw-r--r--am-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/am-config.yaml b/am-config.yaml
index 4f6fb0b..6b64e9d 100644
--- a/am-config.yaml
+++ b/am-config.yaml
@@ -10,18 +10,18 @@ applications:
runtimes:
qml:
- importPaths: [ "modules" ]
+ importPaths: [ "imports/shared" ]
# ... as well as the SystemUI
ui:
fullscreen: yes
mainQml: "Main.qml"
- importPaths: [ "modules" ]
+ importPaths: [ "imports/shared", "imports/system" ]
additionalConfiguration:
appStoreServerUrl: 'http://chaos.pelagicore.net:8080'
styleConfig: "auto"
- windowIcon: "modules/assets/icons/active/apps@96.png"
+ windowIcon: "imports/shared/assets/icons/active/apps@96.png"
# development setup: no security