Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove QRestReply TP marking | Juha Vuolle | 2024-06-05 | 1 | -1/+1 |
* | QRestReply: use qt_ptr_swap instead of std::swap | Marc Mutz | 2024-03-01 | 1 | -1/+1 |
* | Mark the REST enablers as Tech Preview | Giuseppe D'Angelo | 2024-02-20 | 1 | -1/+1 |
* | Rename QRestReply data accessors as read* functions | Juha Vuolle | 2024-01-30 | 1 | -3/+3 |
* | Make QRest* APIs non-owning and non-duplicating | Juha Vuolle | 2024-01-29 | 1 | -31/+33 |
* | QRestReply: optionally return the QJsonParseError from json() | Marc Mutz | 2024-01-12 | 1 | -1/+2 |
* | QRestReply: include / fwd-declare what you need | Marc Mutz | 2024-01-12 | 1 | -0/+6 |
* | Change QRestReply json return type to QJsonDocument | Juha Vuolle | 2024-01-12 | 1 | -2/+1 |
* | Add QDebug support for QRestReply | Juha Vuolle | 2023-12-08 | 1 | -0/+4 |
* | Add uploadProgress signal for QRestReply | Juha Vuolle | 2023-12-08 | 1 | -0/+1 |
* | Add signals and methods for QRestReply download progress | Juha Vuolle | 2023-12-08 | 1 | -0/+3 |
* | Add REST client convenience wrappers | Juha Vuolle | 2023-12-08 | 1 | -0/+55 |