aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-12-16modification in client defsandbox/maitai/forgerock3Philippe Lelong2-3/+11
Signed-off-by: Philippe Lelong <lelong.ph@meltemus.com>
2016-12-16force display homescreen at startupPhilippe Lelong1-0/+6
Signed-off-by: Philippe Lelong <lelong.ph@meltemus.com>
2016-12-16Merge branchPhilippe Lelong1-1/+1
Signed-off-by: Philippe Lelong <lelong.ph@meltemus.com>
2016-12-16Compilation flag to avoid compil errors on ubuntuJosé Bollo3-4/+16
Change-Id: I9efc077fe86fba50873d724682d02fa11df40980 Signed-off-by: Philippe Lelong <lelong.ph@meltemus.com>
2016-12-16set binding to fixed port 1212José Bollo1-1/+1
Change-Id: I8e15f874400cc500a14ffa00189ec46c66f6588d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-12-16websockets mechanism implementedPhilippe Lelong8-41/+328
Signed-off-by: Philippe Lelong <lelong.ph@meltemus.com>
2016-12-16add visa card, start websocket inplementationPhilippe Lelong6-1/+50
2016-12-16Home screen translation changesPhilippe Lelong42-9/+264
Signed-off-by: Philippe Lelong <lelong.ph@meltemus.com>
2016-12-15Fix management of screenTadao Tanikawa1-8/+5
WindowManager can support signle screen only, so far. CAUTION: To apply this change for porter board, LVDS-1 output should be disabled first. (see Changes 7637 for detail) https://gerrit.automotivelinux.org/gerrit/#/c/7637/ Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-15Delete unneeded filesBocklage, Jens338-15046/+7
- sample-qml no longer needed - widgets no longer needed - images replaced by new HMI before Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-15Launch navigation@0.1 when pressing NAVIGATION buttonBocklage, Jens1-1/+1
This was controls@0.1 before Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-14Fix EGL library name in HomeScreen systemd unitScott Murray1-1/+1
The LD_PRELOAD of the EGL library in HomeScreen.service's Environment definition needs to be /usr/lib/libEGL.so.1, as the images do not contain an undecorated .so symlink. This had recently been fixed in the old demo's startup scripts, but seems to have been missed in the switch to systemd startup. Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ief95db5a6a7e26294a2db919c9efe01616fe7755
2016-12-14Merge "Fix and improve switching applications"Jens Bocklage10-57/+211
2016-12-14Fix and improve switching applicationsTadao Tanikawa10-57/+211
v2: (Tadao Tanikawa) Minor fixed pointed by reveiw and organize debug message v1: (Tadao Tanikawa) Quick hack to fix and improve switching applications. Changes: * Improve management of layers and surfaces Previously single layer was shared among all applications, now each application has its own layer. * Improve showing / hiding applications Previously to show/hide application, surfaces are added or removed everytime, but it's slow. Now reordering layers controls showing/hiding applications, it much faster. * Shortcut icons whose application is not installed no longer cause issue to switch apps. Caution: This patch is very quick hack, and many old codes which regarding to management surfaces are disabled, so there may be unnoticed degraded. Change-Id: I69494213b0d1b169558f3d792ebecf414caccacc Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-13Add .gitreview fileJan-Simon Möller1-0/+6
This adds a .gitreview file so you can use 'git review' instead of 'git push origin refs/for/_branchname_' as the .gitreview file defines the defaultbranch. Change-Id: Ie238a864692d3111e8fbf3f0fcc0f2e643df56e7 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-12-13Do not try to handle not-installed appsBocklage, Jens2-8/+18
Apps that are not installed will not trigger any further action now Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-13Add Mentor to Copyright textBocklage, Jens1-0/+1
Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-13Update README.mdBocklage, Jens1-7/+1
Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-13Fix missing dependency for sample-qmlTadao Tanikawa1-0/+1
sample-qml has dependency to libhomescreen, but it is missing. This would raise compile error depends on the host environment. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-12Remove SampleMediaApp and SampleNavigationAppBocklage, Jens14-509/+0
No longer needed as QML examples Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-12Remove HomeScreenNGBocklage, Jens100-782/+1
This was already integrated into the main HomeScreen app Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-12Integrate HomeScreen D-Bus APIBocklage, Jens2-6/+15
This was lost when integrating the new QML HMI Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-12Hack to fix issue of switching appsTadao Tanikawa2-39/+51
To switching between apps, controlling surface's visiblity (on/off) does not work as intended. It looks work well to set render order of layers properly. TODO: switching between apps and navigation still doesn't work. For develop, navigation icon is assgined to 'controls@0.1' and now, controls app doesn't make any wl_surfaces (don't know why). Probably this causes issue switching between apps <-> navigation. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2016-12-09Integrate Home app into HomeScreenBocklage, Jens30-20/+512
Home is located in ces2017 repo. But since it has to use HomeScreen internal components (layermanager and applauncher), I had to move it to main HomeScreen app. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-08Disable verbose output of systems service fileBocklage, Jens1-1/+0
This is not needed in general Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-07Update install path in systemd unit filesScott Murray4-4/+4
The application is now installed in /usr/AGL/homescreen instead of in /usr/AGL/HomeScreen, update the systemd unit files to match. Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2016-12-07Return the correct list of status placeholdersBocklage, Jens2-0/+7
This was not implemented before. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-07Improve layer- and surface handlingBocklage, Jens3-101/+116
Still fighting with ilm API Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-07Link to available appsBocklage, Jens1-4/+4
The shortcuts on the top of the HomeScreen app now launch following apps: * Home launches home@0.1 * Multimedia launches radio@0.1 * HVAC launches hvac@0.1 * Navigation launches controls@0.1 Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-07Only launch apps onceBocklage, Jens1-5/+1
Apps were started n-times when pressing n-times the app button. Now they are only launched once. When the button is pressed again, the already running app is re-shown. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-05First integration of new HMI designBocklage, Jens110-273/+1197
Using QML files and C++ integration from Qt's HomeScreenNG sample app. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-12-05Remove unnecessary fileKazumasa Mitsunari1-0/+0
Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
2016-12-02generate homescreen.pcTasuku Suzuki1-8/+7
Change-Id: I25715667ef7996965e724b2e3cbca322d5b518ed Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-02WIP: add Qt Quick HomeScreen UITasuku Suzuki100-0/+777
Change-Id: I2be964f6d9e76df616169d7b2654d17ae9446687 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-02replace a SLOT macro with SIGNAL where a signal is triggeredTasuku Suzuki1-1/+1
Change-Id: I133b16c7a61b5998c37724b34d631f85448f66e2 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-02sample-qml: load qml from Qt resourcesTasuku Suzuki5-15/+113
embed every assets in the binary and load its contents from there Change-Id: If0ca9342f82ab3ac8badf6bd75755a24001d2da7 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-02prepend 'emit' keyword whenever emiting signalTasuku Suzuki5-12/+12
Change-Id: Ie269e2729dd74573a5f96b085c5d2d5a54ad5127 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-12-01Fix for not showing up HomeScreen during startupv0.6.4Bocklage, Jens1-2/+2
This is a hack, because the root cause is not known. The HomeScreen GUI will be replaced by a QML implementation, so this source code will be replaced completely soon. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-11-30Merge "Add sample qml application"Jens Bocklage199-1/+12993
2016-11-30Add sample qml applicationKazumasa Mitsunari199-1/+12993
It is sample application(HVAC). This app is used for debuging, for reference of HomeScreen API use and so on. Signed-off-by: Kazumasa Mitsunari <kazumasa_mitsunari_za@mail.toyota.co.jp>
2016-11-30improve AppInfo classTasuku Suzuki4-46/+159
hide public member variables and introduce getters and setters for them. Change-Id: I9108e94516238ef2ff8d4ea18db381d4e7e73bec Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-11-25Arrange the surface z-order in the layerv0.6.3Bocklage, Jens1-1/+13
Using ilm_layerSetRenderOrder to set the order of the surfaces inside the layer. This is neccessary to show the surfaces on the screen. Resolves: #SPEC-333 Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-11-24Enable automcatic startup of Homescreen appBocklage, Jens6-31/+40
HomeScreen and its depending apps are started by default using systemd user session. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-11-23Use 4 layer instead of 3Bocklage, Jens1-1/+1
This fixes a typo where only three of the available four layers were shown on the screen. Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
2016-11-22fix typoTasuku Suzuki11-35/+35
Change-Id: I11b6b535c2587c5e61dfb17c8cb56f2554e06c06 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-11-21remove QMAKE_CLEAN += -r * from project filesTasuku Suzuki10-48/+0
use $ make distclean if you want to clean binaries and Makefile Change-Id: I4f9af670c8625f48a0f9f77d31117d2a1a1cbb22 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-11-21check ivi-layermanagement-api availabilityTasuku Suzuki11-23/+42
replace #ifdef __arm__ with a definition that comes from availability test Change-Id: Id9fa4baefcc9f38acd3e98d40054040fc69029c6 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-11-21cleanup project filesTasuku Suzuki10-79/+26
Change-Id: I4d605d97d050fb60e1fef749926cb1b92071782e Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-11-21introduce interfaces.priTasuku Suzuki7-24/+9
Change-Id: I3649d5275b9da71feb216eb70c9d9fda73507d69 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2016-11-21remove header files missing from project fileTasuku Suzuki2-6/+0
Change-Id: I2e4234a20ebdb476cf65b51cefbcc9acff45faf4 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>