summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-12-16 16:21:37 -0500
committerScott Murray <scott.murray@konsulko.com>2021-12-16 16:25:10 -0500
commit3570c2b580508b1cf01a602ec99bbf5836bafb85 (patch)
treeebf71a0fd0770246549ba1bdfbaa1ddb9902623c /package
parent70972c6093898b2d56152ca0fdc8297c70a7ec21 (diff)
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 <scott.murray@konsulko.com> Change-Id: I0ea604cb72aee86990e9584b0cab9577b2cd41e3
Diffstat (limited to 'package')
-rw-r--r--package/config.xml18
1 files changed, 0 insertions, 18 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<widget xmlns="http://www.w3.org/ns/widgets" id="dashboard" version="0.1">
- <name>Dashboard</name>
- <icon src="icon.svg"/>
- <content src="bin/dashboard" type="application/vnd.agl.native"/>
- <description>This is a demo dashboard application</description>
- <author>Qt</author>
- <license>APL 2.0</license>
- <feature name="urn:AGL:widget:required-api">
- <param name="signal-composer" value="ws"/>
- </feature>
- <feature name="urn:AGL:widget:required-permission">
- <param name="urn:AGL:permission::public:no-htdocs" value="required"/>
- <param name="urn:AGL:permission::public:display" value="required" />
- </feature>
-</widget>
-
-