Ghostkeeper
caeb34d567
Don't translate brand names
...
Contributes to issue CURA-6257.
2019-03-14 14:22:05 +01:00
Ghostkeeper
9c306d5f67
Update Portuguese translation headers
...
Contributes to issue CURA-6257.
2019-03-14 14:16:18 +01:00
Ghostkeeper
8d98f97032
Update European Portuguese translations from Bothof
...
These are the translation files that I got from Bothof. No edits have been made yet: No checks, no header updates, etc.
Contributes to issue CURA-6257.
2019-03-14 14:09:44 +01:00
Ghostkeeper
d0f32adf66
Translate 'on' and 'off' in stage menu
...
It needs to be short. I used Google Translate for this. I translated the words 'active' and 'inactive' since this is about support being enabled or disabled. However with the translation of the word 'disabled' I'm getting results that seem to go more towards 'handicapped' rather than 'deactivated' so I think this is better.
Contributes to issue CURA-6257.
2019-03-13 17:21:34 +01:00
Ghostkeeper
47d4ae2789
Don't translate brand names
...
Contributes to issue CURA-6257.
2019-03-13 17:14:39 +01:00
Ellecross
727070fd42
Fix HTML link
...
Contributes to issue CURA-6257.
Co-Authored-By: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2019-03-13 16:55:21 +01:00
Ghostkeeper
1270cb6636
Fix replacement key
...
Contributes to issue CURA-6257.
2019-03-13 16:53:54 +01:00
Ghostkeeper
2974b43840
Fix replacement key
...
Contributes to issue CURA-6257.
2019-03-13 16:53:39 +01:00
Ghostkeeper
ca401cfb4f
Fix replacement key
...
Contributes to issue CURA-6257.
2019-03-13 16:53:21 +01:00
Ghostkeeper
e8c5f3502d
Fix replacement key
...
Contributes to issue CURA-6257.
2019-03-13 16:53:04 +01:00
Ghostkeeper
18938bcf59
Fix quotes in hyperlink
...
Contributes to issue CURA-6257.
2019-03-13 16:52:40 +01:00
Ghostkeeper
a113113100
Remove extra space
...
Contributes to issue CURA-6257.
2019-03-13 16:52:01 +01:00
Ghostkeeper
60f1906d6f
Translate "centerline" as "line through middle" rather than "align to centre"
...
Contributes to issue CURA-6257.
2019-03-13 16:51:39 +01:00
Ghostkeeper
7e4de1ded4
Translate "centerline" as "line through middle" rather than "align line to centre"
...
Contributes to issue CURA-6257.
2019-03-13 16:51:09 +01:00
Ghostkeeper
4e65ad362e
Translate "end g-code" as "final g-code", not "stop the g-code"
...
Contributes to issue CURA-6257.
2019-03-13 16:50:16 +01:00
Ghostkeeper
fac4241576
Improve Dutch grammar
...
Contributes to issue CURA-6257.
2019-03-13 16:49:48 +01:00
Ghostkeeper
61fe50e385
Improve Dutch translation of estimated completion time
...
Contributes to issue CURA-6257.
2019-03-13 16:49:32 +01:00
Ghostkeeper
66772b52a1
Translate "hi" as "hello", not "high"
...
Contributes to issue CURA-6257.
2019-03-13 16:48:58 +01:00
Ghostkeeper
bfb11c97c9
Change ellipsis-symbols into three periods for variable-width languages
...
If the language uses a variable-width character set (so not Chinese, Japanese or Korean) then we use three periods in stead of ellipses. This is more consistent with the rest of the translations in those languages.
Contributes to issue CURA-6257.
2019-03-13 15:17:43 +01:00
Ghostkeeper
be13e5d14e
Change credit for Mariusz
...
On his request.
Contributes to issue CURA-6257.
2019-03-13 13:57:21 +01:00
Ghostkeeper
d873648dab
Update headers of translation files
...
This reflects the new revision times and the new authors.
Contributes to issue CURA-6257.
2019-03-13 13:40:23 +01:00
Ghostkeeper
6a4d3e4e83
Submit translations by Bothof
...
These are the translations that we bought from Bothof. They are not yet checked, their headers are not updated, etc.
Contributes to issue CURA-6257.
2019-03-12 17:26:20 +01:00
Ghostkeeper
2d00abb1bd
Submit Traditional Chinese translations by Zhang
...
These are the translation files that he sent me. They are not yet checked, their headers are not updated, etc.
Contributes to issue CURA-6257.
2019-03-12 17:25:42 +01:00
Ghostkeeper
d791046305
Submit translations by Mariusz
...
These are the translation files that he sent me. They are not yet checked, their headers are not updated, etc.
Contributes to issue CURA-6257.
2019-03-12 17:24:54 +01:00
THeijmans
e33ec5c324
Fixing the UM2+ speeds
...
Fixing the very high print speeds in UM2+ profiles
2019-03-11 17:35:23 +01:00
Simon Edwards
c07b0cdd00
Merge pull request #5418 from Ultimaker/CL-1281_improve_idle_printer_empty_queue
...
CL-1281 Make sure to show printers even if queue is empty
2019-03-11 17:20:39 +01:00
Simon Edwards
3489a5c64e
Merge pull request #5397 from Ultimaker/CL-1272_prevent_multiple_cloud_pop-ups
...
Prevent multiple cloud-flow pop-ups
2019-03-11 15:37:00 +01:00
Ian Paschal
ec203da1cd
Make sure to show printers even if queue is empty
...
Contributes to CL-1281
2019-03-11 13:54:49 +01:00
Jaime van Kessel
50999a075e
Fix stupid mistake (signals need an emit, not a direct call)
...
CURA-6278
2019-03-11 10:46:41 +01:00
Ghostkeeper
e53eb70cad
Add tests for validating metadata before loading
...
Contributes to issue CURA-6270.
2019-03-08 14:07:10 +01:00
Ghostkeeper
3c779b58de
Specialise _isMetadataValid for Cura to check setting_version
...
Because we need to reject loading metadata for containers whose setting_version is incorrect.
Contributes to issue CURA-6270.
2019-03-08 13:34:16 +01:00
Ghostkeeper
20fc26b8ba
Correct setting version for definition files
...
Otherwise the container provider actually rejects loading it completely.
Contributes to issue CURA-6270.
2019-03-08 13:32:36 +01:00
Ghostkeeper
d72a8581bf
Merge branch 'CURA-6252_Fix_crash_single_extrusion_upgrade_and_project' into 4.0
2019-03-06 15:23:33 +01:00
Ian Paschal
9c3f67a9ed
Code style
...
Contributes to CL-1272
2019-03-06 12:26:38 +01:00
Lipu Fei
4979b401b3
Disable prime blob by default for CFFF
...
CURA-6282
2019-03-06 11:02:55 +01:00
Ian Paschal
99fe8ec7aa
Improve cloud flow pop up logic
...
Contributes to CL-CL-1272
2019-03-06 10:56:31 +01:00
Ghostkeeper
cf2fcc57ee
Merge branch 'CURA-6237_fix_remove_materials' into 4.0
2019-03-06 09:44:08 +01:00
Simon Edwards
eff6b58e18
Merge pull request #5375 from Ultimaker/CL-1274_dont_use___file__
...
CL-1274 Don't use __file__ in the monitor tab
2019-03-04 17:26:49 +01:00
Ian Paschal
88fc7d0fba
Don't try to get the plugin path when there's no plugin registry
...
i.e. in tests
Contributes to CL-1274
2019-03-04 14:27:35 +01:00
Ian Paschal
a74717ca3c
Get plugin path like most other plugins do
...
Contributes to CL-1274
2019-03-04 12:42:48 +01:00
Ian Paschal
87d4a68c0e
Merge remote-tracking branch 'origin/4.0' into CL-1274_dont_use___file__
2019-03-04 12:11:57 +01:00
Ian Paschal
3889570697
K.I.S.S.
...
Contributes to CL-1274
2019-03-04 12:04:34 +01:00
Ian Paschal
11ea568d0b
Merge pull request #5370 from Ultimaker/CL-1247_hide_view_prints_button_on_cloud
...
CL-1247 Hide the "View print history" button when connecting via cloud
2019-03-04 11:40:48 +01:00
Ian Paschal
c8580cf417
Prevent circular dependencies
...
Contributes to CL-1274
2019-03-04 11:27:52 +01:00
Ian Paschal
a1e0ddd9df
Don't hardcode plugin directory
...
Contributes to CL-1274
2019-03-04 10:19:33 +01:00
Diego Prado Gesto
3fd0561aca
Update the ExtruderModel
...
also when the variant container has changed.
Contributes to CURA-6227.
2019-03-01 14:54:42 +01:00
Jaime van Kessel
2af3ae8efb
Ensure that the materials get removed in order
...
If we remove the materials in order, it doesn't cause any issues. This is probably because
loading the base profile causes the others to be properly instantiated (and subsequently deleted)
CURA-6237
2019-03-01 10:53:55 +01:00
Ian
cac8c85489
Don't use __file__
...
Contributes to CL-1274
2019-03-01 10:46:41 +01:00
Ian
cf9a1c0248
Sort UM imports alphabetically for easy scanning
...
Contributes to CL-1274
2019-03-01 10:46:27 +01:00
Simon Edwards
4590fae9b2
Hide the "View print history" button when connecting via cloud
...
CL-1247
2019-02-28 17:08:28 +01:00