Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-28 | Add a dbus interface to allow reinitialising the logger | Arseniy-Movshev | |
This is to allow the logger to be reinitialised form qml | |||
2023-05-28 | Fix up the settings implementation | Arseniy-Movshev | |
add interval and enabled settings for all sensors get rid of some bad duplicates make sure that application properties are set up before settings are accessed | |||
2023-05-26 | Add systemd services and rename executable | Arseniy-Movshev | |
2023-05-26 | Restructure to split to daemon and qml accessor | Arseniy-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) |