summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-28Add settings pageArseniy Movshev
This page currently only allows enabling/disabling the two currently supported sensors This also necessitated the addition of a layerstack to allow layer navigation
2023-05-28Fix desktop file namingArseniy Movshev
2023-05-27fix pageheader clippingArseniy Movshev
2023-05-27Refine graph codeArseniy Movshev
2023-05-27main.qml: add basic layoutArseniy Movshev
This adds a basic home page for the app, with a steps display and a history for the past week.
2023-05-27initial commit: rename and add demo codeArseniy Movshev
Based on asteroid-helloworld
2023-05-16Switch invoker to use booster-qt5Bart Ribbers
booster-qtcomponents-qt5 has been deprecated upstream and the application launches fine with just booster-qt5 as well
2023-05-14Move main library file to CMAKE_INSTALL_LIBDIR and add a launch scriptBart Ribbers
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
2023-02-12Add vscode recommended extensionsLepras
2022-08-01Update extra-cmake-modules syntaxEd Beroset
This is the complementary change to https://github.com/AsteroidOS/meta-asteroid/pull/105 Signed-off-by: Ed Beroset <beroset@ieee.org>
2022-05-22Add commands to generate installable .ipk fileEd Beroset
This adds generation of an .ipk file if the user requests the build target "package".
2022-05-22Remove generated desktop fileEd Beroset
The build process will generate the asteroid-helloworld.desktop file so we don't need to store it in the repository.
2021-08-11i18n: Use correct string for app name.MagneFire
Desktop file generation failed due to a missing quote. This fixes this minor issue.
2021-05-17Remove unused QtSensors importBart Ribbers
2021-05-17Port to CMakeBart Ribbers
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
2021-02-07Remove my private configurationmiathedev
2021-02-06Update README.mdMia
2021-02-06Update main.qmlMia
minor mistake
2021-02-06Initmiathedev