summaryrefslogtreecommitdiffstats
path: root/sample
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/config.xml: Allow to retrieve application statusMarius Vlad1-0/+2
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/package/config: We don't depend anymore on homescreen andMarius Vlad1-2/+2
windowmanager services This is jus temporarly to avoid any kind of issues with the windowmanager not showing up. 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 Vlad2-2/+7
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 Vlad5-8/+48
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>
2020-04-13onscreenapp, ontestapp: Allow to display the applicationsMarius Vlad1-0/+1
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2019-02-15Add onscreenappwang_zhiqiang21-0/+1578
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>