Diego Prado Gesto
b6ea0e6385
Make the height of the stage buttons themable. Now the height has to be
...
28px as indicated by the UXers.
Contributes to CURA-5784.
2018-10-30 10:38:53 +01:00
Diego Prado Gesto
aa75b64b5b
Use the lining color to the default ouline color for the account widget.
...
Contributes to CURA-5784.
2018-10-30 09:48:56 +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
Diego Prado Gesto
5a5adb71cd
Make the height of the Print setup selector themable.
...
Contributes to CURA-5772.
2018-10-26 16:16:33 +02:00
Diego Prado Gesto
54518bdc82
Change the minimum window size to be 1280x800.
...
Contributes to CURA-5784.
2018-10-26 11:14:39 +02:00
Diego Prado Gesto
e64698209c
Adjust the minimum size to be something around 1280x1024.
...
Also adjust some colors color for the dark theme.
Contributes to CURA-5772.
2018-10-25 17:41:35 +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
Ian Paschal
34abc48a1a
Remove binding loops
...
Contributes to CL-1051
2018-10-22 15:31:38 +02:00
Diego Prado Gesto
dbb62f2490
Add default icons for the avatar.
...
Contributes to CURA-5784.
2018-10-22 11:31:19 +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
6f12197cea
Don't use an image to create a mask but a circle.
...
Contributes to CURA-5772.
2018-10-19 13:41:32 +02:00
Diego Prado Gesto
66147f4172
Remove unused style button.
...
Contributes to CURA-5772.
2018-10-18 17:49:56 +02:00
Diego Prado Gesto
1cc7e0e586
Set the height of the stage menu in the theme instead of hardcoded.
...
I also adjusted a bit the design to fulfill the requirments from UX/UI
team.
Contributes to CURA-5772.
2018-10-18 16:33:13 +02:00
Diego Prado Gesto
fdfa81b2b8
Make some items' size dependent on parent's. Also make the ActionButton
...
more themable.
Contributes to CURA-5784.
2018-10-18 16:06:21 +02:00
Diego Prado Gesto
0a07f48375
Fix typo in a theme's key.
...
Contributes to CURA-5784.
2018-10-18 15:38:24 +02:00
Diego Prado Gesto
119638efa1
Adjust outline color for the avatar image. Following the colors in the
...
designs.
Contributes to CURA-5784.
2018-10-18 15:35:21 +02:00
Diego Prado Gesto
b82dacbe19
Merge branch 'cura4.0_header' of github.com:Ultimaker/Cura into cura4.0_header
2018-10-18 15:19:07 +02:00
Diego Prado Gesto
237c360a88
The size of the avatar image is now themed.
...
Some other small fixes in the AccountDetails componenent were done.
Contributes to CURA-5784.
2018-10-18 15:18:00 +02:00
Ghostkeeper
1bcd134f85
Fix code style
...
Most stuff here was recently changed. Some of it was where I found a pattern in something that was likely copy-pasted from somewhere else, so I did a global search and replace on that.
Contributes to issue CURA-5784.
2018-10-18 14:30:33 +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
5befc0b256
Restyle the dropdown of the accounts, with information about the user
...
and available operations that can be done when the user is logged in or
not.
Contributes to CURA-5784.
2018-10-10 16:34:55 +02:00
Diego Prado Gesto
b89c220a4d
Add linings between tabs in the top header.
...
Contributes to CURA-5784.
2018-10-10 11:17:09 +02:00
Diego Prado Gesto
0df7fa1a6c
Add style to the top header tabs.
...
Contributes to CURA-5784.
2018-10-10 11:04:08 +02:00
Diego Prado Gesto
2ffcf03f43
Create an AvatarImage component that will show the profile image of the
...
user. Still WIP.
Create an AccountWidget (WIP) that shows the avatar image and the
dropdown menu to manage accounts.
Contributes to CURA-5784.
2018-10-08 17:35:24 +02:00
Diego Prado Gesto
41add97b13
Add Toolbox shortcut to the TopHeader and align the stage tabs to the
...
center.
Contributes to CURA-5784.
2018-10-08 14:50:13 +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
Ian Paschal
302f9a95b3
Cleaned-up printe job info block
...
Contributes to CL-897, CL-1051
2018-09-27 13:40:46 +02:00
Ian Paschal
1c8b086403
Improve inactive coloring
...
Contributes to CL-1048
2018-09-10 14:35:05 +02:00
Ian Paschal
90426749a2
Change deactiveStates to inactiveStates
...
Contributes to CL-1047
2018-09-10 11:35:58 +02:00
Ian Paschal
97e8db577a
Monitor Tab - Add grey monitor tab text
...
Contributes to CL-1047
2018-09-07 16:45:30 +02:00
Ian Paschal
272e892179
Extend Cura Light theme for material favorites
...
Contributes to CURA-5162, CURA-5378
2018-08-22 12:33:55 +02:00
Ian Paschal
d4aaec7355
CURA-5537 Style improvements
2018-07-04 12:51:01 +02:00
Ian Paschal
bc05839940
CURA-5537 improve styling of toolbox
2018-07-03 15:54:20 +02:00
Lipu Fei
cf0efea4c3
Fix reset to formula button and use new icon
...
CURA-5407
2018-06-13 12:26:26 +02:00
Aleksei S
6a3eec07e2
Message stack shows properly messages
...
CURA-4952
2018-05-28 16:03:05 +02:00
Ian Paschal
d30bbd48fb
CURA-5296
...
- Changed API to not use staging
- Fixed crash when pressing cancel
- Added loading icon
2018-05-15 12:53:05 +02:00
Diego Prado Gesto
806b1f707f
Change layout of the installed plugins tab.
...
- There were some alignment problems when there were more than 2 buttons
in a column (disable, uninstall and update)
- Now the progress bar shows on top of the "Update" button.
2018-05-11 14:03:28 +02:00
fieldOfView
89322b9db6
Move toolbox button style into theme
2018-05-04 10:41:45 +02:00
Ian Paschal
0872d499f8
CURA-5035 Add compatibility chart
2018-05-02 18:43:12 +02:00
Ian Paschal
2751299fd3
CURA-5035 Remove un-used base_unit
in theme
2018-04-26 13:24:15 +02:00
Ian Paschal
236e2db47e
CURA-5035 Fixed selection header
2018-04-24 16:59:23 +02:00
Ian Paschal
9b556e9c86
CURA-5035 Removed all base units
2018-04-20 14:08:44 +02:00
Ian Paschal
668a92952c
CURA-5035 Review changes
2018-04-20 13:26:23 +02:00
Ian Paschal
8a7f9027c5
CURA-5035 Finished layout
2018-04-03 16:57:31 +02:00
Ian Paschal
f63e67dc22
CURA-5035 UI pretty much built
2018-03-29 16:52:28 +02:00
Ian Paschal
138fc668a7
CURA-5035 First draft
2018-03-28 17:10:22 +02:00
Ruben D
c8222b73c7
Merge branch 'feature_model_check'
2018-03-22 01:56:46 +01:00