aboutsummaryrefslogtreecommitdiff
path: root/src/main.qml (follow)
AgeCommit message (Collapse)Author
2023-07-02Add settings for which previews are shown on main preview pageArseniy Movshev
2023-07-02Make the main preview page more modularArseniy Movshev
this splits off the graphs for different sensors into separate files which should make maintenance a bit easier
2023-07-02Split settings into separate pages in preparation for further customisation ↵Arseniy Movshev
settings UI page is currently empty
2023-07-01Add steps goal line indicator to steps graphArseniy 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-29Use todayTotal to make total update liveArseniy Movshev
2023-06-11Add heartrate graph (experimental, slightly broken)Arseniy Movshev
2023-06-08Switch to new sensorlogd qml interfaceArseniy Movshev
2023-06-02make the steps graph barely fit on round displaysArseniy Movshev
2023-06-02Fix syntax on valuesar.count to make graph show intermediate values correctlyArseniy Movshev
2023-05-30Move bar graph into a dedicated componentArseniy Movshev
2023-05-30Switch to the colours used in asteroid-hrmArseniy Movshev
This app should eventually be a drop-in replacement for that, so it seems appropriate to reuse the colours
2023-05-30Make steps graph trigger a recording when the app startsArseniy 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-28Add placeholder message in case of no logged stepsArseniy Movshev
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
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