summaryrefslogtreecommitdiffstats
path: root/app/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-12-20Revert "I18N: add basic functionality and a few translations"Tadao Tanikawa1-9/+4
NOTE: I18N features isn't supported in EEL/CES2018 yet. This reverts commit e26dac76bc82ba7888726cc0b2eb5103b50ef17e. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2017-12-20Revert "Remove setting Qt Quick Controsl 2 style"Tadao Tanikawa1-0/+3
NOTE: I18N features isn't supported in EEL/CES2018 yet. This reverts commit 2f43c64c0b55dbfc7ffa1d87e952d840c7f940e1. Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2017-12-20Revert "Merge "Check if dependencies are available and make it run without ↵Tadao Tanikawa1-54/+38
them" into eel" NOTE: I18N features isn't supported in EEL/CES2018 yet. This reverts commit 88611724502425d3656ef0dcbfdcbdb519c0b41f, reversing changes made to 2f43c64c0b55dbfc7ffa1d87e952d840c7f940e1. Change-Id: I1195f929ac5c3b2e28bad0b4b52e4fe4469f1c3a Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2017-12-16Merge "Check if dependencies are available and make it run without them" ↵Jan-Simon Moeller1-38/+54
into eel
2017-12-16Remove setting Qt Quick Controsl 2 styleTasuku Suzuki1-3/+0
The style will be set through an environment variable https://gerrit.automotivelinux.org/gerrit/#/c/12055/ Change-Id: I64bad6432311fbc56984e85b0453820adb46d265 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2017-12-16Check if dependencies are available and make it run without themTasuku Suzuki1-38/+54
To develop apps efficiently, apps should work on any platform that Qt supports. Change-Id: I559786d207663e023cfbbf1a3f6cf1770191a960 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2017-11-30I18N: add basic functionality and a few translationsTasuku Suzuki1-4/+9
Added very first i18n support in the simple application. Placed language buttons at the bottom to change current language. They should be removed once current language comes from somewhere. Laying out issues should be fixed later. Change-Id: Ib5d646784820cb2753edd5a588a8826ad7d20539 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io> Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> (cherry picked from commit 464e6c7f6056cec8a1d150216338d58a827307e6)
2017-11-14Porting to new HMI Frameworkeel_4.99.3eel/4.99.34.99.3Scott Murray1-14/+44
Changes following guidelines given in "Kickstart: New HMI Framework" document at: https://wiki.automotivelinux.org/_media/kickstart_apps_migration_guide.pdf Change-Id: Icfea651ce77f800aab54fd43dfe7d1ca2906099b Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-08-31support CAN information(VehicleSpeed and EngineSpeed)eel_4.99.2eel_4.99.1eel/4.99.2eel/4.99.14.99.24.99.1Romain Forlot1-0/+29
This patch is support CAN inforamion(VehicleSpeed and EngineSpeed). CAN data is sent from can binder using websocket. Change-Id: I26cc6afa5f5f6cea2e6c77e40c324cca5fc00516 Signed-off-by: Yuichi Kusakabe <yuichi.kusakabe@jp.fujitsu.com> Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-02-28Import latest code from CES2017 repodab_3.99.1dab/3.99.13.99.1Scott Murray1-0/+46
Change-Id: I5f97d0f3d11899fc78943f806f55b685c1cce9a5 Signed-off-by: Scott Murray <scott.murray@konsulko.com>