Jaime van Kessel
f999d990e0
Fix error message after a failed sync.
...
This fxes the issue where it would still show an error message if you
first have a sync fail and then have one that succeeds
CURA-8670
2021-12-03 14:19:59 +01:00
Ghostkeeper
67cae04a24
Remove message explaining what caused the error
...
It doesn't matter to the user. Only the error message matters.
Contributes to issue CURA-8609.
2021-11-01 18:29:36 +01:00
Ghostkeeper
ce4117a3ee
Reset export USB button when re-opening window
...
To do that, I moved the property to track that state to the root of the window.
Contributes to issue CURA-8609.
2021-10-29 15:12:16 +02:00
Jaime van Kessel
8f1cf4a963
Move openSYncAllWindow to the right class
...
CURA-8609
2021-10-28 09:43:12 +02:00
Ghostkeeper
273e933145
Reset sync status when closing and re-opening sync window
...
Otherwise when you want to sync again, it'll just say that you're done. Not what a user would expect, I reckon.
Contributes to issue CURA-8609.
2021-10-27 14:13:49 +02:00
Ghostkeeper
af54316690
Typing fixes
...
Some things the CI is complaining about.
Contributes to issue CURA-8609.
2021-10-13 10:00:22 +02:00
Ghostkeeper
0fa6f650f6
Expose printer status updates via progress update signal
...
This way we can ask the printer status from QML even if it's updated via a job on a different thread and different class and all that.
Contributes to issue CURA-8609.
2021-10-12 16:06:53 +02:00
Ghostkeeper
125c80430b
Show more information about errors we're getting
...
Show the error code we received in the GUI, and allow expansion for different types of errors.
Contributes to issue CURA-8609.
2021-10-12 11:30:12 +02:00
Ghostkeeper
025ef743ee
Track progress from export job
...
This way we can show a progress bar.
Contributes to issue CURA-8609.
2021-10-12 10:24:07 +02:00
Ghostkeeper
4661b02e4c
Move code and status related to uploading materials to separate class
...
There's quite a lot of status to track, errors and progress. It's better kept separate.
Contributes to issue CURA-8609.
2021-10-12 09:43:21 +02:00