summaryrefslogtreecommitdiff
path: root/qmlplugin/hrDataLoader.h (follow)
AgeCommit message (Collapse)Author
2023-07-21Add filesystem watchers to hrdataloader to update when new data comes inArseniy-Movshev
When data for a specific file is requested, that file is added to the watch list. Currently these files aren't ever removed from the watch list, hopefully we won't be loading enough files to cause problems, at least for now
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.