Age | Commit message (Collapse) | Author | Files | Lines |
|
Add initial .desktop file and icon copied from the launcher source
tree, and updated .pro files to install them. Also removed potentially
confusing use of non-existent $$PREFIX variable.
Bug-AGL: SPEC-4182
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I49f0b09a1a2f02c41844974eb384f3af7b4ed28c
|
|
Changes:
- Remove the autobuild scripts and config.xml used by the app
framework widget build.
- Update the qmake files to just build a "dashboard" binary and
install it into /usr/bin by default.
- Remove the code in main.cpp that handled reading the WebSocket
command-line arguments and passing them to binding related
code.
- Add setenv of QT_QUICK_CONTROLS_STYLE to "AGL" to get the AGL
styling used. This replaces a global environment variable
definition tied to the old app framework, and makes it more
obvious that the style is required for the app to properly
work.
- Comment out signal-composer code in Dashboard.qml for now,
keeping it as an indicator of how the values are updated may
be useful. Also remove some leftover screen scaling tweaks
as minor cleanup.
Bug-AGL: SPEC-4182
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I0ea604cb72aee86990e9584b0cab9577b2cd41e3
|
|
Homescreen api is not used in Dashboard.
Bug-AGL: SPEC-3458
Change-Id: Ia45860577753854204b424322372c1f77b03db32
Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
|
|
Bug-AGL: SPEC-3447
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I3e8f8897396616f269fb9a8b1c3ffafd027159a5
|
|
Update autobuild scripts with reworked version that fixes building
outside of the source tree. As well, the project files have been
tweaked to strip the release build binaries and add "-debug" in the
name of the debug widget file.
Bug-AGL: SPEC-2049, SPEC-3300
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I792baf5af2887bd3b332190d408ac49fb1cbd4a3
|
|
Switch from using the vehicle and engine speeds messages from the
low-can binding directly to using the abstracted events from the
signal-composer binding instead.
Bug-AGL: SPEC-3042
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I36f4d1c7f8565daf43014f47811cd5d3fdfd1dd6
|
|
Add the permission required to access the display
through the wayland socket.
Change-Id: I7de64a6a18059a431967767084c6f5ebf428f6d3
Bug-AGL: SPEC-2357
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Modify dashboard to use low-can api,
Just to display vehicle speed and engine speed this time.
Will use tire press next time.
Change-Id: I9e3dc3ea35ff0c0a6a59742be4e2e745b1859a8b
Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
|
|
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>
|
|
Change-Id: I5f97d0f3d11899fc78943f806f55b685c1cce9a5
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|