Commit graph

28 commits

Author SHA1 Message Date
Tamara Hogenhout
a5f00f30ca Create functions that get & set platform activity
The platform activity is determined by whether there is a mesh in the build platform or not

Contributes to #128
2015-07-10 17:50:15 +02:00
Arjen Hiemstra
ef86eb480f Do not use a lambda but a member function so reloading works properly
Fixes #99
2015-07-07 13:02:15 +02:00
Arjen Hiemstra
9542819c7f Remove the cleanup code as it causes too many issues 2015-07-01 02:33:44 -07:00
Arjen Hiemstra
8b9dbec188 Reset configuration files on start if old config files were found 2015-06-30 18:06:58 +02:00
Arjen Hiemstra
651b4fdfea Final changes for release
Adds the release splash and changes the version to 15.06
2015-06-30 17:40:58 +02:00
Arjen Hiemstra
16e5b15ba1 Make short description of devices properly translatable
Contributes to #57
2015-06-30 12:27:17 +02:00
Arjen Hiemstra
b7912c30f7 Show a message to indicate we are saving to an SD card
Contributes to Asana issue 39317829262610
2015-06-30 12:26:51 +02:00
Tamara Hogenhout
6a1183f680 Merge branch '15.06' of https://github.com/Ultimaker/Cura into 15.06 2015-06-25 18:39:25 +02:00
Tamara Hogenhout
c6151c2343 Restyling of the save to toolpath button
The save to button only shows a short description, not the entire description including device-name.

Contributes to #54
2015-06-25 18:38:43 +02:00
Arjen Hiemstra
5a5d85aed5 Bump version to .97 2015-06-25 08:58:44 -07:00
Arjen Hiemstra
886dac5781 Store the disallowed areas as polygons and use those to test for intersection
This prevents issues when trying to print larger things

Contributes to Asana issue 37107676459484
2015-06-25 13:54:36 +02:00
Arjen Hiemstra
753e9826e0 Bump version to 15.05.96 2015-06-24 10:47:04 -07:00
Arjen Hiemstra
22fecc4cd0 Properly add and set the window icon 2015-06-24 10:43:24 -07:00
Arjen Hiemstra
cbfdd08800 Correct the bottom offset we add when setting the volume for scale to max
Contributes to Asana issue 37107676459484
2015-06-24 11:59:10 +02:00
Arjen Hiemstra
3faccd5b3e If findObject returns none but object_id != 0 use the selected object
This works around an issue where the tool handles overlap the selected
object and thus context menu entries would not work.

Fixes #64
2015-06-24 11:59:10 +02:00
Arjen Hiemstra
8a63b8d110 Fix recent files on Windows
Contributes to Asana issue 33694049548880
2015-06-23 11:56:15 +02:00
Arjen Hiemstra
2c139c4037 Bump version to 15.05.95 2015-06-19 06:10:55 -07:00
Arjen Hiemstra
2486030584 Format after translating, not before
Contributes to #57
2015-06-17 16:14:11 +02:00
Arjen Hiemstra
e795aaa45a Remember the previuos active tool on selection change
This prevents issues where activating a tool before selecting something
would change to the translate tool.

Fixes #53
2015-06-16 17:12:35 +02:00
Arjen Hiemstra
3c5096cebc Use python's webbrowser instead of Qt.openUrlExternally for opening urls
Qt.openUrlExternally crashes on Windows, but python webbrowser works. So
use that instead.

Fixes Asana issue 33694049548892
2015-06-16 17:12:35 +02:00
Arjen Hiemstra
5019a157a1 Bump version to .95 2015-06-09 05:22:28 -07:00
Arjen Hiemstra
fc33b34060 Save the state of collapsed/expanded categories
Fixes Asana issue 36436828173802
2015-06-09 13:38:23 +02:00
Arjen Hiemstra
56454a9c7a Add support for listing recent files
Fixes Asana issue 33694049548880
2015-06-08 17:50:29 +02:00
Arjen Hiemstra
a53e56e282 Handle finished signal for the ReadMeshJob started from command line args
This puts the actual mesh into the scene rather than just loading it and
discarding it afterwards. Now file arguments supplied to the application
actually work.

Fixes "Open With" on Windows and the related Asana issue.
2015-06-05 13:26:51 +02:00
Arjen Hiemstra
3b03cfa949 Bump version to 15.05.93 2015-06-03 15:14:56 +02:00
Arjen Hiemstra
65781eee84 Set version to 15.05.92 2015-05-27 15:13:36 +02:00
Arjen Hiemstra
f6fc819009 Fix context menu entries
Fixes Asana Issue 12
2015-05-18 17:20:02 +02:00
Arjen Hiemstra
ae71c309ac Move src to cura so we can use the same package for installed and source
Contributes to #41
Contributes to #42
2015-05-18 15:03:42 +02:00
Renamed from src/CuraApplication.py (Browse further)