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: I5b6a0fee2b02e4e5132689b8d892ce5f8480cc42
|
|
Changes:
- Remove the autobuild scripts and config.xml used by the app
framework widget build.
- Update the qmake files to just build a "hvac" 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.
Bug-AGL: SPEC-4182
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I6634a611741b442597dca2978a8dd0a6b6b75341
|
|
HVAC binding needs to be split into its own package so must be removed
from the hvac application
Bug-AGL: SPEC-1757
Change-Id: I9b1a6b2bc6371a285e468205fa7c00f0ac662d64
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
$ qmake && make will generate package/hvac.wgt
Change-Id: I67057f1f3b511a3af4a22aedd32f6614dc56b503
Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
|