1136 Commits

Author SHA1 Message Date
Jaime van Kessel
6aea81232d Added documentation 2015-09-17 14:50:52 +02:00
Jaime van Kessel
48d233ca84 Added explicit debug logging to slice process 2015-09-17 14:46:35 +02:00
Jaime van Kessel
e7a4f76c62 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-09-17 11:08:39 +02:00
Jaime van Kessel
51415a0c53 Updated logging & resuffled auto baud list to improve speed 2015-09-17 11:08:25 +02:00
Tamara Hogenhout
1488d06a42 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-09-17 10:52:12 +02:00
Tamara Hogenhout
4c39a42394 And we are back to Roboto 2015-09-17 10:51:49 +02:00
Jaime van Kessel
631c02bf2c Added message when slicing was cancelled due to errors in settings.
Fixes CURA-166
2015-09-17 10:50:04 +02:00
Jaime van Kessel
4808f52f59 Fixed heatup bed command in checking wizard 2015-09-17 10:43:56 +02:00
Tamara Hogenhout
aeb935489e Fixes the tooltip placement for the view mode button
Fixes: issue CURA-152
2015-09-16 17:15:21 +02:00
Tamara Hogenhout
bb961ad1b1 styling of the UMO wizard pages
fixes issue CURA-64
2015-09-16 16:22:34 +02:00
Jaime van Kessel
fccf365424 When a new reslices is triggered the old data is removed 2015-09-16 15:56:37 +02:00
Jaime van Kessel
dbb281831c Added 2go and extended backplate
Fixes CURA-153
2015-09-16 14:06:23 +02:00
Jaime van Kessel
ad0a36cfef Reload object should now function again
Fixes CURA-147 (A proper solution will need to be found in the future)
2015-09-15 16:34:05 +02:00
Jaime van Kessel
daca1f26c2 Corrected enabled settings for support roof settings 2015-09-14 17:18:13 +02:00
Jaime van Kessel
998ebce608 Fixed USB manager so correct firmware filename is generated 2015-09-14 16:11:06 +02:00
Jaime van Kessel
4639be180d Layerview now uses ctrl+ arrow to move through layers (just like legacy cura) 2015-09-14 15:18:45 +02:00
Jaime van Kessel
d72ec68d8c Added more checks to LayerViewProxy
Contributes to asana issue 49817948603866
2015-09-14 14:00:05 +02:00
Jaime van Kessel
1b7bb76939 Added some clarifying comments 2015-09-14 13:42:36 +02:00
Jaime van Kessel
3f580d97f9 Fixed resetting of object transformations / translations.
Fixes CURA-154
2015-09-14 13:37:10 +02:00
Jaime van Kessel
4d6528e90d Fixes to grouping.
Fixes Ultimaker/Cura#377
2015-09-14 13:25:03 +02:00
Arjen Hiemstra
91a5439f88 Update translation catalogs with missing strings from UMO wizard 2015-09-12 20:14:58 +02:00
Arjen Hiemstra
fa3edf5086 Delay showing the window until componentComplete
This way most of the UI parsing and construction will be done while the
window is not yet visible, reducing the time we show a window with no
contents.

Contributes to #74
2015-09-12 20:08:41 +02:00
Arjen Hiemstra
ab183de6ae Update translation catalogs 2015-09-12 20:08:41 +02:00
Arjen Hiemstra
14dd919ade Increase sidebar width and set the right viewport size 2015-09-12 20:08:41 +02:00
Arjen Hiemstra
fa9ab24959 Properly handle dynamic initialization of Sidebar header 2015-09-12 20:08:41 +02:00
Arjen Hiemstra
67086b4d9f Update translated strings and contexts 2015-09-12 20:08:41 +02:00
Arjen Hiemstra
0148186c7a Display a slicing message when performing a slice operation 2015-09-12 20:08:40 +02:00
Tamara Hogenhout
29c0c7c6f4 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-09-11 17:41:33 +02:00
Tamara Hogenhout
cf4bd45f3f Insert nescessary strings for Addmachine Wizard for string freeze
Contributes to: issue CURA-132
2015-09-11 17:41:24 +02:00
Arjen Hiemstra
dc280c53df Drop unused files 2015-09-11 14:47:53 +02:00
Arjen Hiemstra
7f9ad28a1f ChangeLog: Use an ordered dict for items
This way we respect the ordering of the original text file instead of a
random ordering.
2015-09-11 14:47:53 +02:00
Arjen Hiemstra
907f53240d Drop dual_extrusion JSON for 15.10
We do not support dual extrusion prinitng in 15.10 so there is no need
to bother with this currently.
2015-09-11 14:47:53 +02:00
Arjen Hiemstra
147c6c3d7b Update pot files and drop cura_qt.pot 2015-09-11 14:47:53 +02:00
Arjen Hiemstra
8966054373 Remove Qt translation generation and only use gettext for extracting translations 2015-09-11 14:47:53 +02:00
Arjen Hiemstra
0a2baec53b Use the right catalog for RemovableDriveOutputDevice 2015-09-11 14:47:53 +02:00
Jaime van Kessel
e08aa9f2ec Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-09-11 13:49:49 +02:00
Jaime van Kessel
d14816bae5 Center of group node is now on correct position.
Fixes Ultimaker/Cura#378
2015-09-11 13:49:16 +02:00
Tamara Hogenhout
b816f0b03b Implement simplemode -> profilesetup -> infill selection
not yet fully functional. Fast implement for string freeze

Contributes to: issue CURA-123
2015-09-11 13:02:01 +02:00
Tamara Hogenhout
506180fff9 changing the i18n call so that the actual string is shown instead of the context ;)
fixes #369
2015-09-11 10:06:34 +02:00
Arjen Hiemstra
2ea0a3c02a Fix strings in crash handler
Contributes to CURA-132
2015-09-10 16:54:20 +02:00
Arjen Hiemstra
add3776526 Add missing languages to General page and update other strings as well
Contributes to CURA-132
2015-09-10 16:30:51 +02:00
Arjen Hiemstra
80c5adc59a Add several actions to menus that were missing 2015-09-10 16:30:51 +02:00
Arjen Hiemstra
cdc93d3839 Use the right strings for Manage actions and add a bunch of missing icons
Contributes to CURA-132
2015-09-10 16:30:51 +02:00
Arjen Hiemstra
b99a67ceb5 Display a more appropriate message when processing layers
Contributes to CURA-132
2015-09-10 16:25:26 +02:00
Jaime van Kessel
76d2fd3665 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-09-10 15:18:21 +02:00
Jaime van Kessel
5d7abb5864 Ungrouping now copies parent transformation onto children.
Fixes Ultimaker/Cura#360
2015-09-10 15:17:42 +02:00
Tamara Hogenhout
7ef41d1556 implements the new load file button styling
(so that the mouse-over label can be translated..). The final icon will be added later.

Contributes to: issue CURA-129
2015-09-10 14:57:55 +02:00
Tamara Hogenhout
096065a441 changes some word-usage and the use of capital letters
Contributes to: issue CURA-129
2015-09-10 14:23:47 +02:00
Jaime van Kessel
00cdafc50a Added new features to changelogplugin list 2015-09-10 11:50:50 +02:00
Jaime van Kessel
f272820100 Fixed paths for firmware 2015-09-10 11:24:47 +02:00