aboutsummaryrefslogtreecommitdiff
path: root/xT/xT.cpp
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Add a Qt Quick frontend for xCHEADmasterPřemysl Eric Janouch3 days1-1/+1
| | | | We have to decouple the UI from the relay code.
* Make the relay acknowledge all received commandsorigin/masterPřemysl Eric Janouch3 days1-0/+10
| | | | | | | | | | To that effect, bump liberty and the xC relay protocol version. Relay events have been reordered to improve forward compatibility. Also prevent use-after-free when serialization fails. xP now slightly throttles activity notifications, and indicates when there are unacknowledged commands.
* 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.