kdeconnect-kde/core/backends
Albert Vaca Cintora 5796b561bf Simplify the code that reads from the socket line by line
Since sockets are buffered `QIODevices` we can use `canReadLine()` to check
if we have a full line, instead of using a custom `SocketLineReader` class
(and the copy-pasted `DeviceLineReader` in the Bluetooth backend). 

We can also loop through all the lines instead of queuing calls to `dataReceived`.

And we don't need transactions.
2023-07-10 15:58:56 +00:00
..
bluetooth Simplify the code that reads from the socket line by line 2023-07-10 15:58:56 +00:00
lan Simplify the code that reads from the socket line by line 2023-07-10 15:58:56 +00:00
loopback Cleanup 2023-06-27 13:15:11 +02:00
devicelink.cpp Add DeviceInfo class 2023-06-27 11:10:59 +00:00
devicelink.h Add DeviceInfo class 2023-06-27 11:10:59 +00:00
linkprovider.cpp Add and make use of ECM's clang-format integration 2022-09-11 23:21:58 +00:00
linkprovider.h Add DeviceInfo class 2023-06-27 11:10:59 +00:00
pairinghandler.cpp Fix loopback link pairing timing out when already paired 2023-06-24 17:40:46 +02:00
pairinghandler.h Refactor PairingHandler 2023-06-02 16:38:52 +00:00