Age | Commit message (Collapse) | Author |
|
This page currently only allows enabling/disabling the two currently supported sensors
This also necessitated the addition of a layerstack to allow layer navigation
|
|
|
|
|
|
|
|
This adds a basic home page for the app, with a steps display and a history for the past week.
|
|
Based on asteroid-helloworld
|
|
booster-qtcomponents-qt5 has been deprecated upstream and the application launches fine with just booster-qt5 as well
|
|
Previously the main program file was installed to /usr/bin, mistakingly giving the impression it could be executed as is. However it isn't a binary but a library that gets executed through invoker. To prevent confusion move it to /usr/lib and add a launch script to /usr/bin instead which launches it through invoker
|
|
|
|
This is the complementary change to
https://github.com/AsteroidOS/meta-asteroid/pull/105
Signed-off-by: Ed Beroset <beroset@ieee.org>
|
|
This adds generation of an .ipk file if the user requests the build
target "package".
|
|
The build process will generate the asteroid-helloworld.desktop file so
we don't need to store it in the repository.
|
|
Desktop file generation failed due to a missing quote.
This fixes this minor issue.
|
|
|
|
Qt is slowly deprecating QMake. They have stopped building Qt itself
with QMake and moved Qt6 to CMake instead. Although QMake is still
around, it's clear the focus has shifted and it would be good for
applications to switch over to an alternative build system as well
So hereby, switch the build system to CMake
|
|
|
|
|
|
minor mistake
|
|
|