Arjen Hiemstra
|
078295d6e1
|
Write to the right device after changes in Uranium API
|
2015-07-08 22:04:50 +02:00 |
|
Arjen Hiemstra
|
c2e672591c
|
Remove the output_device related stuff from CuraApplication and fix the qml
This is now properly handled by the Output Device API in Uranium
|
2015-07-08 21:42:20 +02:00 |
|
Arjen Hiemstra
|
baf4ea9523
|
Use the OutputDeviceModel for selecting output device
Replaces the stuff in CuraApplication which really should not be there
|
2015-07-08 21:26:54 +02:00 |
|
Tamara Hogenhout
|
caa7fdb147
|
Styling to add descriptive tooltips to the settings -> preferences -> view page.
contributes to issue from Asana: #unknown
|
2015-07-01 16:35:33 +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 |
|
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 |
|
Tamara Hogenhout
|
d13eedee64
|
Merge branch '15.06' of https://github.com/Ultimaker/Cura into 15.06
|
2015-06-25 16:53:33 +02:00 |
|
Tamara Hogenhout
|
a9f87d5d34
|
Restyling of the save to toolpath button
When the text is to long for the infobox, it is elided of the "Estimated print-time" message is not shown.
Contributes to #54
|
2015-06-25 16:49:57 +02:00 |
|
Arjen Hiemstra
|
ad68111c0c
|
Disable the low/high quality slicing and slider settings if we are not in simple mode
Contributes to #11
|
2015-06-25 12:04:25 +02:00 |
|
Arjen Hiemstra
|
fa242bd021
|
Remove sidebar right margin
Contributes to Ultimaker/Uranium#24
|
2015-06-25 12:04:25 +02:00 |
|
Tamara Hogenhout
|
1acd3ee2a5
|
Merge branch '15.06' of https://github.com/Ultimaker/Cura into 15.06
Someone else pushed changes before I did
|
2015-06-24 13:45:39 +02:00 |
|
Tamara Hogenhout
|
27de74848d
|
Restyling of the save to toolpath button
Fixes #54
|
2015-06-24 13:44:36 +02:00 |
|
Arjen Hiemstra
|
ab9f30a852
|
Offset the displayed rotation angle so it does not overlap the mouse cursor
Contributes to Asana issue 33752130551782
|
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
|
dfb379dfc8
|
Display the rotation angle when we are performing a rotation
Contributes to Asana issue 36760525983768
|
2015-06-19 11:59:05 +02:00 |
|
Arjen Hiemstra
|
46cd9e081b
|
Make sure the tool panel background is at least as wide as the active item
This prevents odd rendering issues when items are differently sorted.
Contributes to #57
|
2015-06-17 17:38:51 +02:00 |
|
Arjen Hiemstra
|
e85499c918
|
Properly translate mode menu
Contributes to #57
|
2015-06-17 16:02:15 +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
|
4bd5aeda6a
|
Removes the default tooltips of the buttons to improve clarity
Put the automatically added tooltips back to the default value (empty qSt)
so the user doensn't sees two 'tooltips'
Contributes to #43
|
2015-06-12 12:18:54 +02:00 |
|
Tamara Hogenhout
|
5f24b70453
|
Highlight Open button when no files are loaded
This helps with first-run to make it clear where to start.
Fixes #37
|
2015-06-10 14:57:37 +02:00 |
|
Tamara Hogenhout
|
74cf027421
|
Fix text wrapping and several other style issues of the About dialog
Contributes to Ultimaker/Uranium#43
|
2015-06-10 14:40:46 +02: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
|
478babff9a
|
Add a background to the tool additional controls
This makes the actual text more visible and also
makes the link between active tool and active tool
controls more apparent.
Fixes #21
|
2015-06-08 16:40:09 +02:00 |
|
Adam Goldsmith
|
98a527b015
|
add setting for sidebar background color
|
2015-05-31 07:35:33 -04:00 |
|
Arjen Hiemstra
|
0885d1433d
|
Move Sidebar so it is on top of everything else
This fixes an issue where the tooltip would be displayed below the layer
view slider.
Additional fix for Asana issue 39
|
2015-05-27 16:26:40 +02:00 |
|
Arjen Hiemstra
|
68500ed1d0
|
Position the setting tooltip to the left of the settings instead of below
This makes the tooltip not cover the settings.
Fixes Asana issue 39
|
2015-05-27 15:37:32 +02:00 |
|
Arjen Hiemstra
|
9d7e460b50
|
Add missing copyright headers
Fixes #5
|
2015-05-11 12:18:05 +02:00 |
|
Arjen Hiemstra
|
b1984f58a0
|
Use MeshFileHandler to load dropped files
This fixes #6
|
2015-05-11 12:02:15 +02:00 |
|
Arjen Hiemstra
|
acf5120cff
|
Add missing translation markers
|
2015-05-07 16:33:37 +02:00 |
|
Arjen Hiemstra
|
cc7ce1d408
|
Rename everything "Printer" to either "Cura" or drop the prefix since it is no longer needed
|
2015-05-06 18:41:22 +02:00 |
|
Arjen Hiemstra
|
0a6562a8f1
|
Style: Use "" for strings not ''
|
2015-05-06 18:32:54 +02:00 |
|
Arjen Hiemstra
|
74f63a9889
|
Improve the About dialog a bit
|
2015-05-06 18:18:45 +02:00 |
|
Arjen Hiemstra
|
ec3ab6e165
|
Remove unused QML files
|
2015-05-06 17:59:53 +02:00 |
|
Arjen Hiemstra
|
d2f2c7e078
|
Remove unnecessary margin that was set from a removed file
|
2015-05-04 18:04:23 +02:00 |
|
Arjen Hiemstra
|
70d714def5
|
Move QML files to resources
|
2015-05-01 13:11:27 +02:00 |
|