Age | Commit message (Collapse) | Author |
|
The weight data collection is manual, so we need a page for the user to input data, hence this commit isn't sufficient for a weight logging implementation on its own.
Weight doesn't have a dataChanged signal in sensorlogd, so that's currently not implemented here either
Because weight tracking isn't for everyone, the preview isn't shown by default.
|
|
|
|
this splits off the graphs for different sensors into separate files which should make maintenance a bit easier
|
|
settings
UI page is currently empty
|
|
the move of loggersettings into main is just done so we don't have a duplicate, since we now need it in main.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This app should eventually be a drop-in replacement for that, so it seems appropriate to reuse the colours
|
|
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.
|
|
|
|
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
|
|
|
|
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
|