Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-02 | Make the main preview page more modular | Arseniy Movshev | |
this splits off the graphs for different sensors into separate files which should make maintenance a bit easier | |||
2023-07-02 | Split settings into separate pages in preparation for further customisation ↵ | Arseniy Movshev | |
settings UI page is currently empty | |||
2023-07-02 | Add settings for step goal | Arseniy Movshev | |
2023-07-01 | Add steps goal line indicator to steps graph | Arseniy Movshev | |
the move of loggersettings into main is just done so we don't have a duplicate, since we now need it in main. | |||
2023-06-30 | Reduce the number of divisions if BPM goes over 100 | Arseniy Movshev | |
2023-06-30 | fix graph label positioning and spacing | Arseniy Movshev | |
the labels containers are now inset so they actually align with the values (a small offset would be caused by the way that the graph insets its data) all the code for positioning of the horizontal labels has been redone. This necessitated some changes in the loading code, and a fix to a particularly embarrassing variable duplication. | |||
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 | Clean up build and packaging descriptions | 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 | Revise README | 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-16 | Switch invoker to use booster-qt5 | Bart Ribbers | |
booster-qtcomponents-qt5 has been deprecated upstream and the application launches fine with just booster-qt5 as well | |||
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 |