aboutsummaryrefslogtreecommitdiff
path: root/xT
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Acknowledge received commandsHEADmasterPřemysl Eric Janouch22 hours1-0/+10
| | | | | | | | | | | Event the smallest protocol change has great consequences. Relay events have been reordered to improve forward compatibility. WIP: - xM handling (send) - xA handling (relaySend) - xC: fix connection killing
* WIP: Add a Qt Quick frontend for xCPřemysl Eric Janouch13 days5-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.