aboutsummaryrefslogtreecommitdiff
path: root/xT
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Make the relay acknowledge received commandsPřemysl Eric Janouch25 hours1-0/+10
| | | | | | | | | | | | | xP now slightly throttles activity notifications, and indicates when there are unacknowledged commands. Relay events have been reordered to improve forward compatibility. As can be observed, even the smallest protocol change has great consequences. WIP: - xC: fix connection killing
* WIP: Add a Qt Quick frontend for xCPřemysl Eric Janouch2025-04-265-6/+181
| | | | We have to decouple the UI from the relay code.
* xT: improve MSYS2 buildPřemysl Eric Janouch2024-12-192-2/+25
| | | | The static Qt 6 package is unusable.
* xT: figure out basic packagingPřemysl Eric Janouch2024-12-171-27/+70
|
* Add a Qt Widgets frontend to xCPřemysl Eric Janouch2024-12-156-0/+1895
This is very much a work in progress, though functional. Qt Widgets are basically non-working on Android, though Qt Quick requires a radically different approach.