fieldOfView
6abf916ced
Fix typing in __init__ methods to appease MYPY
2020-01-14 21:56:06 +01:00
Nino van Hooff
88e5626b59
Fix more Mypy warnings
...
CURA-6983
2020-01-14 17:57:12 +01:00
Jaime van Kessel
6ae3172287
Store metadata when writing the workspace
2020-01-14 15:40:38 +01:00
Jaime van Kessel
b6d1429eb7
Ensure that 3mf workspace reader loads aditional metadata
...
CURA-6627
2020-01-14 15:27:30 +01:00
Dimitriovski
15a3922436
Removed unnecessary checks
...
CURA-7090
2020-01-14 14:07:55 +01:00
Dimitriovski
e8f22beb27
Removed unnecessary function and a call to it. Added some typing.
...
CURA-7090
2020-01-14 11:50:47 +01:00
Dimitriovski
7359492e11
Added a Tooltip over the Dismiss button. Changed the cursor on hover.
2020-01-13 11:44:23 +01:00
Dimitriovski
071cf5517e
linting
...
CURA-7090
2020-01-13 10:37:40 +01:00
Nino van Hooff
53115dc3b2
Fix Mypy warnings
...
CURA-6983
2020-01-13 09:57:35 +01:00
Nino van Hooff
6aba835c1c
Only show restart dialog when packages were installed
...
CURA-6983
2020-01-13 09:57:14 +01:00
Dimitriovski
fbe38dc658
added typing, refactored some functions
...
CURA-7090
2020-01-13 09:55:18 +01:00
Dimitriovski
071326b890
Added logic for dismissing packages from the Incompatible list
...
CURA-7090
2020-01-11 01:11:49 +01:00
Dimitriovski
c86cc3ae5a
Added 'dismiss' link and logic for removing the item from the dialog
...
CURA-7090
2020-01-10 16:48:45 +01:00
Nino van Hooff
2da8040e5a
Show a restart dialog at the end of the cloud sync flow
...
CURA-6983
2020-01-10 15:49:18 +01:00
Nino van Hooff
f15e21805c
Remove unused member
...
CURA-6983
2020-01-10 14:29:21 +01:00
Nino van Hooff
35695e5ab6
Install and cloud-subscribe a package when after agreeing to the license
...
CURA-6983
2020-01-10 14:20:58 +01:00
Nino van Hooff
1cf3cd8228
Fix Subscribing to a package
...
CURA-6983
2020-01-10 13:17:48 +01:00
Nino van Hooff
88d210d12d
Fix The toolbox license dialog
...
CURA-6983
2020-01-10 11:47:36 +01:00
Nino van Hooff
317061029c
Use more high-level temporary file api
...
CURA-6983
2020-01-10 11:45:59 +01:00
Nino van Hooff
f79949a150
Use scope instead of manual request header updates in Toolbox.py
...
CURA-6983
2020-01-10 11:45:58 +01:00
Nino van Hooff
6069096141
CloudSync: documentation and cleanup
...
CURA-6983
2020-01-10 11:43:43 +01:00
Nino van Hooff
89994b92b5
Finished LicensePresenter
...
CURA-6983
2020-01-10 11:43:42 +01:00
Nino van Hooff
dda3d0b4eb
Fix downloadPresenter and initial LicensePresenter.py code
...
CURA-6983
2020-01-10 11:43:42 +01:00
Nino van Hooff
84e676c1f8
Download packages to be installed and show a message with progress.
...
CURA-6983
2020-01-10 11:42:48 +01:00
Nino van Hooff
883243b533
Move UltimaterCloudScope to Cura project
...
CURA-6983
2020-01-10 11:42:48 +01:00
Nino van Hooff
1a816ad010
Introduce the SyncOrchestrator
...
CURA-6983
2020-01-10 11:42:48 +01:00
Nino van Hooff
6eab5e2492
Add HttpRequestScope and fix the CompatibilityDialog
...
CURA-6983
2020-01-10 11:42:48 +01:00
Jaime van Kessel
3e07105edf
Fix incorrect typing
2020-01-10 11:42:17 +01:00
Nino van Hooff
71000180fc
Refactor cloud sync out of Toolbox.py
...
CURA-6983
2020-01-10 11:41:45 +01:00
Dimitriovski
e5f464f7e7
typing
2020-01-10 10:44:29 +01:00
Jaime van Kessel
f15e0c5477
Merge branch 'CURA-7038_remove_labels_if_no_packages' of github.com:Ultimaker/Cura
2020-01-09 13:25:39 +01:00
Jaime van Kessel
6e05393539
Merge branch 'CURA-6577_rebased' of github.com:Ultimaker/Cura
2020-01-09 13:14:46 +01:00
Dimitriovski
4b757b6be9
Added missing call to function from a refactoring
2020-01-08 17:34:51 +01:00
Dimitriovski
98a825fbf1
Rebased the subscribe function to use latest version of HttpRequestManager
...
CURA-6577
2020-01-08 11:51:07 +01:00
Dimitriovski
2a01d5c4a6
linting
...
CURA-7038
2020-01-07 15:20:28 +01:00
Dimitriovski
6240522cd6
removed print statement
2020-01-07 14:44:46 +01:00
Dimitriovski
fc504a7cb6
Removed redundant string comparison
...
CURA-7038
2020-01-07 14:43:49 +01:00
Dimitriovski
75d2a72424
Remove the label(s) from the compatibility dialog if there are no packages
...
CURA-7038
2020-01-07 14:19:31 +01:00
Jaime van Kessel
a1f8c3f281
Merge branch 'CURA-6255_incorrect_usage_of__file__' of github.com:Ultimaker/Cura
2020-01-07 14:10:19 +01:00
Lipu Fei
0a495b3f6f
Remove unused code in Toolbox
...
CURA-6387
2020-01-07 12:44:45 +01:00
Lipu Fei
a84e6c3c92
Fix Toolbox due to network manager refactor
...
CURA-6387
2020-01-07 11:37:37 +01:00
Lipu Fei
4f91389941
Fix QML warnings
2020-01-07 11:37:37 +01:00
Jaime van Kessel
523b4e96a8
Ensure that post processing scripts are correctly reloaded on project loading
...
Previously it would not re load post processing plugins if it was updating an existing machine
Fixes #6881
2020-01-07 10:45:57 +01:00
Johnathan Chu
1f2e079185
Update DisplayFilenameAndLayerOnLCD.py:
...
- Fixed filename appearing in middle of text when scrolling is disabled and displaying max layer.
- Fixed filename appearing twice when scrolling is enabled and displaying max layers.
2020-01-06 21:45:43 -08:00
Jaime van Kessel
2a09404235
Change ModuleNotFoundError to ImportError
...
THat's what you get from developing with Python 3.6 instead of 3.5
2020-01-06 15:53:55 +01:00
Jaime van Kessel
116ea76fbb
Don't register SentryLogger if sentry_sdk is not available
2020-01-06 15:17:20 +01:00
Jaime van Kessel
11d176137f
Remove usage of deprecated function
2020-01-06 15:02:33 +01:00
Jaime van Kessel
0c1c4e4856
Move HttpRquestData to it's own file
...
CURA-6387
2020-01-06 11:34:32 +01:00
Lipu Fei
625b08baf8
Merge master and fix
...
CURA-6387
2020-01-06 11:18:12 +01:00
Lipu Fei
5a689c2389
Merge remote-tracking branch 'origin/master' into CURA-6387_http_request_manager
2020-01-06 11:15:37 +01:00