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
Diego Prado Gesto
ea75a60dd8
Merge branch 'master' into ui_rework_4_0
2018-11-27 13:17:10 +01:00
Diego Prado Gesto
a6a364c337
Move material diameter and machine nozzle size to the extruder
...
definition.
Contributes to CURA-5902.
2018-11-27 13:12:47 +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
Diego Prado Gesto
0794a2c8c9
Remove not needed printer and extruder definitions.
...
Contributes to CURA-5902.
2018-11-27 13:03:36 +01:00
Ghostkeeper
81cadf702c
Give configuration items a rounded radius
...
Contributes to issue CURA-5876.
2018-11-27 13:00:51 +01:00
Jaime van Kessel
fb84b344ec
Add gradient to header bar
2018-11-27 12:58:06 +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
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
Jaime van Kessel
44c415ff78
Add shadow to ExpandableComponent
2018-11-27 11:58:32 +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
Diego Prado Gesto
75b827d373
Modify the hover behavior by removing the mouse area.
...
Contributes to CURA-5942.
2018-11-27 11:26:20 +01:00
Diego Prado Gesto
e2f85fcdc4
Add extra space to printer button.
...
Contributes to CURA-5942.
2018-11-27 11:25:43 +01:00
Aleksei S
e6c2238fd5
Added popup spacing by Y coordinate
...
CURA-5941
2018-11-27 11:24:09 +01:00
Ghostkeeper
e05566865a
Use ExtruderIcon component to display extruder icon
...
Since we already have that component pre-designed, let's use it.
Contributes to issue CURA-5876.
2018-11-27 11:19:03 +01:00
Diego Prado Gesto
a01ff9419d
Merge branch 'ui_rework_4_0' into CURA-5942_printer_selector
2018-11-27 11:13:34 +01:00
Diego Prado Gesto
729d37cabb
Merge branch 'master' into ui_rework_4_0
2018-11-27 11:12:48 +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
Lipu Fei
a99c1f4f73
Merge pull request #4885 from Ultimaker/CURA-5961-NaN_infill_before_adding_printer
...
Ensure that no weird data is set in the printSetupSelector on first start
2018-11-27 10:23:58 +01:00
Diego Prado Gesto
39e1cfd6bc
Fix indentation.
...
Contributes to CURA-5902.
2018-11-27 09:50:01 +01:00
Diego Prado Gesto
493b37b0fe
Merge branch 'add-a-u20' of git://github.com/pinchies/Cura into pinchies-add-a-u20
2018-11-27 09:44:11 +01:00
Jaime van Kessel
8e7e8354e7
Set colors to the correct ones
2018-11-27 09:41:45 +01:00
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
Aleksei S
ec63e6c130
Added icons
...
CURA-5941
2018-11-27 09:27:25 +01:00
pinchies
47ed9e3f5d
deleting the old wrong file....
2018-11-27 15:09:36 +11:00
pinchies
519e2a3399
uploaded wrong file... oops
2018-11-27 15:06:54 +11:00
Diego Prado Gesto
6a2bbca7ce
Merge branch 'ui_rework_4_0' into CURA-5942_printer_selector
2018-11-26 17:53:24 +01:00
Jaime van Kessel
5ddb3ff909
Factor out superfluous use of small_tool_button style
...
The style was overly complicated for what it should do
2018-11-26 17:40:34 +01:00
Ghostkeeper
7f2f2090da
Make small and very_small fonts actually smaller
...
Rather than the same as default_bold and default.
This also makes the extruder_icon font obsolete. Turns out it's actually just a very small font.
Contributes to issue CURA-5876.
2018-11-26 17:37:50 +01:00
Jaime van Kessel
a3b45ff203
Simplify the viewOrientation controls
2018-11-26 17:35:23 +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
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
Ghostkeeper
87a0dc65e1
Add list of available configurations to AutoConfiguration
...
This is the main item it needs to display.
Contributes to issue CURA-5876.
2018-11-26 17:09:36 +01:00
Jaime van Kessel
d85aee1c53
Ensure that no weird data is set in the printSetupSelector on first start
...
CURA-5961
2018-11-26 16:40:29 +01:00
Ghostkeeper
4b897ffd67
Fix width of content in tabbed content
...
Contributes to issue CURA-5876.
2018-11-26 16:03:40 +01:00
Mark
7019afe21f
Merge pull request #4717 from forkineye/fix-wanhao_profiles
...
Fix Wanhao profiles to use speed_travel macro
2018-11-26 16:03:25 +01:00
Diego Prado Gesto
3d1157522a
Reuse the RoundedRectangle component and indicate that only the bottom part of the popup should be rounded.
...
Contributes to CURA-5942.
2018-11-26 15:51:36 +01:00
Mark
39f123f8e0
Merge pull request #4670 from pinchies/add-cc-mm-2
...
Add Cocoon Create ModelMaker
2018-11-26 15:49:21 +01:00
Ghostkeeper
ac5f79ba2c
Add tab style to tabbed content
...
It now gets a proper background colour, lining and radius.
Contributes to issue CURA-5876.
2018-11-26 15:47:32 +01:00
Mark
88cedd25cf
Merge pull request #4664 from pinchies/master
...
Add JGAurora Z-603S
2018-11-26 15:47:28 +01:00
Mark
037bf8863e
Merge pull request #4666 from pinchies/add-jg-a5
...
Add JGAurora A5
2018-11-26 15:43:41 +01:00
Mark
734a8882b1
Merge pull request #4667 from pinchies/add-jg-a1
...
Add JGAurora A1
2018-11-26 15:41:30 +01:00
Diego Prado Gesto
67cba50e9b
Merge branch 'ui_rework_4_0' into CURA-5942_printer_selector
2018-11-26 15:41:05 +01:00
Mark
30c585f298
Merge pull request #4834 from mcmidget/master
...
Add BIBO2 printer (dual and single extruder settings)
2018-11-26 15:39:39 +01:00