Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-04Merge pull request #6988 from Ultimaker/CURA-7071konskarm
CURA-7071/Added option to redirect to Web MP from Cura MP
2020-01-30Remove unused importJaime van Kessel
2020-01-30Ensure that the default default marketplace URL is used when not definedJaime van Kessel
CURA-7071
2020-01-28Always subscribe to packages after installing themNino van Hooff
Now that we subscribe for all situations where a package is installed, it makes sense to watch package installs and create a 1:1 relation that way. Prevents code duplication. CURA-7099
2020-01-28Load different pages of Marketplace depending on current tabGhostkeeper
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-28Make Marketplace link configurable from the build systemGhostkeeper
This way you could set it to marketplace-staging if you like. Contributes to issue CURA-7071.
2020-01-28Only subscribe when logged in. (When installing a package from toolbox)Nino van Hooff
2020-01-24Use display_name for the package name in the license dialogNino van Hooff
Implemented for both CloudSync and Toolbox
2020-01-22Add icon to licenseDialog (Toolbox flow)Nino van Hooff
CURA-7129
2020-01-16Added a 'Marketplace' icon in the header of the ToolboxDimitriovski
CURA-7071
2020-01-16Merge pull request #6986 from ↵ninovanhooff
Ultimaker/CURA-7027_Add_more_materials_from_Marketplace_button Cura 7027 add more materials from marketplace button
2020-01-16Add missing cloud package managerNino van Hooff
CURA-6983
2020-01-16Add commentKostas Karmas
CURA-7027
2020-01-16Fix button to open in-Cura Marketplace materialsKostas Karmas
The button was opening the online Marketplace, which was wrong. This fix changes the behavior to open the in-Cura Marketplace at the materials tab. In order to achieve that, the button calls an action called materialsMarketplace, which in turn is connected through a Connection in the ApplicationMenu. When the action is triggered, it first launched the Toolbox and then it sets its category to the materials tab. Since the callExtensionMethod does not allow us to provide input arguments to the called method, a new method had to be created in the toolbox that changes the view to the materials tab, instead of immediately calling the setViewCategory("material"). CURA-7027
2020-01-16Fix Toolbox import error (continued)Nino van Hooff
(and remove unused import) CURA-6983
2020-01-16Fix Toolbox import errorNino van Hooff
(and remove unused import) CURA-6983
2020-01-15Fix merge issuesNino van Hooff
CURA-6983
2020-01-15Merge remote-tracking branch 'origin/master' into CURA-6983_sync_packagesNino van Hooff
# Conflicts: # plugins/Toolbox/src/CloudSync/SubscribedPackagesModel.py # plugins/Toolbox/src/Toolbox.py
2020-01-15Fix rebase bug regarding package compatibilityNino van Hooff
CURA-6983
2020-01-14Fix more Mypy warningsNino van Hooff
CURA-6983
2020-01-14Removed unnecessary function and a call to it. Added some typing.Dimitriovski
CURA-7090
2020-01-13added typing, refactored some functionsDimitriovski
CURA-7090
2020-01-11Added logic for dismissing packages from the Incompatible listDimitriovski
CURA-7090
2020-01-10Added 'dismiss' link and logic for removing the item from the dialogDimitriovski
CURA-7090
2020-01-10Remove unused memberNino van Hooff
CURA-6983
2020-01-10Install and cloud-subscribe a package when after agreeing to the licenseNino van Hooff
CURA-6983
2020-01-10Fix Subscribing to a packageNino van Hooff
CURA-6983
2020-01-10Fix The toolbox license dialogNino van Hooff
CURA-6983
2020-01-10Use scope instead of manual request header updates in Toolbox.pyNino van Hooff
CURA-6983
2020-01-10CloudSync: documentation and cleanupNino van Hooff
CURA-6983
2020-01-10Introduce the SyncOrchestratorNino van Hooff
CURA-6983
2020-01-10Add HttpRequestScope and fix the CompatibilityDialogNino van Hooff
CURA-6983
2020-01-10Refactor cloud sync out of Toolbox.pyNino van Hooff
CURA-6983
2020-01-09Merge branch 'CURA-7038_remove_labels_if_no_packages' of ↵Jaime van Kessel
github.com:Ultimaker/Cura
2020-01-09Merge branch 'CURA-6577_rebased' of github.com:Ultimaker/CuraJaime van Kessel
2020-01-08Added missing call to function from a refactoringDimitriovski
2020-01-08Rebased the subscribe function to use latest version of HttpRequestManagerDimitriovski
CURA-6577
2020-01-07lintingDimitriovski
CURA-7038
2020-01-07Remove the label(s) from the compatibility dialog if there are no packagesDimitriovski
CURA-7038
2020-01-07Remove unused code in ToolboxLipu Fei
CURA-6387
2020-01-07Fix Toolbox due to network manager refactorLipu Fei
CURA-6387
2020-01-06Move HttpRquestData to it's own fileJaime van Kessel
CURA-6387
2020-01-06Merge master and fixLipu Fei
CURA-6387
2020-01-03Move HttpRequestManager to UraniumLipu Fei
CURA-6387
2020-01-03Use network manager in ToolboxLipu Fei
CURA-6387
2019-12-31Removed unused listDimitriovski
CURA-7038
2019-12-31Removed unnecessary pass statement from reply.operationDimitriovski
CURA-7038
2019-12-31Removed the 'workaround' that I've added earlier. Simplified the flow. The ↵Dimitriovski
dialog is now showing display_name instead of package_id CURA-7038
2019-12-31Fixed failing tests. Hid the sync Message when it's clicked.Dimitriovski
CURA-7038
2019-12-30Reworked the Compatibility Dialog and how it shows the subscribed packagesDimitriovski
CURA-7038