summaryrefslogtreecommitdiffstats
path: root/package
AgeCommit message (Collapse)AuthorFilesLines
2022-12-07Update iconScott Murray1-135/+76
Update svg icon file with a version with the transformed elements ungrouped, this fixes rendering with the jovial_svg Flutter library. Bug-AGL: SPEC-4643 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: If6b6beb4405f6155bc2a250b89112db8cf4d7643
2022-02-14Update for app framework removalmarlin_12.93.0marlin/12.93.012.93.0Scott Murray5-14368/+274
Changes: - Remove the autobuild scripts and config.xml used by the app framework widget build. - Update the qmake files to just build a "settings" 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 initial .desktop file and icon copied from the launcher source tree, and updated .pro files to install them. Bug-AGL: SPEC-4182 Change-Id: I479ca8f405f38d36e1f5f531581a07073d40005e Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2020-09-10Remove homescreen api depependencykoi_10.91.0koi/10.91.0jellyfish_9.99.4jellyfish/9.99.49.99.410.91.0Li, Xiaoming1-1/+0
Homescreen api is not used in this app. Bug-AGL: SPEC-3458 Change-Id: I87f6fe0323fe20c0bbdb3ad5333d388e49394050 Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
2020-06-24Remove windowmanager dependsMarius Vlad1-1/+0
Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I0530e4a89a24cb1cf730dde4e25675d2d4a01f7a
2020-06-10Update autobuild scriptsScott Murray1-1/+6
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: Ief6719b4237f87947ad686bbfb206c938e6adda0
2019-04-26Add permission to use displayhalibut_8.0.1halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/8.0.1halibut/8.0.0halibut/7.99.3halibut/7.99.2halibut/7.99.18.0.18.0.07.99.37.99.27.99.1José Bollo1-0/+1
Add the permission required to access the display through the wayland socket. Change-Id: I0431fa47ca75a4d18c153999041edcd3010e0e7e Bug-AGL: SPEC-2357 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2017-11-14Porting to new HMI Frameworkeel_4.99.3eel/4.99.34.99.3Scott Murray1-0/+2
Changes following guidelines given in "Kickstart: New HMI Framework" document at: https://wiki.automotivelinux.org/_media/kickstart_apps_migration_guide.pdf Change-Id: Ia3fc024b1f10acf9aa9dab56cd5336db83089019 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-08-17binding: radio: remove binding from radio applicationeel_4.99.2eel_4.99.1eel/4.99.2eel/4.99.14.99.24.99.1sandbox/kmitsunari/hmi-frameworkMatt Ranostay1-1/+1
Spliting out of the radio binding into it's own repo and service. This removes the binding from the radio application build. Change-Id: If62c61e4ad0054b55eee5f0bb46a33bc0677f4b8 Bug-AGL: SPEC-834 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-05-23Rework to add and use a binding for radio controldab_3.99.1dab/3.99.13.99.1Scott Murray1-1/+7
A radio binding has been added in the new binding directory, and the application has been reworked to use it. The binding uses a modified version of the rtl_fm code used in the qtmultimedia radio plugin that was previously used, and some new code has been added to output to PulseAudio using the asynchronous API to ensure compatibility with stream corking. The rtl_fm code has been enhanced to add seeking support, and the application has been tweaked to use it. Bug-AGL: SPEC-581 Change-Id: I011e98374accc2cad2b36c93ac800948ee51f2aa Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-03-01Import latest Chinook code from CES2017 repoScott Murray3-0/+14359
Change-Id: I52a49fa8b3b8ba33157622c7bc78c6bfae793196 Signed-off-by: Scott Murray <scott.murray@konsulko.com>