summaryrefslogtreecommitdiff
path: root/qmlplugin/weightDataLoader.cpp (follow)
AgeCommit message (Collapse)Author
2023-07-23Weight: make sure we have a directory to write intoArseniy-Movshev
2023-07-22weightDataLoader: add support for floatsArseniy-Movshev
Weight data may now be stored as fractions of a kilogram
2023-07-21qmlPlugin: make file loading less verboseArseniy-Movshev
This removes a large proportion of the log spam. This was getting a bit too much because UI now loads several graphs at once.
2023-07-12Add a method for getting data over multiple daysArseniy-Movshev
2023-07-02Add a method for adding data points to weightArseniy-Movshev
2023-07-02Add a weight data accessorArseniy-Movshev
this doesn't have a sensor associated with it, as it's meant to be logged manually through UI - but we're still using the same model as the other data sources