Ghostkeeper
4be8af7cb2
Restyle printer type headers
...
It's now a grey box with the printer type name inside and some padding and such.
Contributes to issue CURA-5876.
2018-11-27 09:38:32 +01:00
Ghostkeeper
a3fe9839ba
Change all uses of 'small' and 'very small' fonts to default
...
These two fonts are exactly the same, but I want to use the 'small' font to be something a bit smaller. I'm 'removing' the superfluous font but will be re-using it immediately to look a bit smaller.
Contributes to issue CURA-5876.
2018-11-26 17:33:37 +01:00
Ghostkeeper
a03e1be601
Simplify sectionHeading element
...
No need to define that component in a higher location, just define it where you need it. Also, no need to use a Rectangle for this if it has no colour, just use an Item, but the Item itself is also not necessary if you just need the padding.
Contributes to issue CURA-5876.
2018-11-26 17:19:32 +01:00
Ghostkeeper
3b219e3ac3
Remove padding
...
The padding is already done by the enveloping Column and its parent popupItem.
Contributes to issue CURA-5876.
2018-11-26 17:13:25 +01:00
Ghostkeeper
a268c95559
Remove double header
...
This header is no longer necessary since the AutoConfiguration item provides its own header that doesn't scroll along.
Contributes to issue CURA-5876.
2018-11-26 17:10:56 +01:00
Ghostkeeper
3eb50cf37e
Only list configurations if we're still connected
...
Otherwise there are no available configurations, so no syncing.
2018-03-22 17:30:15 +01:00
Diego Prado Gesto
42b40a713d
CURA-4870 Adapt the colors of the configuration list for the Ultimaker dark theme.
2018-03-21 10:34:25 +01:00
Diego Prado Gesto
311b5ac791
CURA-4870 Force update the list model also when the output device
...
changes.
2018-03-19 18:00:48 +01:00
Diego Prado Gesto
61ce0c3154
CURA-4870 Make the configuration pop-up open and close with one click.
...
Before it was the case in which sometimes the user needs two clicks for
that.
Also collapse the dropdown when the configuration is applied.
2018-03-14 15:15:43 +01:00
Lipu Fei
b8c32eb166
Fix typo in ConfigurationListView.qml
2018-03-14 12:59:48 +01:00
Diego Prado Gesto
9196802e83
CURA-4870 Clean the error messages from qml by not rendering components
...
if there is no outputDevice defined.
2018-03-13 13:40:31 +01:00
Ian Paschal
a2773ca897
Animated popup
2018-03-08 16:30:05 +01:00
Diego Prado Gesto
3629c3959e
CURA-4870 Match the printer type in the dropdown with one of the
...
available printer types in the group
2018-03-07 22:33:15 +01:00
Diego Prado Gesto
6abbe7381a
CURA-4870 Adjust a little bit the maximum size so three printers of two
...
different types can fit
2018-03-07 11:26:50 +01:00
Diego Prado Gesto
bb3d706c92
CURA-4870 Adapt the size of the sync dropdown to the height of the
...
contents or a maximum size defined manually.
Create sections in the list view depending on the machine types that are
in the group.
2018-03-07 11:24:02 +01:00
Diego Prado Gesto
f625fa8a90
CURA-4870 Add function to set the configuration from the printer back to
...
Cura.
Change the hash function to compare by GUID instead of type.
Show the material name instead of type in the list.
2018-03-06 16:08:50 +01:00
Diego Prado Gesto
d11d850f7c
CURA-4870 Add spacing to the list of configurations
2018-03-06 10:42:24 +01:00
Diego Prado Gesto
731a1092c5
CURA-4870 Add callback function to apply remote configuration
2018-03-06 10:18:54 +01:00
Diego Prado Gesto
d02d845d1b
CURA-4870 Update the selected configuration in the UI when the
...
configuration in the printer changes.
Modify again the hash function.
2018-03-06 09:24:42 +01:00
Diego Prado Gesto
51686943e6
CURA-4870 Create an extruder configuration model to store the extruder configuration.
...
Connect the signals coming from the printer to correctly update the UI
2018-03-05 17:15:09 +01:00
Diego Prado Gesto
871f0a130e
CURA-4870 Frontend formatting to show the configurations
2018-03-05 11:44:26 +01:00
Diego Prado Gesto
49fcf35d9b
CURA-4870 Prepare the UI to show the list of configurations
2018-03-04 17:26:37 +01:00
Diego Prado Gesto
135208bfee
CURA-4870 Modify the dropdown look and feel
2018-03-02 13:26:04 +01:00