Daniel Schiavini
e815d5da8f
STAR-322: Avoiding lambdas and direct callbacks to avoid gc
2018-12-14 16:02:28 +01:00
Daniel Schiavini
2f08854097
STAR-322: Using QNetworkReply.finished signal instead of QNetworkAccessManager.finished
2018-12-14 14:50:15 +01:00
Daniel Schiavini
4dc8edb996
STAR-322: Fixing the multipart upload
2018-12-14 12:48:40 +01:00
ChrisTerBeke
a766effce8
Fix typing for optional callback for on_progress
2018-12-11 12:43:43 +01:00
Daniel Schiavini
8ea4edf67e
STAR-322: Fixing job uploads
2018-12-04 17:37:58 +01:00
Daniel Schiavini
9046b39b43
STAR-322: Creating a Cloud API client to handle the interaction
2018-12-04 16:14:08 +01:00
Marijn Deé
579522857a
Fix the code-style test
2018-11-26 14:42:50 +01:00
ChrisTerBeke
21c81603b4
Use application singleton instead of locally cached application
2018-11-26 13:33:14 +01:00
ChrisTerBeke
2fc5061c41
Fix some PR comments, cleanup imports
2018-11-23 14:11:43 +01:00
ChrisTerBeke
8453cd693e
Make QNetworkReply optional
2018-11-21 00:04:34 +01:00
ChrisTerBeke
8ad8489af0
Fix returning reply on postFormWithParts
2018-11-21 00:03:36 +01:00
ChrisTerBeke
c7bb6931f4
Refactor networked output device
...
All networking related stuff is moved to a separate class called NetworkClient for reusability.
As example it is now also used in the WIP CloudOutputDeviceManager to clean up network calling there.
2018-11-20 23:44:28 +01:00