Jelle Spijker
11c2ccd227
Use the ongoing_request queue
...
Contributes to CURA-8587
2021-12-10 12:41:37 +01:00
Jelle Spijker
a571e87553
Fixed the spinner
...
Contributes to CURA-8587
2021-12-10 12:39:44 +01:00
casper
6860c29923
Update PO files
...
CURA-8753
2021-12-10 12:24:01 +01:00
casper
9e1e995cff
Update translations template
...
CURA-8753
2021-12-10 12:12:29 +01:00
Jelle Spijker
9b7731a21b
Use package_infos to obtain the url
...
Contributes to CURA-8587
2021-12-10 11:50:38 +01:00
Jelle Spijker
ec8254bca9
Fixed old Marketplace update functionality
...
Contributes to CURA-8587
2021-12-10 11:50:02 +01:00
Jelle Spijker
e0754c7015
Disabled old toolbox functionality for updating
...
The signals messed up the new update process.
Contributes to CURA-8587 and relates to CURA-8588
2021-12-10 11:16:08 +01:00
Jelle Spijker
d9f77d7ffd
Moved the update logic to the PackageManager
...
Contributes to CURA-8587
2021-12-10 11:14:51 +01:00
Casper Lamboo
68e60f74ff
Merge pull request #11045 from Ultimaker/PP-86-Avoid-overextrusion-for-100%-density
...
reduce flow for 100% density parts
2021-12-10 10:58:16 +01:00
Ghostkeeper
cc7c4b41a9
Merge branch 'PP-50_0.3mm_layer_height_print_profiles'
2021-12-10 10:37:17 +01:00
Ghostkeeper
1ca5290d71
Remove comments from profiles
...
Our FastConfigParser doesn't deal with these safely. It's best to disallow comments altogether. They affect the line afterwards.
Contributes to issue CURA-8746.
2021-12-10 10:25:06 +01:00
Jaime van Kessel
fe8a3fc61d
Prevent crash when setting non default intent category
2021-12-10 09:51:09 +01:00
casper
4991c39535
Make sure ManageButton
has the correct width and height
...
Cura 8587
2021-12-09 22:41:14 +01:00
Ghostkeeper
f456c1a885
Merge branch 'master' of github.com:Ultimaker/Cura
2021-12-09 17:37:23 +01:00
Ghostkeeper
7a3d12d2cf
Merge branch 'master' of https://github.com/mlapkin/Cura into mlapkin-master
2021-12-09 17:35:20 +01:00
Jelle Spijker
1adae61f39
Enable and disabled now toggle correctly
...
Contributes to: CURA-8587
2021-12-09 15:49:05 +01:00
Jelle Spijker
9874b0c8ba
removed redundant dunders from helper class
...
Contributes to: CURA-8587
2021-12-09 15:14:20 +01:00
Rijk van Manen
850a9d43c2
roofing is causing a lot of travels
...
This needs to be enabled after the bug causing travels is fixed. (PP-86)
2021-12-09 13:51:52 +01:00
Jelle Spijker
4c5ca22b24
Handle bundled packages which can be Downgraded
...
Contributes to: CURA-8587
2021-12-09 12:04:47 +01:00
Jelle Spijker
8a583a4323
Fixed Enable button text and style
...
Contributes to: CURA-8587
2021-12-09 10:27:27 +01:00
Jelle Spijker
0299bb1694
Fixed update buttons
...
Contributes to: CURA-8587
2021-12-09 10:24:26 +01:00
Jelle Spijker
8dc88e52c2
Don't show the Enable buttons for materials
...
Contributes to: CURA-8587
2021-12-09 10:03:56 +01:00
Jelle Spijker
51a77f683d
Moved stateManageButton logic out of the packageModel
...
Contributes to: CURA-8587
2021-12-09 09:56:41 +01:00
p.kuiper
e78caa10c6
Marked 0.3mm profiles as experimental
...
Relates to PP-50
2021-12-09 09:15:25 +01:00
Remco Burema
8be1c29f0a
Merge pull request #11036 from Ultimaker/CURA-8736_revert_graphics_buffer
...
Revert graphics buffer update
2021-12-09 08:50:26 +01:00
p.kuiper
dc72c29d07
Updated settings version number for BAM and PVA
...
Relates to PP-50
2021-12-09 08:48:15 +01:00
Jelle Spijker
59470814e2
Show spinner again
...
Contributes to: CURA-8587
2021-12-09 08:30:22 +01:00
p.kuiper
21d914f158
Merge branch 'master' into PP-50_0.3mm_layer_height_print_profiles
2021-12-09 08:16:55 +01:00
p.kuiper
7b4bc6958c
Added the new high density infill pattern change
...
Relates to PP-50
2021-12-09 08:16:16 +01:00
Jelle Spijker
7734bf5169
Show Install and Update buttons in the correct scenario's
...
Contributes to: CURA-8587
2021-12-09 07:58:14 +01:00
casper
8708fd0f3a
Merge remote-tracking branch 'origin/CURA-8587_disable_update_install_and_uninstall' into CURA-8587_disable_update_install_and_uninstall
...
# Conflicts:
# plugins/Marketplace/resources/qml/PackageCard.qml
# plugins/Marketplace/resources/qml/PackagePage.qml
2021-12-08 20:01:55 +01:00
casper
d405652db7
Combine dublicated elements from PackageCard
and PackagePage
into
...
reusable component `PackageCardHeader`
cura 8734
2021-12-08 19:41:50 +01:00
Jelle Spijker
9f41115bc1
Rework of the ManageButton
...
Now uses the internal signal
Contributes to: CURA-8587
2021-12-08 18:47:56 +01:00
Ghostkeeper
9674c54efb
Better type checking and handling of optionals
...
Adds type checking here and there to catch such errors in the future.
This makes it handle the optional fields of this model better.
Contributes to issue CURA-8730.
2021-12-08 17:36:09 +01:00
Jelle Spijker
4c516e8cec
Moved QObject out if TYPE_CHECKING statement
...
Contributes to: CURA-8587
2021-12-08 16:14:59 +01:00
Jelle Spijker
e4d469b6a1
Added some typing annotation
...
Contributes to: CURA-8587
2021-12-08 16:13:46 +01:00
Jelle Spijker
fb950e39c9
Merge pull request #11037 from Ultimaker/CURA-8734_Package_card_refactor
...
Cura 8734 package card refactor
2021-12-08 16:08:24 +01:00
casper
c72fd12ea2
Make ManageButton a reusable Component
...
cura 8734
2021-12-08 15:50:00 +01:00
Jelle Spijker
df0c502961
Removed redundant pyQtSlots
...
Contributes to: CURA-8587
2021-12-08 14:48:47 +01:00
Jelle Spijker
e0ca0d5446
Renamed recently_install to better depict the usage
...
This flag is an indication if the package. was recently un-/installed
Contributes to: CURA-8587
2021-12-08 14:46:34 +01:00
casper
4a436b5598
Display different types of manage buttons through Loader.sourceComponent
...
cura 8734
2021-12-08 14:46:29 +01:00
Jelle Spijker
fd508342fe
Renamed Manager to RestartManager
...
Contributes to: CURA-8587
2021-12-08 14:33:22 +01:00
casper
fb92f1f49a
Merge branch 'CURA-8587_disable_update_install_and_uninstall' into CURA-8734_Package_card_refactor
2021-12-08 14:28:31 +01:00
Remco Burema
27cb1d2d9f
Also have/keep the uninstalled status displayed.
...
'isRecentlyInstalled' was both for installing _and_ uninstalling. Will add the rename to the refactor later on.
part of CURA-8587
2021-12-08 14:04:19 +01:00
Ghostkeeper
41ebd593c5
Revert "Merge branch 'bremco-graphics_buffer_update'"
...
This reverts commit 5e60cc6208c16d966505e7a97d9bbbb0644d2716, reversing
changes made to c9feace0fbe02beb2089ec0af7be35127d7420f7.
2021-12-08 12:02:49 +01:00
Ghostkeeper
0da37ae6e7
Revert "Workaround for if layer is None somehow."
...
This reverts commit f0cb9dd39ef996225ebd6d7b8d5ffc986c90e2f0.
2021-12-08 12:02:42 +01:00
Jelle Spijker
db09954ac8
Fixed returning an error after the package is destroyed
...
Defensive programming
Contributes to: CURA-8587
2021-12-08 10:59:28 +01:00
casper
5e35e19f21
Split PackageCard into PackageCard and PackagePage
...
cura 8734
2021-12-08 10:53:51 +01:00
Jelle Spijker
7be2da587b
Automatic abortRequest for each API request
...
Defensive programming
Contributes to: CURA-8587
2021-12-08 10:18:08 +01:00
p.kuiper
763a7dd4f3
Included the T-PLA 0.3mm profiles for the S3 and S5
...
Relates to PP-50
2021-12-08 10:08:36 +01:00