summaryrefslogtreecommitdiff
path: root/src/main.qml (follow)
AgeCommit message (Collapse)Author
2023-01-07Fix GPS positioning buttonArseniy Movshev
2023-01-07changes to compass, overlays and waypointsArseniy Movshev
a very messy commit: - add waypoints to show up on the map - fix compass to work correctly - fix centering of buttons on flat tyre watches
2023-01-07Add functionality to center view buttonArseniy Movshev
2023-01-07Work on adding gui for dropping pinsArseniy Movshev
Continue work on waypoint dialog Add experimental method of saving map positions
2023-01-07Fix colours in applicationArseniy Movshev
2023-01-07Add a settings pageArseniy Movshev
2023-01-07Fork from asteroid-stopwatch and initialise repoArseniy Movshev
copied over the asteroidos boilerplate from asteroid-stopwatch and removed everything else started work on getting a UI to show up
2022-04-07add support for physical handsdodoradio
2022-02-15Change colors to implement ↵eLtMosen
https://github.com/AsteroidOS/asteroid-launcher/issues/84
2021-05-17Port to CMakeBart 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