Commit graph

15419 commits

Author SHA1 Message Date
Thomas-Karl Pietrowski
7ed16b55bf i18n🇩🇪 Removing fuzzy tag from some good translations
Totally agree with these translations. So marked them as "non-fuzzy".
2016-02-01 17:48:03 +01:00
Thomas-Karl Pietrowski
e7769ae0a5 i18n: de: Generally call "removable drive" "Wechseldatenträger"
I don't know the name for "Wechsellaufwerk" in english, but these devices are not meant to be USB-sticks.
Some PC cases have the possibility to remove a CD drive and you can e.g. replace it with a HDD.
Such devices are really called "Wechsellaufwerk", but the meaning here is "Wechseldatenträger".
2016-02-01 17:40:40 +01:00
Thomas-Karl Pietrowski
eb1edd9a28 i18n: de: Revert translation on SI unit
Don't see a reason, why we should translate "m" > "meter" -> "Meter" here.
Additionally the tranlation for "0.0m" is untranslated while "m" is translated as "Meter".
So I reverted this here.
2016-02-01 17:33:48 +01:00
Thomas-Karl Pietrowski
81eccdba45 i18n: de: X-Ray -> Röntgen
Of course most people might now what the meaning of X-Ray is, but I would translate it, because first it sounds more professional than using anglicisms.
2016-02-01 17:28:33 +01:00
Tim Kuipers
fd5d029c4b infill overlap % ==> mm (CURA-786) 2016-02-01 11:53:19 +01:00
Jaime van Kessel
d68e17c9f5 Merge pull request #624 from Ultimaker/fast_advanced_switch
Fast Simple<->Advanced Switch
2016-02-01 10:48:27 +01:00
Thomas-Karl Pietrowski
a0c564c523 i18n: Revert translations on keywords
* Because these keywords got translated the code can't replace them with values.
* Basicly the idea having these keywords in translation files is just to change the order of them (according to the culture and the region, where another order would be expected).
-> So reverted the translated keywords for german and french.
2016-01-29 19:14:53 +01:00
Arjen Hiemstra
5d136a1da7 ActiveTool.properties now returns a ContainerProxy object 2016-01-29 15:18:19 +01:00
Arjen Hiemstra
edf2802099 Use a StackView and non-dynamic instantation for the sidebar modes
Improves performance at the cost of flexibility.
But we did not use that flexibility anyway.
2016-01-29 14:58:08 +01:00
Ghostkeeper
6271b4039b Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1 2016-01-29 11:23:01 +01:00
Ghostkeeper
c53969f1bd Wait for FinishedSlicing message to mark slicing as finished
Instead of waiting until progress is more than 99%, wait for the dedicated FinishedSlicing message.

Contributes to issue CURA-427.
2016-01-29 11:22:04 +01:00
Tim Kuipers
319d8197ab fix: bq_hephestos profile syntax error 2016-01-28 15:29:20 +01:00
Tim Kuipers
8a48791a0b Merge branch '2.1' 2016-01-28 15:25:18 +01:00
Ghostkeeper
c3eb810aa2 Update DE, EN, FI and FR translations
These were given by our translators. They are checked for form errors by me.

Contributes to issue CURA-526.
2016-01-27 13:28:36 +01:00
Tim Kuipers
d6bd59da0e made some settings max value warning instead of impossible 2016-01-27 10:21:34 +01:00
Tim Kuipers
7c652ed069 JSON: refactor: moved draft shield options to Cooling category 2016-01-26 15:55:00 +01:00
fieldOfView
40bfd32f06 Update UM2+ backplate 2016-01-22 22:10:54 +01:00
Jaime van Kessel
3a32cb5f60 Merge pull request #606 from Ultimaker/fix_cura-623
Fix cura 623
2016-01-22 15:35:37 +01:00
Jaime van Kessel
6ce25a0369 Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1 2016-01-22 11:38:07 +01:00
Jaime van Kessel
414be1f851 Added ultimaker2 plus definitions 2016-01-22 11:37:18 +01:00
Ghostkeeper
0a07449759 Realign BQ Hephestos 2 platform
Contributes to issue #595.
2016-01-22 10:57:15 +01:00
fieldOfView
3768975aae Disable actions while tooloperation is ongoing 2016-01-21 15:45:52 +01:00
fieldOfView
42673c7c68 Disable using the toolbar while a tooloperation is ongoing 2016-01-21 15:42:20 +01:00
fieldOfView
f8e2d4f035 Disable toolbar while running tooloperation 2016-01-21 15:42:20 +01:00
Ghostkeeper
89a4ab0fe2 Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1 2016-01-21 10:25:14 +01:00
Ghostkeeper
29a848d90c Turn BQ Hephestos 2 platform around 180 degrees
Model is rotated around the z-axis in CloudCompare.
2016-01-21 10:25:00 +01:00
Jaime van Kessel
0eb327b97b Increased size of modal window
CURA-692
2016-01-20 17:06:56 +01:00
Tamara Hogenhout
310491531f New translation files
For now without the actual translations

