From 3570c2b580508b1cf01a602ec99bbf5836bafb85 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 16 Dec 2021 16:21:37 -0500 Subject: Update for app framework removal 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 Change-Id: I0ea604cb72aee86990e9584b0cab9577b2cd41e3 --- package/config.xml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 package/config.xml (limited to 'package') diff --git a/package/config.xml b/package/config.xml deleted file mode 100644 index a1caf75..0000000 --- a/package/config.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - Dashboard - - - This is a demo dashboard application - Qt - APL 2.0 - - - - - - - - - - -- cgit 1.2.3-korg