Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-27 | fix pageheader clipping | Arseniy Movshev | |
2023-05-27 | Refine graph code | Arseniy Movshev | |
2023-05-27 | main.qml: add basic layout | Arseniy Movshev | |
This adds a basic home page for the app, with a steps display and a history for the past week. | |||
2023-05-27 | initial commit: rename and add demo code | Arseniy Movshev | |
Based on asteroid-helloworld | |||
2021-05-17 | Remove unused QtSensors import | Bart Ribbers | |
2021-05-17 | Port to CMake | Bart 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 |