aboutsummaryrefslogtreecommitdiff
path: root/src/resources.qrc (follow)
AgeCommit message (Collapse)Author
2023-08-02Add detail view page for weightArseniy Movshev
2023-08-02Add weight graph and previewArseniy Movshev
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.
2023-07-21Add steps detail pagedodoradio
Currently this is a direct clone of the heartrate detail page, and isn't specialised for steps in any way
2023-07-21Add heartrate detail pagedodoradio
This currently just allows viewing heartrate over a day, a week or 3 weeks
2023-07-20Rewrite the labelling systemdodoradio
The label code has been split into its own set of components: -TimeLabels: These try to display time labels as best as possible. They can label intervals from a minute to a day, but the code for labelling weeks is still missing. There's also no code protecting against strings overlapping with each other. - VerticalLabels: The code for these is a bit more 'analogue' than that of the time labels, but it's roughly analogous to previous code. These have also been implemented for the heartrate graph.
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-06-29Add graph hereArseniy Movshev
2023-05-30Move bar graph into a dedicated componentArseniy 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
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