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
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
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
Ghostkeeper
0a71a9dd3e
Increase margins around configuration item
...
As per the design.
Contributes to issue CURA-5876.
2018-11-27 14:47:18 +01:00
Ghostkeeper
b0e9f23eee
Correct line colour when hovered
...
A detail that I almost missed in the design examples.
Contributes to issue CURA-5876.
2018-11-27 14:06:07 +01:00
Ghostkeeper
bb9598afd1
Redesign layout of configuration item contents
...
This is the new design.
Contributes to issue CURA-5876.
2018-11-27 13:55:54 +01:00
Ghostkeeper
b15c272d23
Fix applying configuration when clicking
...
Also no longer use that signal for it. It was completely unnecessary.
Contributes to issue CURA-5876.
2018-11-27 13:24:13 +01:00
Ghostkeeper
89126c7323
Use background instead of contentItem
...
This way the padding and such doesn't matter any more. And the original background disappears, which was unthemed and still behind the original contentItem.
Contributes to issue CURA-5876.
2018-11-27 13:08:41 +01:00
Ghostkeeper
c6a9aca346
Switch checked and hovered themes
...
I misunderstood the theme as it was in the screenshots.
Contributes to issue CURA-5876.
2018-11-27 13:05:32 +01:00
Ghostkeeper
81cadf702c
Give configuration items a rounded radius
...
Contributes to issue CURA-5876.
2018-11-27 13:00:51 +01:00
Ghostkeeper
0be2453daf
Update style of border of configuration items
...
Contributes to issue CURA-5876.
2018-11-27 12:55:07 +01:00
Ghostkeeper
e58409b1ef
Correct colours for the selected configuration
...
This should always be the same as the ExpandableComponent's background, so white when it's not active and light blue when it's active, regardless of theme.
The naming of this theme entry is a bit weird because the ActionButton theme is used for ExpandableComponent and now for ConfigurationItem as well, but that's why we should NEVER name these theme entries to something specific to one item. Oh well, I'm not about to refactor that now with all the branches going on everywhere.
Contributes to issue CURA-5876.
2018-11-27 12:51:52 +01:00
Ghostkeeper
a2b1f53979
Use normal text colour instead of specialised configuration item text
...
They were the same anyway, and they should always be the same.
Contributes to issue CURA-5876.
2018-11-27 11:53:17 +01:00
Ghostkeeper
6876c12106
Remove weird padding from button
...
I don't know why the default Button has padding everywhere, but I don't want it.
Contributes to issue CURA-5876.
2018-11-27 11:43:32 +01:00
Ghostkeeper
c489f911fb
Use QtQuick 2.0 and simplify ConfigurationItem
...
It now uses a ButtonGroup (from QtQuick2). Also, all the mess with when the border and background colours are updated and force-updated and such is now cleaned up.
Contributes to issue CURA-5876.
2018-11-27 11:04:41 +01:00
Diego Prado Gesto
90e8a05aab
Remove all the entries in the theme that make reference to the sidebar,
...
because there is no sidebar anymore.
Several different margins and linings were created depending on the
side, not depending on where it belongs.
Contributes to CURA-5784.
2018-10-26 17:51:28 +02:00
Diego Prado Gesto
15b35da612
Change the TopHeader name to MainWindowHeader, since there is nothing
...
more on the top than the header.
Contributes to CURA-5784.
2018-10-19 16:40:21 +02:00
Diego Prado Gesto
075a9a161f
Create a component for the Views selector. This component contains the
...
list of the views and also the shortcuts for the camera position.
The theme colors, sizes and the styles have been updated.
Contributes to CURA-5784.
2018-10-08 12:57:16 +02:00
Aleksei S
f90f5f5180
Update available configuration button
2018-07-19 12:18:53 +02:00
fieldOfView
87555a38c4
Fix text rendering in the ConfigurationMenu
2018-05-25 21:40:30 +02:00
Diego Prado Gesto
2818ff7f31
CURA-4870 Fix binding loop in some components with the height property by changing the vertical alignments
2018-03-07 19:40:44 +01:00
Diego Prado Gesto
813f4e83e0
CURA-4870 Adjust colors for the selected configuration
...
Remove the printer icon since it doesn't look as expected
2018-03-07 09:56:38 +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
a992487589
CURA-4870 Check wether the current configuration matches one of the unique configurations available on the printer output device.
...
Improve some elements in the UI
2018-03-05 14:39:49 +01:00
Diego Prado Gesto
f779a20a6e
CURA-4870 Cleanup UI and add buildplate icon
2018-03-05 12:13:46 +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