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
2022-06-20Fix link to help page when material package is missingGhostkeeper
In this case we don't want to link to Ultimaker's internal help pages, but to the public support pages.
2022-06-17Remove incorrect enum usageJaime van Kessel
This only needs to happen in code that uses PyQt, not in qml code
2022-06-08Dialog was immediately being destroyed because a reference to it was not ↵j.delarago
being stored in memory. Added a missingPackageDialog variable to WorkspaceDialog to fix this. Swapped the loading order of Marketplace extensions so SyncOrchestractor is not fetched by PluginRegistry.getInstance().getPluginObject("Marketplace") in WorkspaceDialog. CURA-8610
2022-06-08Create InstallMissingPackageDialog with newly-exposed function from MarketplaceGhostkeeper
This adds a new function to the API of the Marketplace plug-in. It's not pretty, but it's going to be how it is for a while. Done to fix a critical build issue. The 'import plugins' thing works from source but not on the build.
2022-06-08Fix imports, especially not using plugins folder as moduleGhostkeeper
When running from source, 'import plugins' works since it's working from the directory where the plug-ins directory is located. However in a build this doesn't work since the source code is in a different location there.
2022-06-06Show warning on-close of the install missing packaged dialogCURA-6990c.lamboo
CURA-6990
2022-06-06Re-use `Marketplace` Component in the `InstallMissingPackagesDialog`c.lamboo
CURA-6990
2022-06-06Fix typingc.lamboo
CURA-6990
2022-06-03Add typingc.lamboo
CURA-6990
2022-06-03Simplify variable assignmentc.lamboo
CURA-6990
2022-06-03Use themed border widthc.lamboo
CURA-6990
2022-06-03Add warning border to `PackageCard` if information is missingc.lamboo
CURA-6990
2022-06-03Use correct status iconc.lamboo
CURA-6990
2022-06-02Update campaign linkj.delarago
CURA-6990
2022-06-02Add pyqtSignal no get rid of annoying errorsj.delarago
CURA-6990
2022-06-02Add missing warning badgej.delarago
CURA-6990
2022-06-02Display package cards in the package list for packages that can't be found ↵j.delarago
on the marketplace api. When the final page of results is fetched, the list of all package_ids retrieved from the api will be compared with the ones we were searching for. Any that are missing have cards displayed with only basic information (name and version). CURA-6990
2022-06-02Use API endpoint for requesting package_idsc.lamboo
Use new api endpoint for requesting specific package_ids so we don't have to filter ourselves. CURA-6990
2022-06-01Marketplace plugin registry is None on initialization, and is loaded after ↵j.delarago
running show(). This makes a check that the window is open before continuing through checkIfRestartNeeded CURA-6990
2022-06-01Refactor missing packages dialog into model (MissingPackageList) and ↵j.delarago
controller (InstallMissingPackagesDialog.qml) Rename classes and files to have unified naming. CURA-6990
2022-05-20Catch UnicodeDecodeErrors when parsing error messages from serverGhostkeeper
Stupid recursive errors. Fixes Sentry issue CURA-3VB.
2022-05-19Fix crash when server sends invalid JSON dataGhostkeeper
If readJSON fails, it puts an entry in the log and then returns None. This then crashes with a TypeError because you can't check for things to be in None. Fixes Sentry issue CURA-3V5.
2022-05-16Merge branch '5.0'Ghostkeeper
Conflicts: plugins/Marketplace/resources/qml/PackageCardHeader.qml -> An improvement for future translations was made at the same time as a change to the label here.
2022-05-10Render labels using `Text.QtRendering` on OSXc.lamboo
Fonts were looking a bit to thick on when using `Text.NativeRendering`, so using `Text.QtRendering` instead. After this the font weight looks identical to figma (as far as I can see). In this commit I also changed all `Label`'s to `UM.Label`'s and removed default properties where I could. CURA-9154
2022-05-10Revert "Render labels using `Text.QtRendering` on OSX"c.lamboo
This reverts commit f0e3c19a34d1fde3b7ec4fd95677fbefa2028b26.
2022-05-10Render labels using `Text.QtRendering` on OSXc.lamboo
Fonts were looking a bit to thick on when using `Text.NativeRendering`, so using `Text.QtRendering` instead. After this the font weight looks identical to figma (as far as I can see). In this commit I also changed all `Label`'s to `UM.Label`'s and removed default properties where I could. CURA-9154
2022-05-09Merge branch '5.0'Ghostkeeper
2022-05-09Give icon of onboarding banner a colourGhostkeeper
It had no colour, so it was defaulting to black. I'm making it the same as the text colour and the colour of the X button. Fixes issue CURA-9248.
2022-05-03Merge branch '5.0' of github.com:Ultimaker/CuraJaime van Kessel
2022-05-02Add context to "By" string, lots of questions from the translators about ↵j.delarago
this one.
2022-04-26Fix marketplace external link button being tiny.CURA-9194_tiny_marketplace_iconj.delarago
CURA-9194
2022-04-22Merge pull request #11876 from Ultimaker/CURA-9146_missing_placeholder_imagesRemco Burema
CURA-9146 missing placeholder images for Marketplace
2022-04-22Path for placeholder image was one to many folders up.j.delarago
CURA-9146
2022-04-22Merge branch '5.0' of github.com:Ultimaker/Cura into 5.0Jaime van Kessel
2022-04-22Prevent error message when no further pages in marketplace could be loadedJaime van Kessel
Contributes to #11858
2022-04-21Fix scrollbar filling space by replacing custom implementation with generic ↵j.delarago
UM.ScrollBar CURA-9144
2022-04-21Merge branch '5.0' into CURA-9146_account_syncGhostkeeper
2022-04-21Fix copyright headers and code style a bitGhostkeeper
Contributes to issue CURA-9146.
2022-04-21Resolve urls through qmlc.lamboo
CURA-9146
2022-04-21Use updated type definitionsc.lamboo
CURA-9146
2022-04-20Upgrade SDK version to 8.0.0 for Cura 5.0upgrade_sdk_to_800Remco Burema
2022-04-19Remove unneeded renderTypeJaime van Kessel
CURA-9146
2022-04-19Fix "read more" not being translatedJaime van Kessel
Yeah, i know, this breaks the stringfreeze. But this wasn't translated in the first place. So the actual effect here is zero (but at least it will be translated in the next round!) CURA-9146
2022-04-19Fix layout of dialogJaime van Kessel
CURA-9146
2022-04-19Rename MarketplaceLicenseDialog to MultipleLicenceDialogJaime van Kessel
CURA-9146
2022-04-15Re-add the CloudSync functionalityCURA-9146_account_syncJaime van Kessel
It got removed in the marketplace upgrade. CURA-9146
2022-04-11Remove fill from multiple SVG'sJaime van Kessel
2022-04-08Replace `RecolorImage` with `ColorImage`c.lamboo
CURA-8640
2022-04-06Fix resolving of URL'sJaime van Kessel
2022-04-06Use right enum for alignmentJaime van Kessel