Age | Commit message (Collapse) | Author | Files | Lines |
|
Remove QML processing of websocket data from appfw, and replace
with new libqtappfw support.
Bug-AGL: SPEC-2984
Change-Id: I0a0a422f25359da48798d3ec5e9948247a83d98e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Message:
== and != may perform type coercion, use === or !== to avoid it.
Description:
The non-strict equality comparison is allowed to convert its arguments
to a common type. That can lead to unexpected results such as
' \t\r\n' == 0 being true. Use the strict equality operators === and
!== and be explicit about conversions you require.
Bug-AGL: SPEC-2814
Change-Id: If91ecbc6a1b92c63f7fcdbc94478c58b3aa3e692
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Adopt qtaglextras to simplify application code
Bug-AGL: SPEC-1893, SPEC-1754
Change-Id: I1514f4347d07c603d0d7ec4cedea4e359c0468c6
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
because of now homescreen-service emit event to one application,
delete the applciation_name check.
Bug-AGL: SPEC-1764
Change-Id: I870e93eafb22242aa29dbd6c7ba7d001a219ae3f
Signed-off-by: wang_zhiqiang <wang_zhiqiang@dl.cn.nexty-ele.com>
|
|
This reverts commit f136a3336344a6dc8b84549672acbfe19a296bb0.
Bug-AGL: SPEC-1685
Change-Id: Ie9f189fdede28d499dcf68276cd3c6be722bc87c
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
Use appid between hss and apps, and check event destination in libhomescreen.
So these is no need compare code when recived Event_TapShortcut Event.
BUG-AGL: SPEC-1645
Change-Id: Ibd969e8bc51a5227bfa1e21b3f6b0e92f7a5a3fb
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
To improve output on various monitor with various resolution,
use scale_factor from WM to fit various screen resolution.
Bug-AGL: SPEC-1568, SPEC-1569, SPEC-1611
Change-Id: I26b274d1342471d63acc09433323385afd9f36f3
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
v1
- the colour of the LED reflects the temperature of both sliders
at the same time
- colour gradient starts from blue and ends with red:
for low and high temperatures, respectively.
v2
- removed all A/C code
- paths are read from a predefined variables
v3
- removed trailing spaces and converted tabs to spaces
v4
- changed some tabs to space where appropriate and removed unnecessary code
Change-Id: I989d6779c0a72b9def74bc9bcf41ae01d368ba8a
Signed-off-by: Yordan Dimitrov <y.dimitrov.14@gmail.com>
|
|
Change-Id: I8eca6e0f7ddd042c9434132537eeccd74b982718
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
update translation on language changed
Change-Id: I12130b4a1c5c6dad9658972d32b4b9e362a8d1cc
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
|
|
Added French and Japanese translations
Change-Id: I58eca5ffaad2367a4dd26b6472bdbcd45c957061
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Add tests if libhomescreen and qlibwindowmanager are available and use
them only when they are available.
Change-Id: I6b219721b279542bf474f3df34bfb3adbc6e9ff0
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
|
|
AGL now set its own style through an environment variable. App doesn't
need to take care of it any more.
Change-Id: Id0d43e7c05328ed5fef0e3cca7c1ddac78e69b3d
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
|
|
The color scheme has been changed to new one.
Bug-AGL: SPEC-673
Change-Id: I713a8116931524505aa549c68d27559ae518a612
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
|
|
Change-Id: Ifdabb7a3456ade9449e399a13ec43aac68ded108
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Change-Id: I465e3ed3e4cb6dadd808437133bddb56ed50c72e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Changes following guidelines given in "Kickstart: New HMI Framework"
document at:
https://wiki.automotivelinux.org/_media/kickstart_apps_migration_guide.pdf
Change-Id: Ifb298e09db821dba5dc1a28ad2d1c2193c511ee9
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
SPEC-394
Change-Id: I27fc85dbe99db46556e4f0fc078417cf3a23c556
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
|
|
Change-Id: I020b2a1c14d09be99e4ecfe645915a666b7759ea
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
Change-Id: I0efeb67ff2659a0a01be116ab59947db77ec6574
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
|
|
$ qmake && make will generate package/hvac.wgt
Change-Id: I67057f1f3b511a3af4a22aedd32f6614dc56b503
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
|