Jack Ha
600a5d85e4
Added comments, changed text of NotStarted. CURA-3214
2017-02-16 15:07:26 +01:00
Jack Ha
18318348b6
Fixed last bugs in manual slicing. CURA-3214
2017-02-16 14:44:45 +01:00
Jack Ha
464bf73f85
Made backend available in qml, calling forceSlice and stopSlicing directly. CURA-3214
2017-02-16 10:56:01 +01:00
Jack Ha
59a8c21c73
Turn slice automatically off now correctly visualizes Prepare button. CURA-3214
2017-02-16 09:55:49 +01:00
Jack Ha
4e65a7034f
Added switch for using timer and no timer in CuraEngineBackend. Still have to fix TODO and finish. CURA-3214
2017-02-15 10:32:38 +01:00
fieldOfView
a823980d17
Replace "transparent" Rectangles by Items
2017-01-25 15:21:37 +01:00
fieldOfView
bf3d3d46e2
Fix Rectangles that always show as white regardless of the theme
2017-01-25 15:12:57 +01:00
Victor Larchenko
90f7cebbbb
D6: Fixed gcode loading to scene while undo/redo
2016-12-23 15:53:17 -05:00
Victor Larchenko
1631045d7a
D5: Refactoring
2016-12-23 15:53:16 -05:00
Victor Larchenko
8987aa2048
T466: Revert the previous commit since it messed up the file rights.
2016-12-23 15:53:15 -05:00
Victor Larchenko
64d7bb0c2a
T466: Added ability to print loaded gcode
2016-12-23 15:53:14 -05:00
Victor Larchenko
65f3495a29
T466: Added pausing of backend work
2016-12-23 15:53:12 -05:00
fieldOfView
2f3f57c43d
Code-style
2016-08-20 23:40:43 +02:00
fieldOfView
336dd406b1
Add a reusable mechanism for plugins to add controls to designated areas in the GUI
...
contributes to CURA-271
2016-07-26 11:58:25 +02:00
fieldOfView
bb18bf6a30
Fix creating a jobname after loading a file
...
Moves jobname creation out of qml and into python.
CURA-1619
2016-06-02 16:38:06 +02:00
Arjen Hiemstra
8039184c18
Move setting error checking to StartSliceJob and allow the job to return a proper response
...
Now the job can determine if we can continue with slicing or not and if
not, why not.
This also means we can now show a message when we cannot find any
slicable objects.
Contributes to CURA-1278
2016-05-30 13:03:06 +02:00
Arjen Hiemstra
c63eb3871c
Account for the changes to BackendState in Uranium
...
Contributes to CURA-1278
2016-05-30 12:22:12 +02:00
fieldOfView
9b1867cdaf
Hide output device selection when there is only one option
...
CURA-1539
2016-05-12 11:23:05 +02:00
fieldOfView
22fadf396a
Fix 2 pixel space between save button and device selection menu button
2016-03-03 16:43:39 +01:00
Arjen Hiemstra
fa907dfb1b
Fix sizing behaviour of Save button
...
Use the text size with some margin for the button size and simply anchor
it to the right drop down button.
2016-02-23 12:24:27 +01:00
Arjen Hiemstra
4e139ae710
Fix minor error after rebase
2016-02-23 12:24:26 +01:00
Arjen Hiemstra
720324f0c6
Replace Theme property accessors with getThing calls
2016-02-23 12:22:30 +01:00
Ghostkeeper
bcbb28dd9f
Fix application menu save-to-file option
...
Turns out that named parameters never worked. I've changed it into key-word arguments, but then not really key-word arguments but a QVariantMap.
Contributes to issues CURA-611 and CURA-898.
2016-02-18 13:30:24 +01:00
Ghostkeeper
edb7803760
Make the machine file types filter optional for OutputDevice
...
The call to OutputDevice from the save button filters by the file types available to the machine. The call to OutputDevice from the application menu doesn't.
Contributes to issue CURA-611.
2016-02-10 13:39:49 +01:00
Ghostkeeper
c53969f1bd
Wait for FinishedSlicing message to mark slicing as finished
...
Instead of waiting until progress is more than 99%, wait for the dedicated FinishedSlicing message.
Contributes to issue CURA-427.
2016-01-29 11:22:04 +01:00
fieldOfView
3cf9149a0f
Fix gap between SaveButton and SaveToButton on HiDPI screens
2015-12-30 09:53:26 +01:00
fieldOfView
d5af132a9a
Fixed more thin borders on HiDPI screens
2015-12-30 09:53:26 +01:00
fieldOfView
1747efeff8
Fixed thin borders on HiDPI screens
2015-12-30 09:53:26 +01:00
fieldOfView
4d29fccb0b
Remove cursorShapes for now
2015-12-03 12:09:30 +01:00
fieldOfView
abd30dfde7
Add slicing status label
2015-12-03 12:09:27 +01:00
fieldOfView
3a8de56f66
Fix cursorShape for sidebar controls
2015-12-03 12:09:27 +01:00
fieldOfView
6bfed19477
Show slicing progress in SaveButton area instead of MessageStack
...
Add separators to sidebar
Tweak theme
2015-12-03 12:09:25 +01:00
fieldOfView
d41db89254
Move Job Specs into viewport area
2015-12-03 12:09:24 +01:00
fieldOfView
5cc75398c2
Fix error in SidebarSimple
...
Tweak SaveButton
Change splash to Developer Version
2015-12-03 12:09:24 +01:00
fieldOfView
211b45d9fb
Remove "specs" from Save Button
...
Restyle Save Button
Tweak Simple mode
2015-12-03 12:09:24 +01:00
Tamara Hogenhout
58d5487eb9
The print job name changes to empty when there is no mesh.
...
Only the machine abbreviation remains.
fixes #CURA-122
2015-10-14 16:36:12 +02:00
Tamara Hogenhout
9aeb9bb37d
cleanup
2015-10-09 17:18:14 +02:00
Tamara Hogenhout
9258501a3a
Makes that only the name of the first model is displayed in the Printjob Name textfield.
...
fixes #224
2015-10-07 14:56:28 +02:00
Arjen Hiemstra
34e37af8c9
Also disable output device selection when main save button is disabled
...
CURA-209 #done
2015-10-01 17:51:54 +02:00
Arjen Hiemstra
d4ea9246f6
Use the job name for saving files
...
CURA-183 #Done
2015-09-23 18:21:39 +02:00
Tamara Hogenhout
781ab5fdca
finetuning of the inactive states
...
contributes to: issue CURA-184
2015-09-22 15:37:46 +02:00
Tamara Hogenhout
c3036101f4
Adds an inactive states
...
contributes to: issue CURA-184
2015-09-22 15:32:01 +02:00
Tamara Hogenhout
d6793bc197
adapts the sizes between buttons etc
...
fixes: issue CURA-194
2015-09-21 14:31:43 +02:00
Arjen Hiemstra
67086b4d9f
Update translated strings and contexts
2015-09-12 20:08:41 +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
Tamara Hogenhout
ae2a07ca06
re-implements the safebutton -> filename -> textfield
...
Not yet fully functional but re-implemented for stringfreeze
Contributes to: issue CURA-125
2015-09-09 16:40:01 +02:00
Tamara Hogenhout
ef93524d78
adds/adapts translation context markers
...
last nesscessary changes for internationalisation -> Cura
Contributes to: issue CURA-116
2015-09-09 15:25:39 +02:00
Tamara Hogenhout
28aec71c02
adds/adapts translation context markers
...
all nescessary in folder: Cura/resources
Contributes to: issue CURA-116
2015-09-08 16:30:10 +02:00
Jaime van Kessel
b1a5ae4895
Fixed save button
2015-09-04 10:51:07 +02:00
Arjen Hiemstra
7083ffd351
Use a minimum size for the save button
2015-09-03 10:14:45 -07:00