aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Collapse)Author
2023-02-02Add the asteroid handwriting keyboard as a placeholder until we get a better ↵Arseniy Movshev
one.
2023-01-18Add copyright statements and fix spacing of license textArseniy Movshev
2023-01-18settingspage: fix clipping of license textArseniy Movshev
2023-01-18setpointpage: fix clipping of the icon selectorArseniy Movshev
2023-01-18add a date display to waypoint page and fix dateArseniy Movshev
- Fix date recording (again) - correctly load both date displays in the waypoint page
2023-01-18Add a JSON compatible default value to make waypoints work on fresh installArseniy Movshev
2023-01-18Tweak the UI colours for aesthetics and readabilityArseniy Movshev
consolidate most of the colours into `colors` - also rename this to US 'colors' for consistency make all icons in setpointpage white for readability
2023-01-15Fix date formatting in textbox and some spacing issuesArseniy Movshev
2023-01-15switch to using json as the carrier format for waypointsArseniy Movshev
2023-01-07Add a page for editing and deleting waypointsArseniy Movshev
2023-01-07Fix spacing on setpointpageArseniy Movshev
2023-01-07Fix element sizes in settings menuArseniy Movshev
2023-01-07Fix GPS positioning buttonArseniy Movshev
2023-01-07add borders to waypoints and make them clickableArseniy 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 text clipping in map viewArseniy Movshev
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
2015-12-20Removes the colorful settings and sanitize a little bit the codeFlorent Revest
2015-11-28Initial commitTim Süberkrüb