ChrisTerBeke
|
3ebefa4f8a
|
Add more TODO comments to clarify
|
2018-12-06 16:59:09 +01:00 |
|
Marijn Deé
|
373c953dbf
|
Showing print queue, works with multiple printers in cluster, Add TODO
|
2018-12-06 16:25:04 +01:00 |
|
Marijn Deé
|
05ca0b372a
|
Updated TODO, printjobs are not displayed in the monitor page because
data returned from cura connect api contains None's instead of printer
uuid's
|
2018-12-06 14:04:12 +01:00 |
|
ChrisTerBeke
|
ce07e31bbf
|
Implement active printer for cloud device to get monitor page functionality working
|
2018-12-05 17:21:46 +01:00 |
|
ChrisTerBeke
|
5e15858cae
|
more mocks for monitor page, fix showing current print job in monitor page, add todo
|
2018-12-05 17:05:21 +01:00 |
|
Daniel Schiavini
|
657e763318
|
STAR-322: Using findChanges method to simplify code
|
2018-12-05 16:15:51 +01:00 |
|
Daniel Schiavini
|
7e76913736
|
STAR-322: Fixing printer matching by network key
|
2018-12-05 16:02:38 +01:00 |
|
Daniel Schiavini
|
b693b9d98f
|
STAR-322: Extracting models to be able for converting themselves
|
2018-12-05 14:08:40 +01:00 |
|
Daniel Schiavini
|
163226f940
|
STAR-322: Using composition rather than inheritance
|
2018-12-05 12:02:04 +01:00 |
|
Daniel Schiavini
|
d99e2d1533
|
STAR-322: Extracting file handler methods
|
2018-12-05 11:21:17 +01:00 |
|
Daniel Schiavini
|
01e443049f
|
STAR-322: Creating a subclass for connect devices
|
2018-12-05 10:37:58 +01:00 |
|
Daniel Schiavini
|
8ea4edf67e
|
STAR-322: Fixing job uploads
|
2018-12-04 17:37:58 +01:00 |
|
Daniel Schiavini
|
27dc17f993
|
STAR-322: Extracting translations
|
2018-12-04 16:49:26 +01:00 |
|
Daniel Schiavini
|
54744b46a7
|
Merge branch 'STAR-322_cloud-connection' of github.com:Ultimaker/Cura into STAR-322_cloud-connection
|
2018-12-04 16:15:19 +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é
|
5d77209cfb
|
Be more efficient in updating the print jobs
|
2018-12-04 13:57:41 +01:00 |
|
ChrisTerBeke
|
8e3e0c149e
|
fixes
|
2018-12-04 13:23:31 +01:00 |
|
ChrisTerBeke
|
97607419cf
|
Start with some fakes for monitor page
|
2018-12-04 12:14:21 +01:00 |
|
ChrisTerBeke
|
12b3f0088d
|
Add content type to file upload
|
2018-12-04 10:07:43 +01:00 |
|
ChrisTerBeke
|
c40d76f9ee
|
Fix formatting according to Cura code style
|
2018-12-03 23:13:24 +01:00 |
|
ChrisTerBeke
|
5fdff17782
|
Add upload messages for UI feedback, needs some refactoring
|
2018-12-03 22:12:18 +01:00 |
|
ChrisTerBeke
|
08e1b4691b
|
Remove TODO
|
2018-12-03 20:19:16 +01:00 |
|
ChrisTerBeke
|
8d6f109092
|
Set priority to 2
|
2018-12-03 20:11:53 +01:00 |
|
ChrisTerBeke
|
d91efc656a
|
Add some more todo's for UI messages
|
2018-12-03 17:38:31 +01:00 |
|
ChrisTerBeke
|
90ec3f6cf9
|
Add TODO for progress messages
|
2018-12-03 17:22:21 +01:00 |
|
ChrisTerBeke
|
5db6bd9a9b
|
Send content type to API when uploading print job
|
2018-12-03 17:09:04 +01:00 |
|
Daniel Schiavini
|
186c2cf3f5
|
START-322: Python 3.5 compatibility
|
2018-12-03 16:35:51 +01:00 |
|
Daniel Schiavini
|
f8f6670cae
|
STAR-322: Letting models convert sub-models
|
2018-12-03 15:06:01 +01:00 |
|
Daniel Schiavini
|
fc26ccd6fa
|
STAR-332: Some improvements to get the job in connect
|
2018-12-03 14:41:36 +01:00 |
|
Daniel Schiavini
|
8066074a2f
|
STAR-332: Fixing warnings
|
2018-12-03 11:02:49 +01:00 |
|
Marijn Deé
|
8b42b84618
|
Made a start with uploading jobs to the printer
|
2018-11-30 16:07:20 +01:00 |
|
Marijn Deé
|
763291821f
|
Added models to process the data from the api results
Added code to update the UI models
|
2018-11-29 17:03:11 +01:00 |
|
Marijn Deé
|
fb019ba987
|
In CloudOutputDeviceManager start a thread to periodically check for changes in the connected clusters
|
2018-11-27 14:48:47 +01:00 |
|
ChrisTerBeke
|
aaf0f69820
|
Fix some more relative imports
|
2018-11-26 15:10:36 +01:00 |
|
ChrisTerBeke
|
42ccabc7b6
|
Fix relative imports for plugin
|
2018-11-26 15:09:56 +01:00 |
|
ChrisTerBeke
|
04cc6193d6
|
More implementation for getting remote clusters, add some TODOs
|
2018-11-19 23:25:54 +01:00 |
|
ChrisTerBeke
|
10576d1242
|
Some scaffolding and implementation for cloud output device manager
|
2018-11-19 22:24:35 +01:00 |
|
ChrisTerBeke
|
228325eb89
|
Add CloudOutputDeviceManager, test implementation
|
2018-11-19 21:59:57 +01:00 |
|
ChrisTerBeke
|
115936c46b
|
Target correct cloud API version
|
2018-11-19 20:27:38 +01:00 |
|
ChrisTerBeke
|
69ca7c0f89
|
CloudOutputDevice scaffolding
|
2018-11-19 20:08:05 +01:00 |
|