fieldOfView
a47ffb2288
Remove commented out code
2016-09-14 14:57:26 +02:00
fieldOfView
549766e5f6
Fix layout of buttons on profile page
...
CURA-2368
2016-09-14 14:15:34 +02:00
fieldOfView
ab50ac0d89
Don't show possibly incorrect materials in print monitor
2016-09-14 13:59:00 +02:00
Jaime van Kessel
8b71364ee8
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-14 11:44:41 +02:00
Jaime van Kessel
e12acb8110
We now remove all material containers instead of the active machine variant
...
CURA-2210
2016-09-14 11:44:08 +02:00
Tim Kuipers
479f9ea6d2
refactor: global_inherits_stack ==> limit_to_extruder (CURA-2308)
2016-09-14 10:46:57 +02:00
fieldOfView
e43dbcd0b7
Code style
...
CURA-2235
2016-09-14 09:37:53 +02:00
fieldOfView
6334f74fc6
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-09-14 08:52:05 +02:00
fieldOfView
21e413ca4f
Hide extruder, nozzle & material selection in Print Monitor
2016-09-14 08:19:57 +02:00
fieldOfView
e422eb6ee5
Fix sidebar height when switching to UM2
...
When switching from a multiextrusion printer to the UM2, sometimes too much whitespace would be left for the sidebar header
2016-09-14 08:15:43 +02:00
Jaime van Kessel
4d84584f59
Simplified statement as per review
...
CURA-2271
2016-09-13 17:31:15 +02:00
Simon Edwards
0fdd9279bb
Resolvement strategy for bed adhesion and prime tower enable.
...
Contributes to CURA-2232 No resolvement strategy for prime_tower_enable and platform adhesion
2016-09-13 14:07:18 +02:00
Simon Edwards
8086646de1
When reverting a user setting be sure to delete it from all of the stacks, global and extruder.
...
Contributes to CURA-2232 No resolvement strategy for prime_tower_enable and platform adhesion
2016-09-13 11:33:33 +02:00
fieldOfView
8d6f7c06c1
Replace "Show Engine Log" with "Show Configuration Folder"
...
inb4 string freeze
2016-09-13 10:46:33 +02:00
fieldOfView
2bd53d4ce4
Add stub (invisible) menuitems to get material/nozzle from printer
...
In preparation to stringfreeze. CURA-2276
2016-09-13 09:25:10 +02:00
fieldOfView
e583425bfa
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-09-12 20:51:43 +02:00
fieldOfView
b14bc477bf
Update status text for consistency
2016-09-12 18:46:09 +02:00
Jaime van Kessel
1ebd34ac1e
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-12 17:06:52 +02:00
Jaime van Kessel
442fd3ae3d
Tool panel switching now properly triggers focus change
...
CURA-2197
2016-09-12 17:05:05 +02:00
fieldOfView
4bfa0f3bb1
Move sidebar action button style into styles.qml
2016-09-12 16:53:59 +02:00
fieldOfView
0693c0284b
Show printer state on Printers preference pane
...
CURA-2276
2016-09-12 16:49:55 +02:00
fieldOfView
aa39a44219
Update i18n context for consistency
2016-09-12 16:41:24 +02:00
Jack Ha
1c1be7d444
Undo material edit update resolve, breaks UM3. Contributes to CURA-2159
2016-09-12 16:16:02 +02:00
Jack Ha
8304f17efd
Fix updating resolved values when changing material. Contributes to CURA-2159
2016-09-12 15:48:30 +02:00
Jack Ha
2cde439964
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-12 14:40:41 +02:00
Jack Ha
d173952a3a
Update materialmenu when changing material type. Contributes to CURA-2159
2016-09-12 14:40:32 +02:00
Jaime van Kessel
b17f8b5dd6
Added min width & height to machine action popup.
2016-09-12 14:38:23 +02:00
Jack Ha
1e0394fb48
Cleanup, forgot to remove debugging stuff. Contributes to CURA-2159
2016-09-12 14:22:23 +02:00
Jack Ha
78c119dbde
Merge branch 'master' of github.com:Ultimaker/Cura
2016-09-12 13:55:14 +02:00
Jack Ha
fb3f03b446
Fixed XML setMetaDataEntry for changing too much meta data. Contributes to CURA-2159
2016-09-12 13:55:05 +02:00
Jaime van Kessel
31bc3d2575
Added maintenance state to display qml
...
CURA-2235
2016-09-12 13:38:30 +02:00
Ghostkeeper
12b967ddb2
Remove debug code
...
Don't know who it was or why or when, but it shouldn't be there.
2016-09-12 12:58:35 +02:00
fieldOfView
8930eae9cd
Allow plugins to add additional components to print monitor buttons
...
CURA-2277
2016-09-12 10:38:09 +02:00
fieldOfView
55c0095b30
Allow plugins to add additional components to Machines detail pane
...
CURA-2276
2016-09-12 10:35:00 +02:00
Jaime van Kessel
c254737e25
Simplified the pause code
...
Now always follow the states of the remote (instead of using states that can get out of sync)
CURA-2060
2016-09-09 14:41:30 +02:00
Jaime van Kessel
ec587eb0dd
If a combination material does not like the setup, we now mark it in red.
...
CURA-2271
2016-09-09 11:59:55 +02:00
fieldOfView
40ae75f54f
Merge branch '2.3' of https://github.com/Ultimaker/Cura into 2.3
2016-09-08 18:50:53 +02:00
fieldOfView
8b7a8327e8
Allow machinedefinitions to specify another definition to inherit qualities from
...
CURA-1780
2016-09-08 18:49:34 +02:00
Jack Ha
2138a87582
Busy with CURA-2159
2016-09-08 17:37:49 +02:00
Jaime van Kessel
45a841a52b
Merge branch '2.3' of github.com:Ultimaker/Cura into 2.3
2016-09-08 14:15:54 +02:00
Jaime van Kessel
8a8b55800b
Duplicating materialContainers should now duplicate all related material containers
...
CURA-2242
2016-09-08 14:15:00 +02:00
fieldOfView
be6bfdd4af
Add a "linked" icon to settings that have "global_inherits_stack" set
2016-09-08 13:58:13 +02:00
fieldOfView
bb92c0d7fa
Fix units for density and diameter
2016-09-08 11:56:11 +02:00
fieldOfView
b921540703
Remove superfluous margin left by hidden settings
...
Each setting that was made visible, but was disabled due to the value of another setting, would leave a 1 px margin (eg settings in the support category when support was not enabled). Hidden settings now eat that margin, leaving nothing behind.
2016-09-08 08:58:40 +02:00
fieldOfView
a52bb1422b
Suggest unique name when creating/duplicating profiles
...
CURA-2161
2016-09-06 17:46:11 +02:00
fieldOfView
68ddf90d58
Make behavior of Create Profile consistent between prefs and menu
...
CURA-2161
2016-09-06 15:39:44 +02:00
fieldOfView
a40476eb62
Add distinctive titles to profile rename dialogs
...
CURA-2161
2016-09-06 15:38:27 +02:00
fieldOfView
b735d46e90
Show sidebar tooltips above messagestack
2016-09-05 20:35:20 +02:00
fieldOfView
938a2fc691
Update wording
...
CURA-2157
2016-09-05 15:38:56 +02:00
Thomas Karl Pietrowski
df519ed00a
CURA-2157: Adding an confirmation dialog
...
Tested while starting two prints and aborting them. The buttons for
"Yes" and "No" are translated by Qt5.
2016-09-05 15:36:28 +02:00