Commit graph

55 commits

Author SHA1 Message Date
Ian Paschal
c14aa3686c Add some new colors to theme
Contributes to CL-1247
2019-02-19 12:23:03 +01:00
Remco Burema
c6c0ed5f00 Fix sign-in size for cloud icon (and add for dark theme).
Co-authored-by: Yi-An Lai <y.lai@ultimaker.com>
2019-02-12 11:57:01 +01:00
Remco Burema
203f699d0a Override message-box bg-color in dark theme. [CURA-6169] 2019-02-01 11:24:50 +01:00
Ian Paschal
ee5c6ed3fb Unconnected empty state (DRAFT)
Contributes to CL-1154
2019-01-24 16:54:09 +01:00
Ian Paschal
e204696b61 Add dark theme
Contributes to CL-1165
2019-01-23 12:10:06 +01:00
Ian Paschal
bc9831abd1 Add color theming to monitor tab
Contributes to CL-1212
2019-01-21 17:10:41 +01:00
Jaime van Kessel
766fc2293e Fix visibility for machine icon in dark theme 2018-12-21 14:35:41 +01:00
Jaime van Kessel
0e294481ff Improve readability of printer_type_label for dark theme 2018-12-17 17:32:11 +01:00
Jaime van Kessel
d379f94775 Make the dark theme a bit more readable 2018-12-14 13:23:28 +01:00
Jaime van Kessel
6a3ac99551 Ensure that all icons use the same color from theme.
Also added some fixes for the dark theme
2018-12-14 11:59:22 +01:00
Ghostkeeper
b565b111c8
Adjust disabled extruder colour
This also introduces a more global 'disabled' colour as defined by the style guide. I hope that we can gradually transition to this one, but we'll have to adjust some colours here and there.

Contributes to issue CURA-5876.
2018-12-07 15:38:08 +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
Ghostkeeper
289399825b
Merge branch 'ui_rework_4_0' into CURA-5876-Configuration_dropdown
Conflicts:
	plugins/PrepareStage/PrepareMenu.qml: Git was wrong, this was not really a conflict.
	resources/qml/ActionButton.qml: With iconSource being modified on ui_rework_4_0 and me modifying the icon to be able to display it on the left hand side.
	resources/qml/ActionPanel/OutputProcessWidget.qml: Git was wrong, not really a conflict.
	resources/qml/ActionPanel/SliceProcessWidget.qml: Git was wrong, not really a conflict.
	resources/qml/ExpandableComponent.qml: Both ui_rework_4_0 and me implemented a border around popups.
	resources/qml/MainWindow/MainWindowHeader.qml: Git was wrong, not really a conflict.
	resources/themes/cura-light/theme.json: Theme item was added in a place where I added whitespace.
2018-11-27 15:01:48 +01:00
Ghostkeeper
e751b59b1c
Remove unused configuration item theme entries
The theme of configuration items is now in sync with the rest of the interface.

Contributes to issue CURA-5876.
2018-11-27 12:55:58 +01:00
Jaime van Kessel
a825daea95 Cleanup the Theme.json
There were a lot of sizes that weren't used
2018-11-26 17:10:48 +01:00
Diego Prado Gesto
38a80ecae5 Make some tweaks in the UI for the preview stage.
Clean up the default theme a bit by removing unused entries.

