Cura/cura
Ghostkeeper 02b0242807
Fix translatability of caution message
Never put the formatting within the i18nc call. Always put the formatted string inside, but the formatting call outside of the function, like this:

    catalog.i18nc('@info', 'I am {age} years old.').format(age = my_age)

Otherwise, when looking up the translation for the string, it's going to try to look up the translation for the formatted string (with the age already filled in). It won't be able to find that because this sentence was not translated for all possible ages of a human.
In this case I can make it even easier on the translator because the list must always follow after the text.
2019-06-14 11:00:52 +02:00
..
API Revert "Merge pull request #5726 from Ultimaker/CL-1331_use_API_for_UM3NetworkPrinting" 2019-05-23 13:40:11 +02:00
Arranging Reduce print output during happy path of automated tests 2019-03-11 11:10:09 +01:00
Backups Prevent crashes when backup fails to be restored 2019-05-16 15:48:09 +02:00
Machines Also move _getMachineTypeNameFromId to DiscoveredPrintersModel 2019-06-07 15:04:19 +02:00
OAuth2 Fix situation where authtoken wasnt updated for the toolbox request headers 2019-04-25 16:16:44 +02:00
Operations Shorter log messages for operations. 2019-03-22 12:06:04 +01:00
PrinterOutput Fix typo in a log warning message 2019-05-16 12:04:26 +02:00
ReaderWriters Create module cura.ReaderWriters 2018-04-05 15:14:15 +02:00
Scene Fix typing for Buildvolume 2019-06-07 13:34:57 +02:00
Settings Fix translatability of caution message 2019-06-14 11:00:52 +02:00
Stages Move CuraStage back to where plugins expect it. 2019-03-29 13:11:03 +01:00
TaskManagement Fix code style 2018-07-13 09:21:35 +02:00
UI Also add tests for the update of the objects mode 2019-05-24 15:27:08 +02:00
Utils Make a single NetworkingUtil 2019-04-30 09:43:50 +02:00
__init__.py T466: Revert the previous commit since it messed up the file rights. 2016-12-23 15:53:15 -05:00
ApplicationMetadata.py Increment default API version number 2019-05-16 14:27:53 +02:00
AutoSave.py Cast autosave delay preference to int 2019-05-20 13:33:33 +02:00
BuildVolume.py Fix situation where _calculateMoveFromWallRadius could cause exception 2019-06-07 17:21:28 +02:00
CameraAnimation.py Merge pull request #905 from Ultimaker/snappier_camera_animation 2017-10-24 10:36:55 +02:00
CrashHandler.py Ask users to write English in crash-report. 2019-05-17 10:37:25 +02:00
CuraActions.py Correct link to manual 2018-12-21 11:59:12 +01:00
CuraApplication.py Merge branch 'master' of github.com:Ultimaker/Cura into CURA-5395-orthographic-view 2019-05-21 14:23:24 +02:00
CuraPackageManager.py Added error checking, added typing, renamed function. CURA-5389 2018-07-12 14:06:34 +02:00
CuraVersion.py.in Merge branch 'master' into feature_curaversion_appname 2019-01-18 12:12:36 +01:00
CuraView.py Fix creating QUrl to EmptyViewMenuComponent.qml 2019-06-02 14:50:10 +02:00
Layer.py CURA-4526 Delete LayerView plugin because it will be replaced with the 2017-11-21 10:47:29 +01:00
LayerData.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
LayerDataBuilder.py Removed unused function & added more typing 2019-01-25 13:52:41 +01:00
LayerDataDecorator.py Fix type error 2019-01-28 13:50:32 +01:00
LayerPolygon.py Include the prime tower to the time calculations 2019-05-06 14:33:24 +02:00
MachineAction.py Use loader for machine actions in dialog 2019-05-06 13:06:23 +02:00
MultiplyObjectsJob.py Fix typo in multiply message 2019-01-15 11:15:37 +01:00
OneAtATimeIterator.py Fix code style. 2018-08-15 09:14:37 +02:00
PickingPass.py Fix some more code-style 2018-07-03 13:09:05 +02:00
PlatformPhysics.py No longer create convex hulls for modifier meshes 2019-05-17 09:47:47 +02:00
PreviewPass.py Ensure that objects outside build volume are not added to thumbnail 2019-05-29 15:53:23 +02:00
PrinterOutputDevice.py Fix typo in a log warning message 2019-05-16 12:04:26 +02:00
PrintJobPreviewImageProvider.py Add typings and fix code style 2018-09-06 16:57:45 +02:00
SingleInstance.py Fix code-styling 2018-07-03 17:57:30 +02:00
Snapshot.py Increase the looking from offset so model doesn't get cut off 2019-06-06 10:01:20 +02:00
UltimakerCloudAuthentication.py Use sane default when CuraCloudApiVersion is not set 2019-01-17 16:14:57 +01:00