Contributes to #CURA-526
2016-01-18 12:24:46 +01:00
fieldOfView
a3e8b313cd Add LoadProfileDialog
Non-accessible and non-functional for now to defeat the string-freeze for
2.1
2016-01-17 21:50:11 +01:00
Tamara Hogenhout
a43f9ef435 makes the mm's square again
fixes #CURA-526
2016-01-15 17:20:40 +01:00
Ghostkeeper
d6b6c919fc Fix typo in preference description
nog -> not
2016-01-15 17:13:36 +01:00
Tamara Hogenhout
caae63a1d9 The fileBaseName can be used from both the hasMesh signal as when the file is opened using the terminal
It also fixes the undo problem

Contributes to #CURA-707
Contributes to #CURA-620
Contributes to #CURA-687
#591
2016-01-15 16:17:12 +01:00
Tamara Hogenhout
8af00b4195 Just a little cleanup
so it is more clear when JobSpecs uses the fileBaseName from cura_app.py and when it uses fhe fileBaseName from cura.qml

Contributes to #CURA-707
Contributes to #CURA-620
#591
2016-01-15 16:11:08 +01:00
Tamara Hogenhout
59cb13f0e0 New language files
nou echt echt definitief

fixes #CURA-526
2016-01-13 17:32:51 +01:00
Tamara Hogenhout
993f026545 Adds extra context to the topbar menu-items
So the translators know in which groups to group the menu-items. The reason for this is that the translator choose alt key accelerators that are unique within its own group.

Contributes to #CURA-526
2016-01-12 15:57:43 +01:00
Tamara Hogenhout
6711cd3070 Fixin some i18n function calls and such
because some strings could not be translated

Contributes to #CURA-526
2016-01-12 15:24:47 +01:00
Tamara Hogenhout
8de50281c0 New language files
nou echt defenitief

fixes #CURA-526
2016-01-08 15:16:33 +01:00
Tamara Hogenhout
31135c63d8 Revert "New language files for Cura 2.1"
This reverts commit f9a31449b1.
2016-01-08 14:12:53 +01:00
Tamara Hogenhout
1d03dad78b New English language files for Cura 2.1
Not yet translated

contributes to #CURA-526
2016-01-08 14:03:07 +01:00
Tamara Hogenhout
fab62430e0 Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1 2016-01-08 13:36:41 +01:00
Tamara Hogenhout
000793e752 Removes the Polish language files
Those will not be translated anymore

contributes to #CURA-526
2016-01-08 13:36:21 +01:00
Tamara Hogenhout
533a171f8b Removes certain symbols that give problems with the extract-json script
contributes to #CURA-526
2016-01-08 13:34:47 +01:00
Tamara Hogenhout
f9a31449b1 New language files for Cura 2.1
Not yet translated

contributes to #CURA-526
2016-01-08 13:34:13 +01:00
Tim Kuipers
3767ea06f6 bugfix: wrong min/max_value(_warning) (CURA-666) 2016-01-07 19:34:24 +01:00
Tim Kuipers
02b4b9439b fix: all dual extrusion settings now have min_value(_warning) and max_value(_warning) specifications (CURA-666) 2016-01-07 19:16:56 +01:00
Tim Kuipers
f3322d06b0 Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1 2016-01-07 19:08:37 +01:00
Tim Kuipers
2dc0118d3d fix: all settings now have either a min_value or a min_value_warning, and if possible a max_value or a max_value_warning (CURA-666)
Also some min_value settings were a number instead of a string with a number...
2016-01-07 19:08:27 +01:00
Tamara Hogenhout
7115cd6bc2 Revert "Removes certain symbols that give problems with the extract-json script"
This reverts commit 9f61bff08f.
2016-01-07 13:32:04 +01:00
Tim Kuipers
9a6980211c Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1 2016-01-07 12:07:23 +01:00
Tim Kuipers
bf6015e312 lil fix: min value for brim width (CURA-435) 2016-01-07 12:07:12 +01:00