summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/homescreen/homescreen_git.bb
AgeCommit message (Collapse)AuthorFilesLines
2017-05-23homescreen: Fix offscreen navigation guideNaoto Yamaguchi1-0/+1
For ALS demo, fix the issue that navigation guide stops on off screen. This fix uses the following patch fixes. https://gerrit.automotivelinux.org/gerrit/#/c/9255/ Change-Id: I2088f16764b4ec79ff02ed7932b029357c1c2a61 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2017-04-26Fix issue of media player which doesn't play next while backgroundTadao Tanikawa1-0/+1
Current window manager make own ivi-layer to each application and adjust the order when rendering (screen's render order of layers). E.g. When showing apps launcher, window manager has only 1 ivi-layer for homescreen under screen 0. When showing an app, window manager add 1 ivi-layer for it and set render order of 2 layers, front: app's and back: homescreen layer. And when app hides, it's layer is removed from render order. But if removed from render order, excecuting QML also stopped. It is caused why the media player doesn't play next song when it is not shown. This patch changes how to make render order to keep media player's layer in render order even when it is not shown. This commit is modification of recipe for homescreen which contains 1 patch file to 'staging/HomeScreen' because it is already locked (It is splitted new repositories but chinook doesn't use it). Bug-AGL: SPEC-395 Change-Id: I4b1ed16c5d20ccab9a1a2aa55e463d0141d3a170 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2017-03-03These recipes were in need of a repin for chinook 3.0.2chinook_3.0.2chinook/3.0.23.0.2Jan-Simon Möller1-1/+1
CES2017-demo, homescreen (staging) and mapviewer git were missing updates to their SRCREV Change-Id: I80aa38540c6d7d45caed11e4e091fe31d439eac0 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-12-29Pin homescreen recipe for chinookJan-Simon Möller1-12/+21
Change-Id: If528266166545262d024ea830b8d807eae0796df Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-12-27Fix: SPEC-377, miss dbus conf file to make status icon workingRomain Forlot1-1/+7
Change-Id: I8b64adf1c73244447f348ae140a4bd63d3796357 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-12-13Provisional fix of libhomescreen's pkgconfigNaoto Yamaguchi1-3/+7
Since pkgconfig has been disabled, it is not possible to get the configuration of libhomescreen. This patch will make provisional fixes for off-tree build. Change-Id: Ifd8e5818602ab1c4bca4440e1f20b3de46ab5157 Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2016-12-13Fixed an issue that libhomescreen can not be usedNaoto Yamaguchi1-3/+3
libhomescreen symbolic link is incorrect in Homescreen recipe. This means that you can not build the application. Fixing this problem will allow you to build the application. Change-Id: Ifa6439a485db0205be5062d35791ce836fa832eb Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
2016-12-12Remove sample appsBocklage, Jens1-3/+1
These are no longer needed Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-12Adding PV to work ${AUTOREV} correctlyTadao Tanikawa1-0/+3
To work 'SRCREV = ${AUTOREV}' correctly (which means always fetch the latest version available at build), PV needs to be modified which includes ${SRCPV}. Change-Id: I6bff49b493e99ba1e8eaadc5093d11e03ceaa7c9 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-09homescreen: add missing header and pkgconfig file in libhomescreen-devStephane Desneux1-2/+11
Change-Id: Ic9a0706af3178ef76f8aabe75653da5fe6f3363d Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-12-09homescreen: generate appropriate files for SDKStephane Desneux1-19/+18
Change-Id: I9fb1b5c8144c44ca69a107ede497be629683e8d8 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-12-09Remove colorschemes since no longer neededBocklage, Jens1-9/+1
New QML implementation will use other mechanism Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-07First integration of new HMI designBocklage, Jens1-0/+86
New HMI in QML is integrated. Apps are only launched once now and not several times. Layer- and surface handling fixed by removing duplicate ilm API calls. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>