summaryrefslogtreecommitdiffstats
path: root/homescreen
AgeCommit message (Collapse)AuthorFilesLines
2017-12-20Delete unnessary libraries from pro fileeel_4.99.5eel/4.99.54.99.5zheng_wenlong1-5/+0
Delete unnessary libraries from pro file. Include lsystemd, lafbwsc, ljson-c, lwindowmanager, libpluse. Change-Id: I18203ee56597f4d080a96443e8d426fa3642abe0 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com> (cherry picked from commit cd5467722cc9365a6c04d410cb579580460f171e)
2017-12-17Apply LinearGradient to first letters drawn when icon is missingTasuku Suzuki1-2/+13
The letter was originally drawn with a single color '#00ADDC'. Because background circle in each icon has a gradient, nice to draw it with the same gradient. Change-Id: Ic337989403bfa26003bdfda2f2e2b4aad819ebe2 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io> (cherry picked from commit 096c0729d0babd4adc3deeced69439ea38af8d7d)
2017-12-17Display default icon in new color scheme zheng_wenlong8-5/+132
When HomeScreen don't have any built-in icon for an application, it displays icon which has initial letter of upper case of application name (returned by AGL appfw) with blue circle (looks like blank icon). In the future, displaying initial letter would be replaced by own icon for each application which is stored in .wgt package. Bug-AGL: SPEC-673 Change-Id: Ifdb8254435d9ebbd93eca0005e088b99964e9187 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com> (cherry picked from commit 96c3e6d3562556d9877e0ced5bd1ab9197502708)
2017-12-17Change to new color schemeTadao Tanikawa65-41/+6350
- Color scheme has been changed - Icon and text has been splitted Incoming patch is necessary to show text with icons. Bug-AGL: SPEC-1085 Change-Id: I267a4fef9901b56e355efac7357c101fd9162421 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> (cherry picked from commit f756a01c3e78ebdb1ebe74efa52b8905a6a2c6b5)
2017-12-17Merge "Display a blank icon with first letter when icon is not exist" into eelJan-Simon Moeller5-0/+32
2017-12-16Merge "Fix installation info" into eelJan-Simon Moeller1-3/+0
2017-12-16Display a blank icon with first letter when icon is not existzheng_wenlong5-0/+32
Add a new feature, when icon is not exist in homescreen, display a blank icon with first letter. Bug-AGL: SPEC-673 Change-Id: I928537bd61f655107393890166260b7446a16a97 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com> (cherry picked from commit 242e1fcf1e76dc8ad94c0391649fd3ab84e64803)
2017-12-14Fix installation infoTasuku Suzuki1-3/+0
Change-Id: I7f5cfa2ca77d1eba9fbfb29e700ca9f7787e241e Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2017-12-14Change shortcut icon radio to hvaczheng_wenlong1-4/+4
Change shortcut icon radio to hvac. Change-Id: I521272a8e4b4b1362754ad17ca19b7f7d37a0731 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com> (cherry picked from commit 8b03da6d8c07a40c2d65b9cfb40a2fd50c276a2d)
2017-12-14Fix volume slider in the media area didn't workTasuku Suzuki1-14/+0
Change-Id: Ib980233c0a7f202186004138813462ff7999864f Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2017-11-22Merge "Change libwindowmanager to qlibwindowmanager"eel_4.99.3eel/4.99.34.99.3Jan-Simon Moeller7-161/+19
2017-11-17Merge "Replace Qt Quick Controls 1.x with 2.x API"Jan-Simon Moeller3-3/+2
2017-11-16Replace Qt Quick Controls 1.x with 2.x APITasuku Suzuki3-3/+2
Qt Quick Controls 1.x is designed for PC apps. Car HMI should use 2.x APIs Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
2017-11-15Change libwindowmanager to qlibwindowmanagerzheng_wenlong7-161/+19
Since qlibwindowmanager set environment QT_IVI_SURFACE_ID, and libwindowmanager remove setenv. HomeScreen need use qlibwindowmanager instead of libwindowmanager. Change-Id: I0d0babff168fe0cecb2ff689605df1f9bbc2c400 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-11-14Change debug MAX to DEBUGzheng_wenlong1-2/+2
It's a mistake set MAX to ERROR, change it to DEBUG. Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-11-09Set default debug level to errorzheng_wenlong1-2/+3
Default enable HMI_ERROR output. Remove afb-binding.h and add necessary header files. Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-30Change function argument to json due to change in libwindowmanagereel_4.99.2eel/4.99.24.99.2zheng_wenlong1-9/+16
As libwindowmanager changed the function argument from char* to json_object, we need to modify homscreen-2017, too. Related Commit: https://gerrit.automotivelinux.org/gerrit/#/c/11459/ BUG-AGL: SPEC-990 Change-Id: I1ccc61de1c3f817ab69ab4579216faaf85408d0a Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-26Change function argument from char to json in libhomescreenzheng_wenlong1-7/+7
With the new libhomescreen event api also change the function argument from char to json in the homescreen-2017. Related Commit: https://gerrit.automotivelinux.org/gerrit/#/c/11449/ BUG-AGL: SPEC-992 Change-Id: I9b55e6f2b5b0fbeba64fd888db5662fc173d91b1 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-23Remove COPYRIGHT TOYOTA from file without modifiedzheng_wenlong10-16/+10
Remove the COPYRIGHT infor from the file without our modified. And add file name into debug_message. Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-23Add debug message control by envirmentzheng_wenlong6-25/+93
Add HMI_DEBUG to print debug message, It control by USE_HMI_DEBUG envirment. Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-22Add Copyright for TOYOTA and remove unnecessary filezheng_wenlong30-487/+52
Add Copyright for file with TOYOTA modified. Remove the unnecessary for this homescreen-2017. Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
2017-10-02Add homescreen-2017eel_4.99.1eel/4.99.14.99.1zheng_wenlong165-0/+3024
Add new homescreen-2017 with agl-service-windowmanaeger-2017 and agl-service-homescreen-2017. About this information see JIRA SPEC-871. [PatchSet2] Use aglwgt make package. Delete homescreensimulator and sampleapptimedate beacuse not use them. Change-Id: I402134d0386e76b2127ca95b9b0b48c1721b4086 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>