Contributes to CURA-5829.
2018-11-11 14:06:52 +01:00
Diego Prado Gesto
5de367bcc4 Merge branch 'ui_rework_4_0' into cura4.0_header
Conflicts:
plugins/UM3NetworkPrinting/resources/qml/UM3InfoComponents.qml
resources/qml/Menus/ViewMenu.qml
resources/themes/cura-dark/theme.json
resources/themes/cura-light/theme.json
2018-10-29 11:10:25 +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
Ian Paschal
d077dcc851 Fix printer card skeleton colors
Contributes to CL-1051
2018-10-24 11:13:38 +02:00
Diego Prado Gesto
bf1c23243e Modify the styles to match the requirements.
Contributes to CURA-5784.
2018-10-24 09:55:51 +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
Ian Paschal
817899686a Dark mode theme improvements
Contributes to CL-1111
2018-10-19 16:23:16 +02:00
Diego Prado Gesto
54554bff89 Adjust colors to work with dark theme.
Contributes to CURA-5784.
2018-10-18 09:51:04 +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
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
Jack Ha
f8709b6d1a CURA-4400 improved enabled / disabled extruder visually, improved colors of dark theme 2018-03-15 17:02:36 +01:00
Diego Prado Gesto
cd4b162b86 CURA-4461 Change sizes and theme colors for the separator 2018-01-16 09:47:33 +01:00
Diego Prado Gesto
fa00a17c78 Make UI changes in the Simulation View for adapting the color gradient
in the Feedrate color scheme. Due to the travel speed is normally very
high compared with the other speeds in the model, the gradient is now
gradual instead of linear in order to show more changes in the low
values and less changes in the high values.
Adapt also the button styles and themes' colors.
Set the play/pause button to the left and reduce the size.
2017-11-26 21:21:18 +01:00
Diego Prado Gesto
b6e997c88d CURA-4526 Delete LayerView plugin because it will be replaced with the
SimulationView.
This commit also adapts the code in order to accept the messages coming
from the engine, with information about feedrates and line thicknesses.
Add also some changes in the GCodeReader that reads feedrates and
line thickness from the gcode file.
2017-11-21 10:47:29 +01:00
ChrisTerBeke
edc10e0630 fix topbar colors in monitor mode for UM3 networking 2017-10-03 11:21:47 +02:00
Simon Edwards
e04a63d337 CL-468 The sidebar in the monitor tab should have a grey background
Subtask of CL-457 Cura plugin: primary visual improvements
2017-09-30 10:48:16 +02:00
ChrisTerBeke
05170155e8 CURA-4318 small fixes for dark design 2017-09-14 16:49:09 +02:00
ChrisTerBeke
fb4b797335 fix duplicate dark theme entries 2017-09-14 16:43:42 +02:00
ChrisTerBeke
f57fc6bb72 Merge branch 'master' into fix_dark_theme 2017-09-14 13:26:11 +02:00
ChrisTerBeke
17986aa4ad CURA-4318 add border to toolbar buttons in dark theme, outline fix for unknown printer status icon in dark theme 2017-09-14 13:04:29 +02:00
ChrisTerBeke
3073fcf6f7 CURA-4318 add white icon for unknown printer status in dark theme 2017-09-14 12:43:07 +02:00
ChrisTerBeke
96c1e7ea8b CURA-4182 dark design fixes for quality slider 2017-09-14 10:58:22 +02:00
ChrisTerBeke
c5c6ed8b2b CURA-4318 fix colors and layouts for dark design 2017-09-14 09:59:13 +02:00
fieldOfView
764514bb90 Subdue volume outline 2017-09-13 16:15:38 +02:00
fieldOfView
eed96473b1 Brighten z axis for readability on dark colors 2017-09-13 16:07:50 +02:00
fieldOfView
f2dbde0fe1 Fix readability of top bar buttons 2017-09-13 16:04:06 +02:00
fieldOfView
72b85fe69a Fix control hover/activefocus indication 2017-09-13 15:58:39 +02:00
fieldOfView
b0c7ade930 Fix logo readability 2017-09-13 15:50:30 +02:00
fieldOfView
a29bdf1ebc Move status icon to correct folder 2017-09-13 15:47:38 +02:00
fieldOfView
7b32ba7a9b Subdue buildplate colors 2017-09-13 15:45:48 +02:00
fieldOfView
f20f214379 Fix status unknown color and background 2017-09-13 15:39:36 +02:00
ChrisTerBeke
9e62c4db15 CURA-4318 remove active printer hover underline, theme inheritance, theme names 2017-09-12 11:39:48 +02:00
Ghostkeeper
fde4f44a1e
New dark theme
Also from the UX designers: A new dark theme that is exactly the same as the default theme except the background of the scene.

Contributes to issue CURA-4148.
2017-08-23 17:10:54 +02:00
Ghostkeeper
9241cfa5c6
Make tooltip backgrounds dark as well
Looks very professional.

Contributes to issue CURA-3948.
2017-08-18 14:19:53 +02:00
Tim Kuipers
49e53c2cda Revert "dark layer view"
This reverts commit 67a4ec2a9e.
2017-06-23 17:25:53 +02:00