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-01-12Merge pull request #11246 from gferon/patch-1HEADmasterRemco Burema
Remove unused import of sentry_sdk
2022-01-11Remove unused import of sentry_sdkGabriel Féron
2022-01-11Case-insensitive visibility checking for printersGhostkeeper
In Qt's ListModel, the section headers collect items case-insensitively. However, when checking whether a printer should be visible (when the section header is expanded) was still checked case-sensitively. As a result, it was hiding all printers that did not use the same casing in its manufacturer name, e.g. FlashForge vs. Flashforge. Fixes #11125.
2022-01-11Merge branch '4.13'Ghostkeeper
2022-01-11More consistent header for change logGhostkeeper
2022-01-11Added bugfix for QT_PLUGIN_PATH4.13.0Ghostkeeper
2022-01-11Merge branch 'CURA-8475_nil_qt_plugin_path' into 4.13Ghostkeeper
2022-01-11Also ignore QML2_IMPORT_PATH.Remco Burema
More secure. part of CURA-8475
2022-01-11Merge branch '4.13'Ghostkeeper
2022-01-11Merge branch 'CURA-8876' into 4.13Ghostkeeper
2022-01-11Document increased logging instead of plug-in fixGhostkeeper
We didn't fix the issue with plug-ins causing a crash at early start in rare occasions. We did increase logging so that we can hopefully fix it next time. Contributes to issue CURA-8876.
2022-01-11Fix spellingGhostkeeper
Contributes to issue CURA-8876.
2022-01-11Does need the env-var on Linux.Remco Burema
But we need it opn platforms we might release an Enterprise edition for. Fortunately, Linux is not one of those platforms, so it all works out anyway. CURA-8475
2022-01-10Shorten two texts of 'Sync materials with printers'Ghostkeeper
In most languages this doesn't properly fit in the space we have for these buttons. The same text in the window title and header was not changed. There we do have space for it. The button in the material manager was also not adjusted since it's different and already about as short as can be (but needs to refer to printers instead of materials due to the context of already being in the material manager). Contributes to issue CURA-8753.
2022-01-10Merge branch '4.13'Ghostkeeper
2022-01-10Shorten translation for 'sync materials with printers'Ghostkeeper
These translations don't fit in the space we have for the button. We'll change the English text for the next release, but for this time we'll change just the translations that are giving us problems. We'll accept that Czech and Turkish still have a bit of overlap in their buttons for this release. Contributes to issue CURA-8753.
2022-01-10Update change_log.txtfvrmr
Updated changelog, added bug fixes and video link
2022-01-10Indicate that Marketplace shouldn't get translatedGhostkeeper
2022-01-10Merge branch '4.13'Ghostkeeper
2022-01-10Re-enable Czech translationsGhostkeeper
These translations are complete again. Contributes to issue CURA-8753.
2022-01-10Add missing msgstrGhostkeeper
Contributes to issue CURA-8753.
2022-01-10Merge branch '4.13_translations' into 4.13Ghostkeeper
2022-01-10Fix small mistakes found during post-check Ghostkeeper
Contributes to issue CURA-8753.
2022-01-10Corrections to Chinese Ghostkeeper
Contributes to issue CURA-8753. Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-01-10Merge branch 'Sekisback-4.13' into 4.13_translationsGhostkeeper
Conflicts: resources/i18n/de_DE/fdmprinter.def.json.po -> Improved translations while the translation bureau made new translations. resources/i18n/pt_BR/cura.po -> For some reason it had a conflict with the last-changed date here. Not sure why but I reverted any changes to this file.
2022-01-10Merge branch '4.13' of https://github.com/Sekisback/Cura into Sekisback-4.13Ghostkeeper
2022-01-10Merge pull request #11087 from sustmi/czech-translations-v4.13Casper Lamboo
Add Czech translations for v4.13
2022-01-10Merge branch '4.13' of https://github.com/Patola/Cura into Patola-4.13Ghostkeeper
2022-01-10Correct project version Ghostkeeper
This is for Cura 4.13. Contributes to issue CURA-8753.
2022-01-10Merge branch '4.13' of https://github.com/Patola/Cura into Patola-4.13Ghostkeeper
2022-01-10Fix mistakes found by PoEditGhostkeeper
Contributes to issue CURA-8753.
2022-01-10Fix translation errorscasper
These were found when inspecting the `.po` files using poedit. CURA-8753
2022-01-10Fix plural cases for translations imported from SmartlingGhostkeeper
Our import script still doesn't handle these well. But it was quite easy to fix this time since the translations were indeed present. Contributes to issue CURA-8753.
2022-01-10Add traditional Chinese translationsGhostkeeper
These are the translations we received by e-mail from the translator. Contributes to issue CURA-8753.
2022-01-10Update translationscasper
These are the translations we got from lion bridge CURA-8753
2022-01-10Update Portuguese translationscasper
Update translation errors indicated by a reseller.
2022-01-07Refuse to listen to QT_PLUGIN_PATH.Remco Burema
We don't need it ourselves, and it's a potentially serious attack vector. CURA-8475
2022-01-07Add max value to max_retraction_countJaime van Kessel
CURA-8861 Fixes #11132
2022-01-07Add max value to max_retraction_countJaime van Kessel
CURA-8861 Fixes #11132
2022-01-05Merge branch '4.13' of github.com:Ultimaker/CuraJaime van Kessel
2022-01-05Catch KeyError['empty_material'] when evaluating whether there's any profilesGhostkeeper
This is currently only used in the pre-read of workspaces. In some cases, the project file may have a material that is not compatible with its own stack using the current rules in Cura, either because the rules changed or because the project file is wrongly crafted/edited. This causes Cura to say there are no quality profiles if the material profile is not compatible with the printer, preventing a crash due to the KeyError.
2022-01-04Merge pull request #11193 from Ultimaker/CURA-8760_Crash_when_installing_pluginsCasper Lamboo
Ensure that stored log lines are sent to sentry if they haven't already been logged
2022-01-04Updated strings for pt_BRCláudio 'Patola' Sampaio
2022-01-03Ensure that stored log lines are sent to sentry if they haven't already been ↵Jaime van Kessel
logged CURA-8760
2021-12-31Merge branch '4.13'Ghostkeeper
2021-12-31Merge branch 'PP-95_reduce-top/bottom-speed-for-TPU' into 4.13Ghostkeeper
2021-12-31Merge branch 'PP-99_Line-width-fix-for-0.3mm-profiles'Ghostkeeper
2021-12-24Port relative mode handling to Repetier flavour tooGhostkeeper
As requested in #9518.
2021-12-23Merge pull request #11022 from reibuehl/masterRemco Burema
Updated Profiles and Start and End G-Code to fix an issue with premature heatup
2021-12-23increase linewidth to machine nozzle sizeRijk van Manen
0.3 profiles benefit from larger line width. PP-99