From 5560ed2ad3247dd7ffb73402fd435cd79f62f8a5 Mon Sep 17 00:00:00 2001 From: wang_zhiqiang Date: Mon, 1 Apr 2019 17:15:34 +0800 Subject: Start app and get runnables list by homescreen 1.only call showWindow when start application. 2.get runnalbes list from homescreen-service. 3.subscribe and deal with Event_AppListChanged. 4.move LICENSE file to top-level directory. 5.sort application by application name with ascending order. Bug-AGL: SPEC-2188 Change-Id: Ic960e25d8de8d063296298a1897865dc3026dee6 Signed-off-by: wang_zhiqiang --- launcher/launcher.pro | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'launcher/launcher.pro') diff --git a/launcher/launcher.pro b/launcher/launcher.pro index 7fd1319..e16e9ce 100644 --- a/launcher/launcher.pro +++ b/launcher/launcher.pro @@ -1,5 +1,5 @@ # Copyright (C) 2016, 2017 Mentor Graphics Development (Deutschland) GmbH -# Copyright (c) 2018 TOYOTA MOTOR CORPORATION +# Copyright (c) 2018,2019 TOYOTA MOTOR CORPORATION # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ TARGET = launcher QT = qml quick dbus websockets CONFIG += c++11 link_pkgconfig DESTDIR = $${OUT_PWD}/../package/root/bin -PKGCONFIG += qlibwindowmanager qlibhomescreen +PKGCONFIG += qlibwindowmanager libhomescreen include(../interfaces/interfaces.pri) @@ -26,12 +26,14 @@ SOURCES += \ src/main.cpp \ src/applicationmodel.cpp \ src/appinfo.cpp \ - src/applicationlauncher.cpp + src/applicationlauncher.cpp \ + src/homescreenhandler.cpp HEADERS += \ src/applicationlauncher.h \ src/applicationmodel.h \ - src/appinfo.h + src/appinfo.h \ + src/homescreenhandler.h OTHER_FILES += \ README.md -- cgit 1.2.3-korg