1319 Commits

Author SHA1 Message Date
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
7949385764 Merge branch '15.06'
* 15.06:
  Format after translating, not before
  Change "Update" back to "Update Firmware"
  Properly translate mode menu
  Add russian translations
  Add missing translations to the list of translations to build
  Remember the previuos active tool on selection change
  Use python's webbrowser instead of Qt.openUrlExternally for opening urls
  adds styling for both the regular as the indeterminate progressbar
  adds styling for a regular progressbar
2015-06-17 16:15:00 +02: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
Tamara Hogenhout
38346dd95f Merge branch '15.06'
Conflicts:
	cura/CuraApplication.py
2015-06-10 15:18:45 +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
8c12426760 Merge branch '15.06'
* 15.06:
  Add a background to the tool additional controls
  Rescale the current layer number based on the maximum layer
  Add a text field style that can be used for generic text fields
  Implemented feature described by #30
  Handle finished signal for the ReadMeshJob started from command line args
  Updated name in menu for firmware update
  Added exception handling to listen thread join
  Render a transparent ghost of the selection when things are selected.
  Fix for #29
2015-06-08 16:41:46 +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
c5fd957170 Set version back to master for master branch 2015-05-27 15:12:56 +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