Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-02 | Make the main preview page more modular | Arseniy Movshev | |
this splits off the graphs for different sensors into separate files which should make maintenance a bit easier | |||
2023-07-02 | Split settings into separate pages in preparation for further customisation ↵ | Arseniy Movshev | |
settings UI page is currently empty | |||
2023-07-01 | Add steps goal line indicator to steps graph | Arseniy Movshev | |
the move of loggersettings into main is just done so we don't have a duplicate, since we now need it in main. | |||
2023-06-29 | Use todayTotal to make total update live | Arseniy Movshev | |
2023-06-11 | Add heartrate graph (experimental, slightly broken) | Arseniy Movshev | |
2023-06-08 | Switch to new sensorlogd qml interface | Arseniy Movshev | |
2023-06-02 | make the steps graph barely fit on round displays | Arseniy Movshev | |
2023-06-02 | Fix syntax on valuesar.count to make graph show intermediate values correctly | Arseniy Movshev | |
2023-05-30 | Move bar graph into a dedicated component | Arseniy Movshev | |
2023-05-30 | Switch to the colours used in asteroid-hrm | Arseniy Movshev | |
This app should eventually be a drop-in replacement for that, so it seems appropriate to reuse the colours | |||
2023-05-30 | Make steps graph trigger a recording when the app starts | Arseniy Movshev | |
This should mean we always have the most up-to-date data. I am not sure this will work - the daemon may still be taking the reading as the graph draws, so the data still isn't fresh. Frankly, the daemon's recording mechanism needs a rewrite, and this is a stopgap. | |||
2023-05-28 | Add placeholder message in case of no logged steps | Arseniy Movshev | |
2023-05-28 | Add settings page | Arseniy 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-28 | Fix desktop file naming | Arseniy Movshev | |
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 |