summaryrefslogtreecommitdiffstats
path: root/sample/app
AgeCommit message (Collapse)AuthorFilesLines
2020-04-15sample/app/main: Remove flickable and make it more resilientMarius Vlad1-21/+33
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2020-04-15sample/app: Minor tweaksMarius Vlad2-3/+33
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2020-04-15sample/app: Allow to hang off data when activating the appMarius Vlad2-3/+34
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2020-04-13sample/app: Allow to identify the applicationMarius Vlad1-5/+7
While this doesn't seem necessary launcher will need the app_id set to switch to it later on. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2020-04-13sample/app: Allow to start applicationsMarius Vlad1-2/+6
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2020-04-13sample/app: Allow to set-up the onscreenapp as pop-upMarius Vlad3-0/+18
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2020-04-13Add pws to be able to start appsMarius Vlad4-7/+45
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2020-04-13Add agl-shell-desktop protocolMarius Vlad5-12/+228
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2019-02-15Add onscreenappwang_zhiqiang7-0/+710
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>