Ghostkeeper
85a1526912
Fix scaling of view mode button
...
Changed the size to 24x24 and moved the path 5 units down.
Contributes to issue CURA-4148.
2017-08-23 13:59:32 +02:00
Ghostkeeper
17e62ea6c1
Let theme decide upon coloured icons
...
We shouldn't colour the icons themselves, but rather let UM.RecolourImage choose the colours for just the outlines of the icons.
Contributes to issue CURA-4148.
2017-08-23 13:35:47 +02:00
Ghostkeeper
adb2fa739b
Correct setting_validation_error/warning and background/border
...
I modified these but forgot to commit them.
Contributes to issue CURA-4148.
2017-08-23 13:33:49 +02:00
Ghostkeeper
ab444943cb
Rename setting_validation_error/warning and border
...
In some places we want to use the bright error or warning colours to display that something is going on. In those places we'd like to refer to the colour setting_validation_error rather than setting_validation_error_border or something, so I'm renaming these four theme items.
Contributes to issue CURA-4148.
2017-08-23 13:30:25 +02:00
Ghostkeeper
876c6aeced
Replace warning.svg with material_compatibility.svg
...
The warning icon is only used for the material compatibility warning, so it should just have been mixed.
Contributes to issue CURA-4148.
2017-08-23 13:14:21 +02:00
Ghostkeeper
2a1a41662a
Remove tab_monitor_with_status icon
...
It must always be the same as tab_monitor, but we'll just draw an additional icon on top of it.
Contributes to issue CURA-4148.
2017-08-23 12:53:07 +02:00
Ghostkeeper
07562e1745
Optimise new icons
...
Removed unnecessary groups. Removed unused IDs. Applied some transformations, including loads of transformations that did absolutely nothing. Truncated to 3 decimals. Removed unused imports. Removed empty defs. Removed generator markers.
Contributes to issue CURA-4148.
2017-08-22 17:36:21 +02:00
Ghostkeeper
054df31ee7
New icons
...
These are the raw icons as I got them from the UX designers.
Contributes to issue CURA-4148.
2017-08-22 17:00:27 +02:00
alekseisasin
a0b7a2d165
Merge branch 'feature_grid_lines'
...
CURA-4150
2017-08-22 13:59:19 +02:00
Ghostkeeper
09fef60711
Switch to dark colours
...
This is the big one.
The progress bar buttons and progress bars haven't been properly updated yet, since I have no new information about those. Also, some things currently look kind of weird because they were designed for a different layout. For instance, the layer view slider has a black rails on a black background, since it was designed for being on the white background of the 3D view.
Contributes to issue CURA-4148.
2017-08-21 19:11:57 +02:00
Ghostkeeper
ff30268dd7
Remove unused mode switch
...
Don't want to have to fill in theme items for that thing too.
Contributes to issue CURA-4148.
2017-08-21 18:41:58 +02:00
Ghostkeeper
9d910be212
Add borders to layer view slider handles
...
And all other sliders, of which we have exactly 0.
Contributes to issue CURA-4148.
2017-08-21 18:28:06 +02:00
Ghostkeeper
02e96f510a
Add hover and active colours for setting category text
...
They need to be able to have a different text colour depending on whether you're hovering, the category is expanded or not, etc.
Contributes to issue CURA-4148.
2017-08-21 17:05:39 +02:00
Ghostkeeper
12de8372b9
Use tooltip button colour for tooltips
...
That's what the theme entry was made for, wasn't it?
Contributes to issue CURA-4148.
2017-08-21 14:59:14 +02:00
Ghostkeeper
d50f498fef
Let button inactive opacity be defined by theme colours
...
They have an alpha channel. Let's put it to use...
Contributes to issue CURA-4148.
2017-08-21 14:50:27 +02:00
Ghostkeeper
f88ffee638
Make button text and icons change colour on active and hover
...
Just like the background colour, the foreground colour may now also change.
Contributes to issue CURA-4148.
2017-08-21 14:43:35 +02:00
Ghostkeeper
d73bbabda9
Change top bar text colour depending on hover and active state
...
Too bad we have to introduce additional theme entries for this sort of thing. Makes it harder to modify the theme!
Contributes to issue CURA-4148.
2017-08-21 14:11:16 +02:00
Ghostkeeper
5652bccc58
Change control border colour depending on validation state
...
The background colour was already changing, but the border colour was only depending on the hover state.
Contributes to issue CURA-4148.
2017-08-21 13:56:07 +02:00
Ghostkeeper
226bb7b070
Write out border colour as full-fledged function
...
This makes it easier to read and to modify this functionality rather than a string of ternary operators. It's about to become more complicated too.
Contributes to issue CURA-4148.
2017-08-21 11:55:47 +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
Ghostkeeper
38e907b3ae
Add minor grid lines
...
Makes it feel very professional and technical.
Contributes to issue CURA-4150.
2017-08-17 10:32:47 +02:00
Ghostkeeper
5e63c0df48
Add major grid cells
...
This draws a grid of 1x1cm.
Contributes to issue CURA-4150.
2017-08-17 09:56:11 +02:00
Lipu Fei
3a22d1916f
Go back to "Recommended/Custom" tabs
...
CURA-4146
2017-08-15 17:42:34 +02:00
Jaime van Kessel
7e07482dec
Added topbar to Cura
...
CURA-3964
2017-07-03 15:44:42 +02:00
Jaime van Kessel
c36ab386fa
Merge branch 'feature_tab_navigation' of https://github.com/fieldOfView/Cura
2017-06-26 14:39:12 +02:00
Tim Kuipers
49e53c2cda
Revert "dark layer view"
...
This reverts commit 67a4ec2a9e56ba6df31fa06efe49a69aa1b2d20f.
2017-06-23 17:25:53 +02:00
Jaime van Kessel
217eecccb9
Merge branch 'master' of github.com:Ultimaker/Cura
2017-06-23 09:57:34 +02:00
Jaime van Kessel
3049fb4da2
Made setting warning colors for dark theme a bit darker.
2017-06-23 09:57:07 +02:00
Tim Kuipers
67a4ec2a9e
dark layer view
2017-06-22 18:56:55 +02:00
fieldOfView
b324e90ba5
Show hover state on active focus
2017-06-22 18:33:30 +02:00
fieldOfView
73e951d402
Darken buildplate
2017-06-19 15:48:04 +02:00
fieldOfView
07dc19c299
Add a dark theme
...
Based on the work by @rudowinger
2017-06-19 13:24:01 +02:00
Ghostkeeper
9acaef8ecc
Merge branch 'feature_lsit_themes' of https://github.com/fieldOfView/Cura into fieldOfView-feature_lsit_themes
2017-06-19 11:05:20 +02:00
Lipu Fei
3a3d9afc24
Use "button" style for material info button
...
CURA-3810
2017-05-29 18:06:42 +02:00
Lipu Fei
9b67fa94b4
Add material info button to show Ultimaker.com materials page
...
CURA-3810
Add a new info button for materials. When a user clicks on the button,
it will open the materials information page on the Ultimaker website.
2017-05-29 14:52:05 +02:00
fieldOfView
817de9d39e
Get a list of available themes instead of the hardcoded list
2017-05-24 17:42:11 +02:00
Mark
bcebf4d24c
A gradual infill icon untill we have a better one
2017-05-09 14:53:26 +02:00
Ghostkeeper
d006db5b2c
Slightly reduce minimum window size
...
This should make it possible to work with Cura on 1024x768 screens. I interpolated this from the 800p screens, since it seems to render smaller on my computer anyway.
2017-05-02 13:39:12 +02:00
fieldOfView
f18947681a
Disambiguate theme name
2017-04-30 23:25:14 +02:00
fieldOfView
93197cd173
Add hover effect to mode switch text labels
2017-04-30 23:21:49 +02:00
fieldOfView
0c6a5328c8
Add hover effect to mode switch control
...
While simplifying theme additions
2017-04-30 22:52:54 +02:00
Mark
b05954f99f
Merge pull request #1740 from Ultimaker/feature_extruder_buttons
...
Add Extruder selection buttons to the Toolbar
2017-04-28 15:02:47 +02:00
Arjen Hiemstra
60339eb44b
Minor codestyle fix
2017-04-26 16:18:23 +02:00
fieldOfView
0b9f451103
Apply color to layerview legend labels directly
...
The Label style property should not be confused with e TextField style property
2017-04-25 18:15:04 +02:00
fieldOfView
2493bd6fe6
Merge branch 'master' into themed-layer-view
2017-04-25 18:06:12 +02:00
Arjen Hiemstra
48baf272b4
Fix the extruder icons to have a proper square aspect ratio
...
Contributes to CURA-3577
2017-04-25 16:10:44 +02:00
Arjen Hiemstra
c85f635125
Add support for overriding the background color of a Tool button
...
Contributes to CURA-3577
2017-04-25 16:09:51 +02:00
Jaime van Kessel
33d92f9596
Merge branch 'master' of github.com:Ultimaker/Cura into feature_extruder_buttons
2017-04-24 16:39:15 +02:00
Lipu Fei
61c4631270
Put sizes and numbers for toggle button into theme
...
CURA-3574
2017-04-19 08:56:11 +02:00
Lipu Fei
6bf0965632
Adjust toggle button size
...
CURA-3574
2017-04-18 16:52:17 +02:00