Age | Commit message (Collapse) | Author | Files | Lines |
|
Keyboard focus was set and unset on activation events. This had the
side effect of keeping the keyboard attached to the window even if it
was invisible. Using the visibility events to perform this task looks
like a more natural way to deal with it.
Besides, activate/deactivate callbacks are not being called in
halibut or master, effectively stopping keyboard focus from working.
Bug-AGL: SPEC-2657
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
Change-Id: I65cc54c89db56bda1da4ea562151e3a30e10d068
|
|
|
|
The interface of homescreen service will be changed then,
use Event_ShowWindow instead of Event_TapShortcut.
Related changes:
agl-service-homescreen: https://gerrit.automotivelinux.org/gerrit/#/c/17929/
libhomescreen: https://gerrit.automotivelinux.org/gerrit/#/c/17931/
libqthomescreen: https://gerrit.automotivelinux.org/gerrit/#/c/17933/
BUG-AGL: SPEC-1931
Change-Id: I962217c0cd7101ab7f02c56e12658dd1f43c4272
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
|
|
This is work around which control keyboard focus for some
applications on behalf of windowmanager or LayerManagerControl.
Change-Id: I3c26c4c3544b987f48d849b34a4ea10c5a05a63b
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
The packages for debug of runxdg were removed because they were
not good for example to use xdg-launcher.
Some package are added to test AGL LifeCycle Management.
Change-Id: Ic82fd1b90eb695d7e6a0c2f62bb21994424ebf51
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
Now In homescreen-service used application_id to identify
different application, so use appid instead of appname
in "tap_shortcut" parameter.
Bug-AGL: SPEC-1764
Change-Id: Ib4bc46248ca6abbdf9dd787f1cac9965df4c0c35
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
|
|
Change-Id: I669377718400861eea167ac19da9b6fbde4b5c39
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
|
|
Introducing special string '@port@' and '@token@' in order
that runxdg pass them to target XDG application.
See detail in README.txt
Bug-AGL: SPEC-1096
Change-Id: I6d6cfe62bba50ba5515a6aea6fb2697ae379df5f
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
Add example to create widget for imcoming new apps: Video and WebBrowser.
This patch is for testing refactoring HomeScreen icon handling.
Change-Id: I9e95063006704bbc46ba32cc6dcf1c9644a8aec2
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
Fix and clean up CMakeLists.txt
Change-Id: I2cf4f2523ff0e2834be90084bc30825ebfbda702
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
The launcher of XDG application on AGL HomeScreen/WindowManager.
For detail, check README.txt.
Bug-AGL: SPEC-1096
Change-Id: Ia20d185c3d64788f894b69c6e40f0c5c7cb0ff8c
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
|