aboutsummaryrefslogtreecommitdiffstats
path: root/launcher.pro
AgeCommit message (Collapse)AuthorFilesLines
2022-01-13package: Added launcher desktop filemarlin_12.93.0marlin_12.92.0marlin/12.93.0marlin/12.92.012.93.012.92.0Marius Vlad1-1/+1
Bug-AGL: SPEC-4214 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ibadc6657dc3bc96f876e9d427023d5fe19b9533e
2021-12-10Remove dependency on old application framework and waylandArnaud Ferraris1-4/+1
As the Application FW is being reworked, drop all related dependencies in order to start with a simpler initial implementation. This commit also drops wayland-related code as it won't be needed anymore with the new framework. Bug-AGL: SPEC-4159 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Signed-off-by: Arnaud Ferraris <arnaud.ferraris@collabora.com> Change-Id: Id268e1feee363c60b85411e822103259c1071a24
2020-01-27launcher: remove unused DBus code artifactsicefish_8.99.5icefish/8.99.58.99.5Matt Ranostay1-2/+1
All accesses to control launching applications are now done via agl-service-homescreen/libhomescreen, and thus the unused DBus interface can be removed. Bug-AGL: SPEC-3137 Change-Id: I27f5afd89bd15eb50486e2546a730e40f016b05e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-06-27Detach launcher application from HomeScreenzheng_wenlong1-0/+24
Detach launcher application from Homescreen, Use qlibhomescreen instead of homescreenhandle. [Patch sets 3] This application needs qlibhomescreen, add into sdk in 14597. [Patch sets 4] Right now add qlibhomescreen class into src for instead. Delete it after qlibhomescreen is add into sdk. [Patch sets 5] From Jan-Simon advise, waitting for qlibhomescreen sdk. So return to Patch sets 3. Relative commit: https://gerrit.automotivelinux.org/gerrit/#/c/14597/ Task-AGL: SPEC-1518 Change-Id: Ia16aecddd2bf4623038a84254a0c56967ace9b92 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>