Lipu Fei
4ff5e43a28
Handle Empty and Unknown material cases
...
CURA-5982
2018-12-04 17:24:51 +01:00
Lipu Fei
fb3c1fc11d
Merge remote-tracking branch 'origin/master' into CURA-5982_fix_crash_no_material
2018-12-04 17:15:26 +01:00
Lipu Fei
a13fb4a81e
Merge remote-tracking branch 'origin/master' into ui_rework_4_0
2018-12-04 17:12:24 +01:00
Ghostkeeper
780e5e1691
Fix binding loop in PrintCoreConfiguration
...
Contributes to issue CURA-5876.
2018-12-04 17:09:55 +01:00
Ghostkeeper
1544ab6cf0
Explicitly enable hover on ConfigurationItem
...
Apparently the default for this depends on some system setting. In Nallath's computer that system setting makes it false by default for some reason.
Contributes to issue CURA-5876.
2018-12-04 17:07:59 +01:00
ChrisTerBeke
02efc9e1a9
Fix cloud status icon size
2018-12-04 16:54:36 +01:00
Daniel Schiavini
27dc17f993
STAR-322: Extracting translations
2018-12-04 16:49:26 +01:00
ChrisTerBeke
075fa813d6
Merge branch 'STAR-322_cloud-connection' of https://github.com/Ultimaker/Cura into STAR-322_cloud-connection
2018-12-04 16:48:09 +01:00
Ghostkeeper
de78c44461
Fix configuration drop-down for dark theme
...
This actually changes the secondary colour to be darker for the dark theme, to be more in line with the general theme then.
Contributes to issue CURA-5876.
2018-12-04 16:43:13 +01:00
ChrisTerBeke
9df49a1232
Add the actual icon contents
2018-12-04 16:39:46 +01:00
Marijn Deé
997811720c
Merge remote-tracking branch 'origin/STAR-322_cloud-connection' into STAR-322_cloud-connection
2018-12-04 16:36:01 +01:00
Marijn Deé
3a733bb0a3
Check before removing a printer
2018-12-04 16:35:48 +01:00
ChrisTerBeke
907ade6266
Merge branch 'STAR-322_cloud-connection' of https://github.com/Ultimaker/Cura into STAR-322_cloud-connection
2018-12-04 16:35:18 +01:00
ChrisTerBeke
0887817f7d
use special icon for cloud connected
2018-12-04 16:35:09 +01:00
Marijn Deé
b32d6812db
We don't need a Signal with QTimer
2018-12-04 16:20:27 +01:00
Daniel Schiavini
54744b46a7
Merge branch 'STAR-322_cloud-connection' of github.com:Ultimaker/Cura into STAR-322_cloud-connection
2018-12-04 16:15:19 +01:00
Daniel Schiavini
9046b39b43
STAR-322: Creating a Cloud API client to handle the interaction
2018-12-04 16:14:08 +01:00
Jaime van Kessel
fd6a8d7642
Merge branch 'master' of github.com:Ultimaker/Cura
2018-12-04 15:47:27 +01:00
Jaime van Kessel
b2238420fb
Ensure that reset always correctly gets set to basic
...
The old code that simply resetted the preferences was still active, but this could cause a race condition
in some situations. In those cases it would first set it to basic and then clear the preferences (thus
resulting in no settings being visible)
CURA-5981
2018-12-04 15:46:13 +01:00
Simon Edwards
39c282fabe
Merge pull request #4925 from Ultimaker/CL-1153_printer_states_in_monitor
...
CL-1153 printer states in monitor
2018-12-04 15:30:12 +01:00
Ghostkeeper
b5bb3232f3
Merge branch 'ui_rework_4_0' into CURA-5876-Configuration_dropdown
...
Conflicts:
resources/qml/ActionPanel/OutputProcessWidget.qml -> Due to removed theme entry.
2018-12-04 15:21:36 +01:00
Marijn Deé
a9273ec2b5
Use QTimer instead of threading.Timer
2018-12-04 15:20:24 +01:00
Ghostkeeper
9c75f3fe0f
Merge branch 'CURA-5876-Configuration_dropdown' of ssh://github.com/Ultimaker/Cura into CURA-5876-Configuration_dropdown
2018-12-04 15:19:48 +01:00
Ian Paschal
014a138fda
Remove semi-colon
...
Contributes to CL-1153
2018-12-04 15:12:00 +01:00
Ian Paschal
1494daf671
Simplify preview icon logic
...
Contributes to CL-1153
2018-12-04 15:11:31 +01:00
Ian Paschal
ebb31409b8
Always return a string for preview icon
...
Contributes to CL-1153
2018-12-04 15:10:31 +01:00
Lipu Fei
5255bca9dd
Merge remote-tracking branch 'origin/master' into ui_rework_4_0
2018-12-04 15:08:50 +01:00
Ghostkeeper
4d87c46423
Remove sourceSize.width: width from all RecolorImages
...
It is now the default in Uranium.
Contributes to issue CURA-5876.
2018-12-04 15:04:51 +01:00
Lipu Fei
43096c1baf
Update USBPrinting version to 1.0.1
...
CURA-5943
2018-12-04 15:03:45 +01:00
Lipu Fei
02e7f90473
Fix module importing in USBPrinting
...
CURA-5943
2018-12-04 15:02:52 +01:00
Jaime van Kessel
5b4fad3c08
When toggling auto-slice, force a re-slice
...
CURA-5997
2018-12-04 14:54:15 +01:00
Ghostkeeper
2fdfdaa00b
Rename iconOnRightSide to isIconOnRightSide
...
More accurately represents the type of value that's in this property.
Contributes to issue CURA-5876.
2018-12-04 14:47:34 +01:00
Ghostkeeper
ef29fb0cfa
Remove unnecessary item wrapper
...
Contributes to issue CURA-5876.
2018-12-04 14:44:12 +01:00
Jaime van Kessel
8a257f0184
Change valueWarning property to bool instead of var
...
A bit more specific.
Contributes to issue CURA-5876.
Co-Authored-By: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2018-12-04 14:39:39 +01:00
Jaime van Kessel
023100f4c3
Changed valueError property to bool instead of var
...
A bit more specific.
Contributes to issue CURA-5876.
Co-Authored-By: Ghostkeeper <Ghostkeeper@users.noreply.github.com>
2018-12-04 14:39:08 +01:00
Ghostkeeper
2dde2438b2
Remove unnecessary anchors
...
Contributes to issue CURA-5876.
2018-12-04 14:38:13 +01:00
Ghostkeeper
347240410a
Use enumeration to check and switch state of configuration menu
...
Instead of a string. This is a bit more restrictive.
Contributes to issue CURA-5876.
2018-12-04 14:35:28 +01:00
Ghostkeeper
7cc1f021c1
Fix right-alignment of configuration items in list
...
The scrollbar will go on top of it now, but it looks nicer if you don't scroll. Maybe we have to make it adaptable?
Contributes to issue CURA-5876.
2018-12-04 14:25:58 +01:00
Ghostkeeper
759b5b5847
Use anchors rather than a calculation with padding
...
It's supposed to be slightly more efficient.
Contributes to issue CURA-5876.
2018-12-04 14:23:41 +01:00
ChrisTerBeke
a79cfcbe47
Merge branch 'STAR-322_cloud-connection' of https://github.com/Ultimaker/Cura into STAR-322_cloud-connection
2018-12-04 14:22:17 +01:00
ChrisTerBeke
7de947f5fa
use correct label text
2018-12-04 14:15:19 +01:00
ChrisTerBeke
e98f3bff38
Implement test version of showing cloud connected printers in list
2018-12-04 14:09:20 +01:00
Ghostkeeper
801701623e
Remove unnecessary top anchor in first subitem of item
...
It already gets aligned to the top anyway.
Contributes to issue CURA-5876.
2018-12-04 14:04:07 +01:00
Ghostkeeper
a1f579a528
Improve wording of iconOnRightSide documentation
...
Contributes to issue CURA-5876.
2018-12-04 14:01:49 +01:00
Ghostkeeper
82d8410d18
Don't emit enabledChanged signal if it didn't change
...
Contributes to issue CURA-5876.
2018-12-04 13:58:54 +01:00
Marijn Deé
7c60b2de93
Merge branch 'STAR-322_cloud-connection' of github.com:Ultimaker/Cura into STAR-322_cloud-connection
2018-12-04 13:57:53 +01:00
Marijn Deé
5d77209cfb
Be more efficient in updating the print jobs
2018-12-04 13:57:41 +01:00
Diego Prado Gesto
47ff95b1f3
Set contentType to the different expandable components.
...
Also add a color for the active state when the contentType is 'Fixed'.
Contributes to CURA-5941.
2018-12-04 13:53:11 +01:00
ChrisTerBeke
82d2696739
Merge branch 'ui_rework_4_0' into STAR-322_cloud-connection
2018-12-04 13:35:21 +01:00
ChrisTerBeke
97535ffa24
Merge branch 'STAR-322_cloud-connection' of https://github.com/Ultimaker/Cura into STAR-322_cloud-connection
2018-12-04 13:23:38 +01:00