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-11-03More readable.Remco Burema
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-11-03Send None instead of empty string.Remco Burema
2020-10-22Up the SDK version to 7.4.0Kostas Karmas
In preparation for release of the 4.8. CURA-7795
2020-10-16Send None instead of '' if no organisation.Remco Burema
part of CURA-7717
2020-10-14Fix example slice data previewKostas Karmas
CURA-7717
2020-10-14Include all subscription information in the slice dataKostas Karmas
CURA-7717
2020-10-13Include organization id and type of enterprise plan in slice dataKostas Karmas
CURA-7717
2020-08-07Update the SDK version to 7.3.0 for 4.7Kostas Karmas
CURA-7641
2020-06-23Don't copy transformations if it's not neededJaime van Kessel
CURA=7106
2020-06-05Use extruderList rather than extruders propertyGhostkeeper
Done during Turbo Testing and Tooling.
2020-05-29Remove trailing whitespace from Python filesNino van Hooff
2020-05-15Convert doxygen to rst for SentryLogger, SimulationView, SliceInfo,Nino van Hooff
SolidView
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.
2020-01-30Fix some dark theme styling (MoreInfoWindow, ToolboxLicenseDialogNino van Hooff
CURA-7152
2020-01-07Fix QML warningsLipu Fei
2020-01-03Move HttpRequestManager to UraniumLipu Fei
CURA-6387
2020-01-03Use network manager in SliceInfoLipu Fei
CURA-6387
2019-11-15Add build_type into crash reports and statsLipu Fei
CURA-6981
2019-10-21Change SDK version to 7.0.0Nino van Hooff
CURA-6858
2019-10-07Update SliceInfo exampleLipu Fei
CURA-6632
2019-10-07Add intent into statsLipu Fei
CURA-6632
2019-08-13Use certifi CA certs with urllib requestsLipu Fei
CURA-6698
2019-07-30Rename Orthogonal to Orthographic everywhereGhostkeeper
2019-07-15Simplify camera_view data collectionLipu Fei
2019-07-12Add camera_view as statsLipu Fei
2019-05-02Change the Back button to be a secondary buttonDiego Prado Gesto
Change also some texts in the More information dialog and the font type of one of the titles in the first use flow Contributes to CURA-6483.
2019-05-01Modify text in the Send Slice data dialog, according to the experts.Diego Prado Gesto
Contributes to CURA-6434.
2019-05-01Use text wrapping so it's scrollable in Qt 5.12Ghostkeeper
I don't know if it's really in Qt 5.12 or maybe it's the Ubuntu implementation or whatever. But this works for me now. Contributes to issue CURA-6434.
2019-05-01Fix nesting of ULsGhostkeeper
A <ul> tag is only allowed to have <li> tags inside it, so the nested <ul> tag needs to be inside the <li> tag. Contributes to issue CURA-6434.
2019-05-01Improve example data HTMLLipu Fei
CURA-6434
2019-04-30Change text according to expertsDiego Prado Gesto
Also make the bottom text a bit longer so the link goes completely in the second line. Contributes to CURA-6434.
2019-04-29Change example data to contain HTML instead of JSON formatDiego Prado Gesto
Then it's easier for us to show a more readable information about the data we collect Contributes to CURA-6434.
2019-04-15Dont calculate bounding box for non printing meshesJaime van Kessel
Fixes #5603
2019-04-08New style more info dialog for SliceInfoLipu Fei
CURA-6057
2019-03-29Remove old send slice-info confirm: part of the new onboard. [CURA-6057]Remco Burema
2019-02-22Fix typo... againDiego Prado Gesto
2019-02-22Fix typoDiego Prado Gesto
2018-12-17Update plugin versions to match package versionsLipu Fei
CURA-6019
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-10-03Remove unnecessary import and declaration of i18n in pluginsfieldOfView
2018-10-01Fix data collection message at app startLipu Fei
2018-09-06Fix code styleLipu Fei
2018-09-05Update modified setting keysLipu Fei
2018-09-05Merge remote-tracking branch 'origin/master' into ↵Lipu Fei
CURA-5095_collect_user_modified_settings
2018-08-27Increase plugin API version to 5Aleksei S
CURA-5627
2018-08-27Collect user modified settingsLipu Fei
- Collect user modified settings in user_changes and quality_changes - Update example data
2018-07-09Improve fixesIan Paschal
2018-07-05Fixes for SliceInfoIan Paschal
2018-05-31Merge remote-tracking branch 'origin/master' into WIP_improve_initializationLipu Fei