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-05-16Fix "view user manuals online" linkc.lamboo
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-04-20Upgrade SDK version to 8.0.0 for Cura 5.0upgrade_sdk_to_800Remco Burema
2022-04-08Replace `RecolorImage` with `ColorImage`c.lamboo
CURA-8640
2022-02-25Remove monitor_icon_size from themeJaime van Kessel
2022-02-25Remove unneeded fixed line hight propertiesJaime van Kessel
No idea why this was even done, but there just isnt' a reason to use these.
2021-08-31Update links to network troubleshooting pageGhostkeeper
The new links also have campaign identifiers. Because apparently the website doesn't read the HTTP metadata information saying that it redirected from Cura, and it adds information which button it came from. The old links will remain working via redirects, for older Cura versions. Contributes to issue CURA-8528.
2021-06-28Unrevert new icon set for all of Cura's interfaceGhostkeeper
We created a new set of icons for Cura. These icons had to be reverted though because they weren't working out in the interface for the last release yet. This unreverts them, basically adding them back hoping that we'll get them fixed in time for the next release. Contributes to issue CURA-8342. Revert "Revert "Fix merge conflict"" This reverts commit bb20e3307f43edc1ff53cb154d2351ddfe39e158. Revert "Revert "Merge pull request #9716 from Ultimaker/CURA-8010_new_icons"" This reverts commit 70e4e9640e561e18a12870f30c905203ce8ccee7. Revert "Revert "Fix typo in icon name"" This reverts commit 38ce22ba7c3f40b971bc6e1e0a8e776ca9d51512. Revert "Revert "Add list for deprecated icons"" This reverts commit 119a957e7f978dbf1ddbcb3b0005bf38e8fed943. Revert "Revert "Add Function icon"" This reverts commit 760726cf0bb953bb1b0fc277b448f419d4bd2544. Revert "Revert "Switch out inherit icon"" This reverts commit 26afff609381e2004d194c280f504b6226859bd3. Revert "Revert "Merge branch 'CURA-8205_Introduce_new_icons_in_Cura' of github.com:Ultimaker/Cura"" This reverts commit 6483db3d47ee052c1a966cdee3af7190577a5769. Revert "Fix incorrect icons" This reverts commit 02a4ade2a50a943ff36fd4895bdc9261cf2133eb.
2021-06-17Now unused API field only took integers originally.Remco Burema
We want to keep it this way so people can still make plugins work for older versions of Cura, like 3.6, where the 'api' field with just a single major version, instead of the 'supported_sdk_versions', which can be either a version-string like '7.6.0' or a list of version strings.
2021-06-15Update SDK/API from 7.5.0 to 7.6.0 for 4.10Remco Burema
CURA-8320
2021-05-27Revert "Merge pull request #9716 from Ultimaker/CURA-8010_new_icons"Jaime van Kessel
This reverts commit 6120d8a054b8c04bf90b8b3d3cb219d691bece2f, reversing changes made to 95652556fef90f70adbf25bfa9bd3b8af7220d4a.
2021-04-26Update Iconsjelle Spijker
Subdivided the new icons in 3 size categories. As requested by UX Used the company naming scheme for uniformity and easy recognition. Known issues: - Top/Bottom category wasn't taken into account by UX at the time. Since this is a recent addition. Both the Walls and Top/Bottom will be updated. - Cloud/Network connection icons 12px don't render correctly. Due to the theme-ing. - Extruder Icons do not render correctly. CURA-8010_new_icons
2021-04-12Add notification to connect the printer even if the printer is not ↵Ghostkeeper
network-connected There could be other methods of connecting than the network connectivity of the UM3NetworkPrinting plug-in. For instance, perhaps other network connection plug-ins can provide information in this monitor stage. Or the user might want to use a USB cable. I'm explicitly quite vague about how it should be connected because this label should work for all types of connections except UM3NetworkPrinting. Fixes #9444.
2021-04-06Increment SDK version to 7.5.0Ghostkeeper
The Cura 4.9 release will have expanded functionality. If you have a plug-in that uses this functionality, marking it as using SDK 7.5.0 will notify older Cura releases that they can't use that plug-in.
2020-10-22Up the SDK version to 7.4.0Kostas Karmas
In preparation for release of the 4.8. CURA-7795
2020-10-08Remove monitor_text_primaryJaime van Kessel
It's so close to the text one that it really doesn't make sense to keep it. Boyscouting the code a bit here CURA-7745
2020-08-07Update the SDK version to 7.3.0 for 4.7Kostas Karmas
CURA-7641
2020-08-05Remove superfluous theme entry.Remco Burema
It was messing with the dark side. Theme. I mean theme. part of CURA-7627
2020-05-08Convert doxygen to rst for POS, MonitorStage, PostProcessingNino van Hooff
2020-04-21Update missed sdk versions from 7.1 to 7.2.0 for Cura 4.6Nino van Hooff
CURA-7383
2020-02-10Bump SDK version number of Cura 4.5 to 7.1Ghostkeeper
We've added new things to our API. This allows plug-in developers to use them. Contributes to issue CURA-7205.
2019-10-22Remove deprecated functions in MachineManagerLipu Fei
CURA-6858
2019-10-21Change SDK version to 7.0.0Nino van Hooff
CURA-6858
2019-09-21plugins: Reweighting stagesThomas Karl Pietrowski
In theory it should be possible to add stages, but there is no possiblity to add any other stage in between. Therefore I moved the weights by 10+n*10. So we can add 10 before prepare and 9 stages between those 3 known stages. It is probably possible to set the same weight to multiple stages, but I'm not sure how Cura decides, which stage to take first then. By the moment the plugin's init is called? Or by alphabet? Therefore putting some space in between the weights should give some clearity.
2019-07-09Add text about cloud connection when no printer can be reached on monitorChrisTerBeke
2019-05-03Remove hardcoded references to Ultimaker machines in QMLJaime van Kessel
We shouldn't hardocode machines in QML in any case. It also created issues for other monitor / connection flows.
2019-03-29Move CuraStage back to where plugins expect it.Remco Burema
2019-03-20Move CuraStage into cura.UI moduleLipu Fei
2019-02-20Update MonitorMain.qmlIan Paschal
2019-02-20Use new property names for cloud connection detectionIan Paschal
2019-01-31Improve no connection messageIan Paschal
Contributes to CL-1154
2019-01-31Finalize monitor stage empty statesIan Paschal
Contributes to CL-1154
2019-01-25More documentationIan Paschal
Contributes to CL-1154
2019-01-25Add some commentsIan Paschal
Contributes to CL-1154
2019-01-24Unconnected empty state (DRAFT)Ian Paschal
Contributes to CL-1154
2019-01-03Hide action panel when displaying a stage with a backgroundGhostkeeper
This is not the worst hack ever, but it's quite a hack. Contributes to issue CURA-6054.
2018-12-19Disable dropping of files into cura when monitor stage is active.Jaime van Kessel
CURA-6038
2018-12-17Merge pull request #5005 from Ultimaker/sdk_version_6Lipu Fei
Increment API version to 6
2018-12-17Update plugin versions to match package versionsLipu Fei
CURA-6019
2018-12-17Code style & commentsIan Paschal
2018-12-14Increment API version to 6Ghostkeeper
All plug-ins now have to re-check whether they are still compatible with the current version of Cura. Contributes to issue CURA-6019.
2018-11-30Added MachineSelector to monitor menuJaime van Kessel
CURA-5943
2018-11-30Move USB sidebar into the main view of the monitorstageJaime van Kessel
CURA-5943
2018-11-26Fix adjustable monitor component widthLipu Fei
CURA-5943 - Add rounding - If there's no sidebar, use full width
2018-11-22Fix MonitorMainView for USB printingLipu Fei
CURA-5943
2018-10-29Add PreviewStagePlugin stubsJaime van Kessel
Since we are going to move all the views into a seperate stage, we need to add another stage to do that. CURA-5829
2018-10-03Remove unnecessary import and declaration of i18n in pluginsfieldOfView
2018-08-27Increase plugin API version to 5Aleksei S
CURA-5627