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-04-26Fix marketplace external link button being tiny.CURA-9194_tiny_marketplace_iconj.delarago
CURA-9194
2022-04-22Path for placeholder image was one to many folders up.j.delarago
CURA-9146
2022-04-21Fix scrollbar filling space by replacing custom implementation with generic ↵j.delarago
UM.ScrollBar CURA-9144
2022-04-21Resolve urls through qmlc.lamboo
CURA-9146
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
2022-04-06FIx deprecation warningJaime van Kessel
2022-03-29QTQuick.Dialogs jumped to using 6.0 in QT6j.delarago
Update imports to use correct version number. CURA-8640
2022-03-24use namespace AlignmentFlagj.spijker@ultimaker.com
Contributes to CURA-8640
2022-03-09Recolor placeholder icon for packages/plugins correctly in dark-modecasper
As we don't want to recolor the icon if the package has a custom icon a `Image` or `UM.RecolorImage` is shown conditionally. CURA-8975
2022-03-04Replace Text.Align with custom enum alignmentj.delarago
CURA-8943
2022-03-03Move ToolbarButton and ToolTip from Cura into Uranium. This makes it ↵j.delarago
possible to use new styled ToolbarButton in plugins/Tools for the rotate tool. Removed the ContentAlignment enum in ToolTip in favour of using the Text.ContentAlignment enum. For some reason references to this enum fail everywhere when ToolTip is moved into Uranium. There is some evil time-wasting magic cast on this component! CURA-8943
2022-03-02Swap implicit width/height for preferredWidth/Height to avoid binding loop errorj.delarago
CURA-8688
2022-02-25Generalize the size of the licence windowJaime van Kessel
No need to have a seperate size of the licence window. Just use the default modal one
2022-02-24Merge pull request #11536 from ↵Casper Lamboo
Ultimaker/CURA-8834_marketplace_packages_install_status_in_list Show install, uninstall & disable buttons in packages list
2022-02-24Remove unneeded properties from package cardJaime van Kessel
As per review. CURA-8762
2022-02-24Add clarifying comment to a small hackJaime van Kessel
CURA-8762
2022-02-24Apply suggestions from code review Jaime van Kessel
CURA-8762 Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-02-23Show install, uninstall & disable buttons in packages listJaime van Kessel
This splits up the single show controls property into three seperate ones and no longer hides installed packages from the plugin & materials list CURA-8834
2022-02-23Add help links to bannersJaime van Kessel
CURA-8762
2022-02-23Remove read more button on packagecardJaime van Kessel
CURA-8762
2022-02-23Change top external button to point to marketplace websiteJaime van Kessel
CURA-8762
2022-02-22Let readmore point towards marketplace URLJaime van Kessel
CURA-8762
2022-02-22Add placeholders for material & plugin iconsJaime van Kessel
CURA-8762
2022-02-22Ensure that scrollbar is centeredJaime van Kessel
CURA-8762
2022-02-22Remove unused fontMetrics objectsJaime van Kessel
CURA-8762
2022-02-22Don't nest all content in background rectJaime van Kessel
This way we don't have an extra identation depth, makes it a bit easier to read CURA-8726
2022-02-22Fix margins for OnboardBannerJaime van Kessel
Re-usable components shouldn't really be setting layout themselves. This should be done by whomever creates them. The actual fix is that the banner no longe sets all margins, only left & right CURA-8726
2022-02-22Hide download count in manage pageJaime van Kessel
CURA-8726
2022-02-22Fix spacingJaime van Kessel
CURA-8762
2022-02-22Fix positioning of marketplace searchbarJaime van Kessel
CURA-8762
2022-01-03Merge branch 'marketplace_redesign' of github.com:Ultimaker/Cura into ↵Jaime van Kessel
CURA-8588_replace_toolbox_with_marketplace
2022-01-03Fix too large clickable area for author info in package cardJaime van Kessel
CURA-8588
2022-01-03Merge RestartManager into marketplaceJaime van Kessel
CURA-8588
2022-01-03Remove TabManagerJaime van Kessel
Since marketplace itself already needed to be a qObject, there wasn't really a need to have a seperate object for it
2022-01-03Ensure that check for updates is called on startup of CuraJaime van Kessel
CURA-8588
2022-01-03Simplify the notifaction icon logicJaime van Kessel
CURA-8658
2021-12-30Add notification badge for the gear icon in the Market Placecasper
CURA 8658
2021-12-30Make new Marktetplace react to 'get more materials'.Remco Burema
part of CURA-8588
2021-12-17Remove unneeded controlJaime van Kessel
CURA-8587
2021-12-16Invert style of install buttonJelle Spijker
Contribute to CURA-8587
2021-12-16Fixed the updating buttonJelle Spijker
Contributes to CURA-8587
2021-12-16Don't show the enable button on recently installed pluginsJelle Spijker
Contributes to CURA-8587