Jaime van Kessel
d15e64cc5b
Remove unused import
2020-01-30 09:44:15 +01:00
Jaime van Kessel
18163af5a3
Ensure that the default default marketplace URL is used when not defined
...
CURA-7071
2020-01-30 09:42:51 +01:00
Ghostkeeper
242da1b3aa
Give web marketplace button a hover colour
...
It needs to be the same as the bar beneath the marketplace tab buttons when highlit.
Contributes to issue CURA-7071.
2020-01-28 14:47:00 +01:00
Ghostkeeper
6553443f3b
Make marketplace materials link slightly smaller
...
Contributes to issue CURA-7071.
2020-01-28 14:41:29 +01:00
Ghostkeeper
38e7a9e4df
Turn Marketplace link into an actual link
...
With consistent styling. The original design didn't have the link underlined but since the rest of the Cura UI has it underlined I let that happen here too.
Contributes to issue CURA-7071.
2020-01-28 14:37:59 +01:00
Ghostkeeper
e51a1b18be
Add link text to marketplace search page
...
Contributes to issue CURA-7071.
2020-01-28 14:19:33 +01:00
Ghostkeeper
1c79193f9a
Always go to plug-ins page regardless of active tab
...
This was a requirement from UX. Apparently we're adding a link to the materials elsewhere.
Contributes to issue CURA-7071.
2020-01-28 13:25:27 +01:00
Ghostkeeper
13644f7e41
Load different pages of Marketplace depending on current tab
...
Feels intuitive actually, but if you think about it it's weird that the link should change depending on the tab that's next to it.
Contributes to issue CURA-7071.
2020-01-28 11:58:56 +01:00
Ghostkeeper
ad2b8f140e
Make Marketplace link configurable from the build system
...
This way you could set it to marketplace-staging if you like.
Contributes to issue CURA-7071.
2020-01-28 11:52:46 +01:00
Ghostkeeper
654a28450d
Fix dark theme icon colour
...
Contributes to issue CURA-7071.
2020-01-28 11:36:42 +01:00
Ghostkeeper
e6856b02a4
Make entire tooltip area clickable
...
Also saves on another component. And it's more logical, easier to use and fault-tolerant.
Contributes to issue CURA-7071.
2020-01-28 11:33:25 +01:00
Ghostkeeper
1d110c2c33
Reduce size of web marketplace link button
...
Contributes to issue CURA-7071.
2020-01-28 11:31:10 +01:00
Ghostkeeper
812017c814
Switch out shop icon
...
The sourceSize needs to be adjusted because this is an SVG that we don't necessarily want to stretch but just want to render directly at the correct size.
Contributes to issue CURA-7071.
2020-01-28 11:29:01 +01:00
Dimitriovski
ddd2afa08a
Added dummy image downloaded from internet for presentation only.
...
CURA-7071
2020-01-16 16:30:58 +01:00
Dimitriovski
51ec8a539f
Added a 'Marketplace' icon in the header of the Toolbox
...
CURA-7071
2020-01-16 16:30:11 +01:00
Jaime van Kessel
ab6effb712
No longer use sceneLock for startSliceJob
2020-01-16 12:58:01 +01:00
Jaime van Kessel
fa3a985404
Rename 2 functions that didn't adhere to codestyle
...
CURA-6983
2020-01-15 16:57:40 +01:00
Jaime van Kessel
0f7f39745d
Add missing typing
...
CURA-6983
2020-01-15 16:57:10 +01:00
Jaime van Kessel
f12501aec4
Move the message to body instead of title
...
CURA-6983
2020-01-15 16:46:04 +01:00
Nino van Hooff
248a4cbb94
Fix merge issues
...
CURA-6983
2020-01-15 16:14:17 +01:00
Nino van Hooff
182bab6467
Merge remote-tracking branch 'origin/master' into CURA-6983_sync_packages
...
# Conflicts:
# plugins/Toolbox/src/CloudSync/SubscribedPackagesModel.py
# plugins/Toolbox/src/Toolbox.py
2020-01-15 15:40:03 +01:00
Nino van Hooff
15dc866cbe
Provess some code review comments
...
CURA-6983
2020-01-15 15:26:31 +01:00
Nino van Hooff
b1ecfb627d
Only emit compatible packages from DiscrepanciesPresenter
...
CURA-6983
2020-01-15 12:00:01 +01:00
Nino van Hooff
1a1e8a9525
Fix rebase bug regarding package compatibility
...
CURA-6983
2020-01-15 11:54:34 +01:00
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
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
Nino van Hooff
71000180fc
Refactor cloud sync out of Toolbox.py
...
CURA-6983
2020-01-10 11:41:45 +01:00