Remco Burema
03376b3df2
Does need the env-var on Linux.
...
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-11 09:20:57 +01:00
Ghostkeeper
f4d60b38ee
Shorten two texts of 'Sync materials with printers'
...
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-10 17:28:45 +01:00
Ghostkeeper
888696155b
Merge branch '4.13'
2022-01-10 17:21:11 +01:00
Ghostkeeper
2b5c42ef17
Shorten translation for 'sync materials with printers'
...
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-10 17:11:31 +01:00
fvrmr
71ba6615c5
Update change_log.txt
...
Updated changelog, added bug fixes and video link
2022-01-10 16:55:32 +01:00
Ghostkeeper
3e7b74954d
Indicate that Marketplace shouldn't get translated
2022-01-10 15:14:40 +01:00
Ghostkeeper
e78e8b12cb
Merge branch '4.13'
2022-01-10 15:14:11 +01:00
Ghostkeeper
d966fe4811
Re-enable Czech translations
...
These translations are complete again.
Contributes to issue CURA-8753.
2022-01-10 15:07:23 +01:00
Ghostkeeper
7157389c53
Add missing msgstr
...
Contributes to issue CURA-8753.
2022-01-10 14:27:14 +01:00
Ghostkeeper
1e74afb56d
Merge branch '4.13_translations' into 4.13
2022-01-10 14:21:43 +01:00
Ghostkeeper
b0edbea297
Fix small mistakes found during post-check
...
Contributes to issue CURA-8753.
2022-01-10 14:18:56 +01:00
Ghostkeeper
e382a4cfb4
Corrections to Chinese
...
Contributes to issue CURA-8753.
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-01-10 14:17:46 +01:00
Ghostkeeper
b313144188
Merge branch 'Sekisback-4.13' into 4.13_translations
...
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-10 12:48:55 +01:00
Ghostkeeper
47b0171805
Merge branch '4.13' of https://github.com/Sekisback/Cura into Sekisback-4.13
2022-01-10 12:41:47 +01:00
Casper Lamboo
7d544383b1
Merge pull request #11087 from sustmi/czech-translations-v4.13
...
Add Czech translations for v4.13
2022-01-10 12:41:02 +01:00
Ghostkeeper
7f4dea7cb3
Merge branch '4.13' of https://github.com/Patola/Cura into Patola-4.13
2022-01-10 12:33:49 +01:00
Ghostkeeper
4f5b92c0f3
Correct project version
...
This is for Cura 4.13.
Contributes to issue CURA-8753.
2022-01-10 12:32:59 +01:00
Ghostkeeper
fc2f0d32ee
Merge branch '4.13' of https://github.com/Patola/Cura into Patola-4.13
2022-01-10 12:31:11 +01:00
Ghostkeeper
bdb0f9fc4e
Fix mistakes found by PoEdit
...
Contributes to issue CURA-8753.
2022-01-10 12:25:17 +01:00
casper
3a6b3680f9
Fix translation errors
...
These were found when inspecting the `.po` files using poedit.
CURA-8753
2022-01-10 12:21:41 +01:00
Ghostkeeper
6edcdddd22
Fix plural cases for translations imported from Smartling
...
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-10 11:27:44 +01:00
Ghostkeeper
e8a6e868fd
Add traditional Chinese translations
...
These are the translations we received by e-mail from the translator.
Contributes to issue CURA-8753.
2022-01-10 11:10:16 +01:00
casper
d70dc98bba
Update translations
...
These are the translations we got from lion bridge
CURA-8753
2022-01-10 10:45:04 +01:00
casper
20ffa7b23f
Update Portuguese translations
...
Update translation errors indicated by a reseller.
2022-01-10 10:29:57 +01:00
Remco Burema
c849cf8e88
Refuse to listen to QT_PLUGIN_PATH.
...
We don't need it ourselves, and it's a potentially serious attack vector.
CURA-8475
2022-01-07 19:12:36 +01:00
Jaime van Kessel
25ec588754
Add max value to max_retraction_count
...
CURA-8861
Fixes #11132
2022-01-07 16:52:22 +01:00
Jaime van Kessel
ecdf536d5f
Add max value to max_retraction_count
...
CURA-8861
Fixes #11132
2022-01-07 13:19:53 +01:00
p.kuiper
3c4c91947e
Set the default value of the Maximum Extrusion Area Deviation to 50.000um2 and remove the warning levels.
...
Relates to PP-45
2022-01-07 12:26:22 +01:00
Jaime van Kessel
6e4143ba59
Merge branch '4.13' of github.com:Ultimaker/Cura
2022-01-05 14:08:00 +01:00
Ghostkeeper
ab0c03cf65
Catch KeyError['empty_material'] when evaluating whether there's any profiles
...
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-05 10:26:28 +01:00
Casper Lamboo
b7357d054b
Merge pull request #11193 from Ultimaker/CURA-8760_Crash_when_installing_plugins
...
Ensure that stored log lines are sent to sentry if they haven't already been logged
2022-01-04 15:56:48 +01:00
Jaime van Kessel
61a7203726
Only reset marketplace page if the window isn't visible
...
CURA-8588
2022-01-04 13:13:31 +01:00
Vandresc
cb3ae0b3d1
Merge pull request #11163 from Ultimaker/CURA-8588_replace_toolbox_with_marketplace
...
[CURA-8588] Replace old '''Toolbox''' with new Marketplace.
2022-01-04 10:52:53 +01:00
Cláudio 'Patola' Sampaio
ad521ff5a7
Updated strings for pt_BR
2022-01-04 07:57:03 +01:00
Ghostkeeper
652043e1d8
Cast bounding box to ints
...
The version of Sip we're using now cares about this more than the previous one, apparently.
Contributes to issue CURA-8592.
2022-01-03 17:32:33 +01:00
Ghostkeeper
9118f20193
Merge branch 'CURA-8592_python_3.10' of github.com:Ultimaker/Cura into CURA-8592_python_3.10
2022-01-03 16:37:07 +01:00
Ghostkeeper
770eb03d62
Remove references to Shapely
...
This has been replaced with PyClipper so we don't need to import Shapely any more. Clipper doesn't give any exceptions as far as I know.
Contributes to issue CURA-8592.
2022-01-03 16:34:40 +01:00
Jaime van Kessel
3bfea5b970
Ensure that stored log lines are sent to sentry if they haven't already been logged
...
CURA-8760
2022-01-03 14:10:36 +01:00
Jaime van Kessel
27e5905a32
Fix typing
...
CURA-8588
2022-01-03 11:44:05 +01:00
Jaime van Kessel
7deeb26e13
Merge branch 'marketplace_redesign' of github.com:Ultimaker/Cura into CURA-8588_replace_toolbox_with_marketplace
2022-01-03 11:32:06 +01:00
Jaime van Kessel
60e6d7bcae
Fix too large clickable area for author info in package card
...
CURA-8588
2022-01-03 11:20:27 +01:00
Jaime van Kessel
89c82964c3
Simplify restart check
...
CURA-8588
2022-01-03 11:14:28 +01:00
Jaime van Kessel
852076460f
Remove unused imports
...
CURA-8588
2022-01-03 11:13:28 +01:00
Jaime van Kessel
6a39862349
Merge RestartManager into marketplace
...
CURA-8588
2022-01-03 11:12:52 +01:00
Jaime van Kessel
6af2677c52
Remove TabManager
...
Since marketplace itself already needed to be a qObject, there wasn't
really a need to have a seperate object for it
2022-01-03 11:06:19 +01:00
Jaime van Kessel
3b2be48390
Ensure that check for updates is called on startup of Cura
...
CURA-8588
2022-01-03 11:01:17 +01:00
Jaime van Kessel
0615369cba
Clean up import order
...
CURA-8588
2022-01-03 10:29:15 +01:00
Jaime van Kessel
408b649db7
Add typing to tabmanager
...
CURA-8588
2022-01-03 10:22:36 +01:00
Jaime van Kessel
7692a6db78
Merge pull request #11165 from Ultimaker/8658_Implement_Notifications_for_the_new_marketplace
...
8658 implement notifications for the new marketplace
2022-01-03 10:18:20 +01:00
Jaime van Kessel
c92fcc8e03
Simplify the notifaction icon logic
...
CURA-8658
2022-01-03 10:14:22 +01:00