Add onscreenapp 81/20081/2
authorwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Wed, 13 Feb 2019 10:10:20 +0000 (18:10 +0800)
committerwang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
Fri, 15 Feb 2019 02:56:06 +0000 (10:56 +0800)
commitaee1b69e8e207081a3d8b2670980671a9fbc78b8
tree86e71a4d08908c8c6711400a810bbbb00f19f803
parent483c21f9d648f2cd58e00f39fcbee7b5dcbe2bc5
Add onscreenapp

Onscreenapp is a qt application for showing onscreens.
Applications can show/hide onscreen by calling homescreen-service's
showWindow/hideWindow verb. Applications also can customize onscreen's
title,type, display contents and buttons. Some images about onscreen
pattern had uploaded in JIRA SPEC-1967.

Bug-AGL: SPEC-1967

Change-Id: I421193f7d089584a26db629be27414d050a74337
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
44 files changed:
LICENSE [new file with mode: 0644]
app/Onscreen.qml [new file with mode: 0644]
app/app.pro [new file with mode: 0644]
app/eventhandler.cpp [new file with mode: 0644]
app/eventhandler.h [new file with mode: 0644]
app/hmi-debug.h [new file with mode: 0644]
app/images/DividingLine.svg [new file with mode: 0644]
app/images/critical.svg [new file with mode: 0644]
app/images/exclamation.svg [new file with mode: 0644]
app/images/images.qrc [new file with mode: 0644]
app/images/information.svg [new file with mode: 0644]
app/images/question.svg [new file with mode: 0644]
app/main.cpp [new file with mode: 0644]
app/main.qml [new file with mode: 0644]
app/onscreenmodel.cpp [new file with mode: 0644]
app/onscreenmodel.h [new file with mode: 0644]
app/qml.qrc [new file with mode: 0644]
doc/parts/showOnscreen.svg [new file with mode: 0644]
doc/readme.md [new file with mode: 0644]
onscreenapp.pro [new file with mode: 0644]
package/config.xml [new file with mode: 0644]
package/icon.svg [new file with mode: 0644]
package/package.pro [new file with mode: 0644]
sample/app/app.pro [new file with mode: 0644]
sample/app/eventhandler.cpp [new file with mode: 0644]
sample/app/eventhandler.h [new file with mode: 0644]
sample/app/hmi-debug.h [new file with mode: 0644]
sample/app/main.cpp [new file with mode: 0644]
sample/app/main.qml [new file with mode: 0644]
sample/app/qml.qrc [new file with mode: 0644]
sample/package/config.xml [new file with mode: 0644]
sample/package/icon.svg [new file with mode: 0644]
sample/package/package.pro [new file with mode: 0644]
sample/qml/images/answer.png [new file with mode: 0644]
sample/qml/images/disable.png [new file with mode: 0644]
sample/qml/images/heart_1079x400.png [new file with mode: 0644]
sample/qml/images/images.qrc [new file with mode: 0644]
sample/qml/images/oval_1079x400.png [new file with mode: 0644]
sample/qml/images/reject.png [new file with mode: 0644]
sample/qml/msg.qml [new file with mode: 0644]
sample/qml/phone.qml [new file with mode: 0644]
sample/qml/system.qml [new file with mode: 0644]
sample/qml/vics.qml [new file with mode: 0644]
sample/sample.pro [new file with mode: 0644]