183 Commits

Author SHA1 Message Date
Arjen Hiemstra
5231073827 Display the version number in the splash screen 2015-11-17 10:11:41 +01:00
fieldOfView
860a3dccdc Adjust initial view to be slightly from the side 2015-11-10 14:28:43 +01:00
Arjen Hiemstra
33d0db8ed5 Add xy_offset setting to list of settings that trigger a disallowed area update
Contributes to CURA-138
2015-11-06 11:59:11 +01:00
Arjen Hiemstra
d5bd39cc3b Also account for "xy_offset" setting for the disallowed areas
Contributes to CURA-138
2015-11-05 13:47:35 +01:00
Arjen Hiemstra
1140c853d1 Try to use Protobuf CPP implementation if it is available
The C++ implementation is far faster so should always be
used if available. If not, we log a warning since it makes
a big difference.
2015-11-04 16:42:07 +01:00
Arjen Hiemstra
0b2f0b2604 Add thread yields to several long running and heavy processing jobs
Contributes to CURA-358
2015-11-04 14:13:45 +01:00
Arjen Hiemstra
8d0924849f Make it possible to set Cura version from CMake
This helps with automating build so we can set version from one single
spot.
2015-11-01 22:02:54 +01:00
Arjen Hiemstra
4c0b4ae870 Double check that the active instance and profile are set before updating disallowed
Contributes to CURA-138
2015-10-29 13:54:26 +01:00
Arjen Hiemstra
fe9e35c062 Remove invalid line that causes exceptions on startup
Contributes to CURA-138
2015-10-29 11:48:05 +01:00
Arjen Hiemstra
a660296768 Use the skirt size to expand the disallowed area size and add disallowed areas for the borders
CURA-138 #Ready-for-Review
2015-10-27 15:26:04 +01:00
Arjen Hiemstra
07c9ecc931 Use a decorator to track Z offset
This makes it much easier to correct for Z offset after operations

CURA-196 #Ready-for-Review
2015-10-23 14:04:27 +02:00
Arjen Hiemstra
d0d7ef39fb Bump version 2015-10-20 15:16:11 +02:00
Arjen Hiemstra
63765eb522 Properly position groups and nodes once ungrouped
CURA-273 #Review
2015-10-16 17:40:55 +02:00
Arjen Hiemstra
3bbefd588b Increase the amount of spacing from platform physics
This creates a stable situation more quickly

CURA-203 #Start-Review
2015-10-13 15:40:40 +02:00
Arjen Hiemstra
d77903871d Fix crash handler to not complain about debug_mode not being set 2015-10-08 15:28:38 +02:00
Arjen Hiemstra
ba86352642 Fix issues with crash handler and log file creation on Windows 2015-10-05 18:32:44 +02:00
Arjen Hiemstra
07d35a3439 Bump version 2015-10-05 16:47:45 +02:00
Arjen Hiemstra
03748ca19a Disable crash handler if debug mode is not enabled 2015-10-05 14:13:49 +02:00
Arjen Hiemstra
a9527920ae Prevent crashes when centering an object
Fixes #457
2015-10-05 13:14:42 +02:00
Arjen Hiemstra
afa44ed314 Tweak the initial camera position
As requested by Menno
2015-10-01 14:20:47 +02:00
Arjen Hiemstra
457f2945b0 Bump version 2015-09-29 16:59:26 +02:00
Arjen Hiemstra
c486794f33 Delay showing the Add Machine dialog until after the main window is properly shown
Showing the main window causes the Add Machine window to hide apparently
so instead make sure we show the add machine dialog after showing the
main window.

This also handles the "there is no machine" situation a little more
cleanly.
2015-09-24 19:22:00 +02:00
Arjen Hiemstra
e44297e400 Add a job name property to CuraApplication
This can be used to store the current job name.

Contributes to CURA-183
2015-09-23 18:20:11 +02:00
Jaime van Kessel
b770979be5 Force scene change event upon file load through commandline parameters
Fixes Ultimaker/Cura#409
2015-09-22 13:50:10 +02:00
Jaime van Kessel
b512d57bb5 Bump version 2015-09-19 17:09:01 +02:00
Arjen Hiemstra
0788d4e726 Bump version 2015-09-18 14:02:21 +02:00
Jaime van Kessel
d7923b8100 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-09-18 13:44:30 +02:00
Jaime van Kessel
90b033e020 Remove print statement 2015-09-18 13:44:21 +02:00
Arjen Hiemstra
6e0d80bf02 Use deepcopy to create duplicates of Nodes
This way we also include decorators and everything.

CURA-188 #start-review
2015-09-18 12:35:34 +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
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
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
Arjen Hiemstra
2ea0a3c02a Fix strings in crash handler
Contributes to CURA-132
2015-09-10 16:54:20 +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
Jaime van Kessel
ade65870c6 Scale is now taken into account for merging.
Fixes Ultimaker/Cura#359
2015-09-10 11:07:03 +02:00
Jaime van Kessel
e2fe27e534 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-09-09 09:50:35 +02:00
Jaime van Kessel
f1417858c1 Merged objects are no longer moved on platform plate
Fixes Ultimaker/Cura#354
2015-09-09 09:49:53 +02:00
Arjen Hiemstra
09cf161b59 Bump application version 2015-09-08 17:42:36 +02:00
Tamara Hogenhout
79f69f30f5 adds/adapts translation context markers
minor change

Contributes to: issue CURA-116
2015-09-08 15:26:06 +02:00
Tamara Hogenhout
6c7536a167 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-09-08 13:35:12 +02:00
Tamara Hogenhout
ff855ccf1b adds/adapts translation context markers
all nescessary in folder: Cura/cura

Contributes to: issue CURA-116
2015-09-08 13:34:35 +02:00
Jaime van Kessel
07031b6b65 Merge branch '15.10' of https://github.com/Ultimaker/Cura into 15.10 2015-09-08 13:31:26 +02:00
Jaime van Kessel
dfe4b348b4 Fixed push free for one at a time 2015-09-08 13:31:16 +02:00
Tamara Hogenhout
e8c796ee24 adds/adapts translation context markers
all nescessary in folder: Cura/cura

Contributes to: issue CURA-116
2015-09-08 12:29:05 +02:00
Jaime van Kessel
f3eefd7be1 Delete all now correctly handles grouped objects
fixes CURA-111
2015-09-08 11:56:05 +02:00
Jaime van Kessel
56e8b01f22 Fixed resetting to center of groups
Fixes #CURA-112
2015-09-08 11:48:08 +02:00
Jaime van Kessel
ee513b0b83 Fixed resetting transformation / position of groups.
Contributes to #CURA-112
2015-09-08 11:34:05 +02:00