aboutsummaryrefslogtreecommitdiff
path: root/xT/xT.cpp
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Acknowledge received commandsHEADmasterPřemysl Eric Janouch24 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 days1-1/+1
| | | | We have to decouple the UI from the relay code.
* xT: improve MSYS2 buildPřemysl Eric Janouch2024-12-191-0/+1
| | | | The static Qt 6 package is unusable.
* Add a Qt Widgets frontend to xCPřemysl Eric Janouch2024-12-151-0/+1723
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.