Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-30 | Check for data size before trying to load heartrate data | Arseniy Movshev | |
2023-06-29 | Use todayTotal to make total update live | Arseniy Movshev | |
2023-06-29 | Implement LoadingDone signal | Arseniy Movshev | |
2023-06-29 | Add graph here | Arseniy Movshev | |
2023-06-11 | Add heartrate graph (experimental, slightly broken) | Arseniy Movshev | |
2023-06-08 | Switch to new sensorlogd qml interface | Arseniy Movshev | |
2023-06-07 | Get rid of the blob graph | Arseniy Movshev | |
This fixes an issue where a single bar could fill the entire width of the graph, making a blob shape This is done by setting an effective minimum of the number of bars that the graph sees, so that an individual bar can't be wider than the width seen when there's three bars | |||
2023-06-02 | make the steps graph barely fit on round displays | Arseniy Movshev | |
2023-06-02 | bar graph: tweak anchors to make sure that labels text is never clipped | Arseniy Movshev | |
2023-06-02 | Fix syntax on valuesar.count to make graph show intermediate values correctly | Arseniy Movshev | |
2023-06-02 | Settings: add interval settings for heartrate and step counter | Arseniy Movshev | |
2023-05-30 | Move bar graph into a dedicated component | Arseniy Movshev | |
2023-05-30 | Switch to the colours used in asteroid-hrm | Arseniy Movshev | |
This app should eventually be a drop-in replacement for that, so it seems appropriate to reuse the colours | |||
2023-05-30 | Make steps graph trigger a recording when the app starts | Arseniy Movshev | |
This should mean we always have the most up-to-date data. I am not sure this will work - the daemon may still be taking the reading as the graph draws, so the data still isn't fresh. Frankly, the daemon's recording mechanism needs a rewrite, and this is a stopgap. | |||
2023-05-28 | Add pageheader to settings page | Arseniy Movshev | |
2023-05-28 | Add placeholder message in case of no logged steps | Arseniy Movshev | |
2023-05-28 | Add settings page | Arseniy Movshev | |
This page currently only allows enabling/disabling the two currently supported sensors This also necessitated the addition of a layerstack to allow layer navigation | |||
2023-05-28 | Fix desktop file naming | Arseniy Movshev | |
2023-05-27 | fix pageheader clipping | Arseniy Movshev | |
2023-05-27 | Refine graph code | Arseniy Movshev | |
2023-05-27 | main.qml: add basic layout | Arseniy Movshev | |
This adds a basic home page for the app, with a steps display and a history for the past week. | |||
2023-05-27 | initial commit: rename and add demo code | Arseniy Movshev | |
Based on asteroid-helloworld | |||
2023-05-14 | Move main library file to CMAKE_INSTALL_LIBDIR and add a launch script | Bart Ribbers | |
Previously the main program file was installed to /usr/bin, mistakingly giving the impression it could be executed as is. However it isn't a binary but a library that gets executed through invoker. To prevent confusion move it to /usr/lib and add a launch script to /usr/bin instead which launches it through invoker | |||
2021-05-17 | Remove unused QtSensors import | Bart Ribbers | |
2021-05-17 | Port to CMake | Bart Ribbers | |
Qt is slowly deprecating QMake. They have stopped building Qt itself with QMake and moved Qt6 to CMake instead. Although QMake is still around, it's clear the focus has shifted and it would be good for applications to switch over to an alternative build system as well So hereby, switch the build system to CMake |