aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2018-09-24 13:55:40 +0200
committerDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-09-28 16:41:35 +0000
commit0df25ed0487a02dcdfca10a7e44a1211d4524d46 (patch)
tree71ef3f1eb6af598da3c63d2d3f97778b98ee22e4 /tests
parent8d12a9d8b480d6375c935829b012f17cd22a964a (diff)
[systemui] a lot of refactoring in the system ui
- in order to make a better and clear separation between application and system ui imports, a new application folder is created to store basic components to be used by only applications. - change the import mechanism to only use the root import folder and user will need to specify whether he wants to use the application, system or shared import - add a basic NeptuneWindowItem to be the basic class of window items in the center console - add ApplicationCCWindowItem for the center console applications and ApplicationICWindowItem for the instrument cluster applications - rename primary window and secondary window to be the ApplicationCCWindow and ApplicationICWindow to align with the window item naming in the system ui - setting window property should be done in the window item itself and not from the application info Change-Id: I62cf151fec21c9ac574873c5c226021843c6e598 Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/qmltests/tst_WidgetDrawer.qml2
-rw-r--r--tests/qmltests/tst_WidgetGrid.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/qmltests/tst_WidgetDrawer.qml b/tests/qmltests/tst_WidgetDrawer.qml
index c8a333ae..ce385f03 100644
--- a/tests/qmltests/tst_WidgetDrawer.qml
+++ b/tests/qmltests/tst_WidgetDrawer.qml
@@ -35,7 +35,7 @@ import QtTest 1.1
// sysui, for getting WidgetDrawer
import centerconsole 1.0
-import utils 1.0
+import shared.utils 1.0
Item {
id: root
diff --git a/tests/qmltests/tst_WidgetGrid.qml b/tests/qmltests/tst_WidgetGrid.qml
index 7decbf10..f4392345 100644
--- a/tests/qmltests/tst_WidgetGrid.qml
+++ b/tests/qmltests/tst_WidgetGrid.qml
@@ -35,7 +35,7 @@ import QtTest 1.1
// sysui, for getting WidgetGrid
import home 1.0
-import utils 1.0
+import shared.utils 1.0
Item {
id: root