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
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
2018-05-24Small codestyle changes after mergeChrisTerBeke
2018-03-29Use separate QML files for prepare and monitor stagefieldOfView
2018-03-16Fix for monitor stage ocasionally crashingJaime van Kessel
2018-03-12CURA-4870 Remove Monitor stage status iconsDiego Prado Gesto
2018-02-21Fix: Monitor icon state was not updated properlyAleksei S
CURA-4977
2018-01-11Fix conflictsChrisTerBeke
2018-01-10check if parent exists before using width and height properties from itChrisTerBeke
2018-01-10Fix updating icon in the top barfieldOfView
This makes sure events such as onAcceptsCommandsChanges get connected if an outputdevice has been added before the monitorstage is initialized.
2017-12-22Connection state changes now trigger a re-evaluation of the iconJaime van Kessel
CL-541
2017-12-21Ensure that an update of icon also happens on output device changeJaime van Kessel
CL-541
2017-12-14Merge branch 'master' of github.com:Ultimaker/Cura into network_rewriteJaime van Kessel
2017-12-08Fixed preheating for Legacy UM3Jaime van Kessel
CL-541
2017-12-08Monitor view component loader should have width and height from parentChrisTerBeke
2017-12-08Repaired the monitor icon not being updatedJaime van Kessel
CL-541
2017-12-08Fixed displaying of icons in monitor stage tabJaime van Kessel
CL-541