staging/xdg-launcher.git
5 years agoAdd gitreview file for guppy branch guppy 6.99.5 7.0.0 7.0.1 7.0.2 7.0.3 7.0.4 guppy/6.99.5 guppy/7.0.0 guppy/7.0.1 guppy/7.0.2 guppy/7.0.3 guppy/7.0.4 guppy_6.99.5 guppy_7.0.0 guppy_7.0.1 guppy_7.0.2 guppy_7.0.3 guppy_7.0.4
Jan-Simon Möller [Mon, 4 Feb 2019 19:45:17 +0000 (20:45 +0100)]
Add gitreview file for guppy branch

Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoMerge "Use Event_ShowWindow instead of Event_TapShortcut" 6.99.3 6.99.4 7.90.0 7.99.1 7.99.2 7.99.3 8.0.0 guppy/6.99.3 guppy/6.99.4 guppy_6.99.3 guppy_6.99.4 halibut/7.90.0 halibut/7.99.1 halibut/7.99.2 halibut/7.99.3 halibut/8.0.0 halibut_7.90.0 halibut_7.99.1 halibut_7.99.2 halibut_7.99.3 halibut_8.0.0
Jan-Simon Moeller [Thu, 20 Dec 2018 19:47:50 +0000 (19:47 +0000)]
Merge "Use Event_ShowWindow instead of Event_TapShortcut"

5 years agoUse Event_ShowWindow instead of Event_TapShortcut 11/18711/3
wang_zhiqiang [Wed, 12 Dec 2018 03:03:36 +0000 (11:03 +0800)]
Use Event_ShowWindow instead of Event_TapShortcut

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>
5 years agoForce set/unset keyboard focus 19/18519/1
Tadao Tanikawa [Mon, 3 Dec 2018 19:39:12 +0000 (19:39 +0000)]
Force set/unset keyboard focus

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>
5 years agoSort out package of examples 17/18517/1
Tadao Tanikawa [Mon, 3 Dec 2018 06:42:52 +0000 (06:42 +0000)]
Sort out package of examples

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>
5 years agouse appid instead of appname in "tap_shortcut" 65/17965/2 6.99.1 6.99.2 guppy/6.99.1 guppy/6.99.2 guppy_6.99.1 guppy_6.99.2
wang_zhiqiang [Wed, 14 Nov 2018 05:50:56 +0000 (13:50 +0800)]
use appid instead of appname in "tap_shortcut"

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>
5 years agoAdd gitreview file 6.90.0 guppy/6.90.0 guppy_6.90.0
Jan-Simon Möller [Mon, 10 Sep 2018 07:17:59 +0000 (09:17 +0200)]
Add gitreview file

Change-Id: I669377718400861eea167ac19da9b6fbde4b5c39
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
5 years agoAdd gitreview file for flounder branch
Jan-Simon Möller [Mon, 10 Sep 2018 07:05:52 +0000 (09:05 +0200)]
Add gitreview file for flounder branch

Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
6 years agoFix runxdg.toml params example 49/13049/2 5.99.1 5.99.2 5.99.3 5.99.4 5.99.5 5.99.6 flounder/5.99.1 flounder/5.99.2 flounder/5.99.3 flounder/5.99.4 flounder/5.99.5 flounder/5.99.6 flounder_5.99.1 flounder_5.99.2 flounder_5.99.3 flounder_5.99.4 flounder_5.99.5 flounder_5.99.6
Harunobu Kurokawa [Tue, 26 Dec 2017 14:05:46 +0000 (23:05 +0900)]
Fix runxdg.toml params example

Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
6 years agoSupport passing port/token to XDG app from AGL appfw 53/12953/1
Tadao Tanikawa [Fri, 22 Dec 2017 13:57:55 +0000 (22:57 +0900)]
Support passing port/token to XDG app from AGL appfw

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>
6 years agoAdd example for Video/WebBrowser
Tadao Tanikawa [Fri, 22 Dec 2017 10:13:01 +0000 (10:13 +0000)]
Add example for Video/WebBrowser

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>
6 years agoFix CMakeLists.txt to build in bitbake tree 71/12671/2
Tadao Tanikawa [Mon, 18 Dec 2017 13:17:20 +0000 (22:17 +0900)]
Fix CMakeLists.txt to build in bitbake tree

Fix and clean up CMakeLists.txt

Change-Id: I2cf4f2523ff0e2834be90084bc30825ebfbda702
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
6 years agoRunXDG 91/12591/2
Tadao Tanikawa [Thu, 14 Dec 2017 10:46:19 +0000 (19:46 +0900)]
RunXDG

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>
6 years agoInitial empty repository
Walt Miner [Thu, 14 Dec 2017 01:58:12 +0000 (01:58 +0000)]
Initial empty repository