summaryrefslogtreecommitdiff
path: root/qmlplugin/stepsDataLoader.h (follow)
AgeCommit message (Collapse)Author
2023-07-21Add file watcher to stepsDataLoaderArseniy-Movshev
this is essentially a copy of the previous commit applied to hrDataLoader
2023-07-12Add a method for getting data over multiple daysArseniy-Movshev
2023-06-20DataLoaders: switch to qvariant for qml compatibilityArseniy-Movshev
2023-06-20StepsDataLoader: add a property that updates today's live step countArseniy-Movshev
this also changes the behaviour of getTodayTotal()
2023-06-20Move fileNameForDate to a common header fileArseniy-Movshev
This function shows up in quite a few places so this seems justified. Other functions may get this treatment later
2023-06-20StepsDataLoader: Add a way to get the full day's dataArseniy-Movshev
additionally, this renames the current data access function to 'getTotalForDate()' while the new function gets the old name of 'getDataForDate()'. This naming seems more appropriate. This should allow apps using the QML interface to implement their own graphs
2023-05-29Add a method for daemon recordings to be triggered from qmlArseniy-Movshev
This allows the app to always show an up-to-date value
2023-05-26steps: add more useful data fetch methodArseniy-Movshev
2023-05-26Restructure to split to daemon and qml accessorArseniy-Movshev
- add separate subdirs for daemon and qml - add some generic qml boilerplate - add a really lazy 'last value' loader implementation - license the project as gplv3 (add copyright notices and license text)