summaryrefslogtreecommitdiffstats
path: root/package
AgeCommit message (Collapse)AuthorFilesLines
2021-12-20Add .desktop and icon file installationmarlin_12.92.0marlin_12.91.0marlin/12.92.0marlin/12.91.012.92.012.91.0Scott Murray4-306/+133
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: Ic84c43d4871002131f982c3054a9ee6f475e649d
2021-12-16Update for app framework removalScott Murray1-20/+0
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. - Tweak the Bluetooth QML to call into the new start call in the libqtappfw-bt Bluetooth object that replaces the previous WebSocket onConnected hook. - Remove the voice related code as it is not likely to be re-enabled anytime soon. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I8d3272b62aa403a71adadd26c545c1ed33281e5f
2021-01-07Remove libhomescreen dependencymarlin_12.90.1marlin_12.90.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.0koi_10.93.0koi_10.92.0koi/10.93.0koi/10.92.012.90.112.90.011.92.011.91.010.93.010.92.0Scott Murray1-1/+0
libhomescreen was still a dependency in the qmake files, and its header file was being pulled in in main.cpp even though there it is no longer used, remove usage. Also remove unneeded homescreen binding dependency from the config.xml manifest. Bug-AGL: SPEC-3757 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I488c28999acf872cd1b80374dd68c8d783c725f5
2020-06-24Conversion to agl-compositorMarius Vlad1-1/+0
Bug-AGL: SPEC-3447 Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: I5b2dca1677f88e01cc28f10911e036707c3c6924
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: Ie5eb8365d77f5de507dd393f41d95ac88f417661
2019-12-04voice: add voice agents settings pageicefish_8.99.2icefish/8.99.28.99.2Raquel Medina1-0/+1
Bug-AGL: SPEC-2981 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: I8eb6ae44db10039197da406446b5057ae9cb3b50
2019-07-05settings: wired: add wired connections UIRaquel Medina1-1/+1
The initial Wired UI only implements unauthenticated access. Bug-AGL: SPEC-2355 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: I5bac4378879e365bce544ae55d752c187acc3a48
2019-04-26Add permission to use displayJosé Bollo1-0/+1
Add the permission required to access the display through the wayland socket. Change-Id: Ie7cc6fb781121532cfb2ba784305a9acd62efadf Bug-AGL: SPEC-2357 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2018-07-27wifi: convert to libqtappfw network modelMatt Porter1-1/+1
Use libqtappfw's network model for the wifi network list, wifi status, and wifi power/connect/disconnect methods. Remove useless websocket message handling and other related code. Bug-AGL: SPEC-1542 Change-Id: I269fc03405be98f428b61e6a583eb5cbad767c6e Signed-off-by: Matt Porter <mporter@konsulko.com>
2017-11-14Porting to new HMI FrameworkScott 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: I4d6883bd60951af97be2d834667ab38622040735 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
2017-06-29binding: remove bindings from settings applicationMatt Ranostay1-2/+2
bindings are moved to their own repos so no longer needed in settings application Bug-AGL: SPEC-661 SPEC-715 Change-Id: I0171a73fe20ed076c5d07edd708ffe46778d84bb Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-03-24Update config.xml for new framework on systemdJosé Bollo1-0/+7
Also fix a typo Change-Id: Id1e391922c77b1c355b05d0445f5f9bdc632a929 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-12-14merge the Settings in CES2017 and bindings from ALPSTasuku Suzuki3-0/+315
Change-Id: I00a7a6c5dae1cd579f91d543b0f5fba4616a633b Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>