summaryrefslogtreecommitdiff
path: root/qmlplugin/hrDataLoader.cpp (follow)
AgeCommit message (Collapse)Author
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-06-20DataLoaders: switch to qvariant for qml compatibilityArseniy-Movshev
2023-06-20Add HrDataLoaderArseniy-Movshev
This provides a similar interface to the step data loader, but doesn't have a 'total' function because that's not really that useful.